...
1
2
3
4 package avx2
5
6 import (
7 `github.com/bytedance/sonic/loader`
8 )
9
10 const (
11 _entry__html_escape = 192
12 )
13
14 const (
15 _stack__html_escape = 72
16 )
17
18 const (
19 _size__html_escape = 2064
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 {2045, 72},
32 {2049, 48},
33 {2050, 40},
34 {2052, 32},
35 {2054, 24},
36 {2056, 16},
37 {2058, 8},
38 {2063, 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 }
46
View as plain text