Home
last modified time | relevance | path

Searched refs:tmpstringbufsize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dconvert.go234 a = stackBufAddr(tmpstringbufsize, types.Types[types.TUINT8])
309 a = stackBufAddr(tmpstringbufsize, types.Types[types.TUINT8])
333 a = stackBufAddr(tmpstringbufsize, types.Types[types.TINT32])
Dexpr.go484 if sz < tmpstringbufsize {
486 buf = stackBufAddr(tmpstringbufsize, types.Types[types.TUINT8])
Dwalk.go22 const tmpstringbufsize = 32 const