gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

native_subr_amd64.go (468B)


      1 // +build !noasm !appengine
      2 // Code generated by asm2asm, DO NOT EDIT.
      3 
      4 package base64x
      5 
      6 //go:nosplit
      7 //go:noescape
      8 //goland:noinspection ALL
      9 func __native_entry__() uintptr
     10 
     11 var (
     12     _subr__b64decode = __native_entry__() + 1563
     13     _subr__b64encode = __native_entry__() + 301
     14 )
     15 
     16 const (
     17     _stack__b64decode = 128
     18     _stack__b64encode = 40
     19 )
     20 
     21 var (
     22     _ = _subr__b64decode
     23     _ = _subr__b64encode
     24 )
     25 
     26 const (
     27     _ = _stack__b64decode
     28     _ = _stack__b64encode
     29 )