html_escape_subr.go raw
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 = 64
16 )
17
18 const (
19 _size__html_escape = 1296
20 )
21
22 var (
23 _pcsp__html_escape = [][2]uint32{
24 {0x1, 0},
25 {0x6, 8},
26 {0x8, 16},
27 {0xa, 24},
28 {0xc, 32},
29 {0xd, 40},
30 {0x11, 48},
31 {0x505, 64},
32 {0x506, 48},
33 {0x508, 40},
34 {0x50a, 32},
35 {0x50c, 24},
36 {0x50e, 16},
37 {0x50f, 8},
38 {0x510, 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