You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go

30 lines
468 B

// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.
package base64x
//go:nosplit
//go:noescape
//goland:noinspection ALL
func __native_entry__() uintptr
var (
_subr__b64decode = __native_entry__() + 1563
_subr__b64encode = __native_entry__() + 301
)
const (
_stack__b64decode = 128
_stack__b64encode = 40
)
var (
_ = _subr__b64decode
_ = _subr__b64encode
)
const (
_ = _stack__b64decode
_ = _stack__b64encode
)