...
1
2
3
4 package avx
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 = 1248
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 {1224, 72},
32 {1228, 48},
33 {1229, 40},
34 {1231, 32},
35 {1233, 24},
36 {1235, 16},
37 {1237, 8},
38 {1239, 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