github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/sse/html_escape_subr.go (about) 1 // +build !noasm !appengine 2 // Code generated by asm2asm, DO NOT EDIT. 3 4 package sse 5 6 import ( 7 `github.com/bytedance/sonic/loader` 8 ) 9 10 const ( 11 _entry__html_escape = 64 12 ) 13 14 const ( 15 _stack__html_escape = 72 16 ) 17 18 const ( 19 _size__html_escape = 1280 20 ) 21 22 var ( 23 _pcsp__html_escape = [][2]uint32{ 24 {1, 0}, 25 {4, 8}, 26 {6, 16}, 27 {8, 24}, 28 {10, 32}, 29 {12, 40}, 30 {13, 48}, 31 {1256, 72}, 32 {1260, 48}, 33 {1261, 40}, 34 {1263, 32}, 35 {1265, 24}, 36 {1267, 16}, 37 {1269, 8}, 38 {1271, 0}, 39 } 40 ) 41 42 var _cfunc_html_escape = []loader.CFunc{ 43 {"_html_escape_entry", 0, _entry__html_escape, 0, nil}, 44 {"_html_escape", _entry__html_escape, _size__html_escape, _stack__html_escape, _pcsp__html_escape}, 45 }