HomeSort by relevance Sort by last modified time
    Searched refs:wbuf2 (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 60 // wbuf1 and wbuf2 are the primary and secondary work buffers.
74 // popping from and wbuf2 is the buffer that will be discarded
77 // Invariant: Both wbuf1 and wbuf2 are nil or neither are.
78 wbuf1, wbuf2 wbufptr
91 wbuf2 := trygetfull()
92 if wbuf2 == nil {
93 wbuf2 = getempty()
95 w.wbuf2 = wbufptrOf(wbuf2)
109 w.wbuf1, w.wbuf2 = w.wbuf2, w.wbuf
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 60 // wbuf1 and wbuf2 are the primary and secondary work buffers.
74 // popping from and wbuf2 is the buffer that will be discarded
77 // Invariant: Both wbuf1 and wbuf2 are nil or neither are.
78 wbuf1, wbuf2 wbufptr
91 wbuf2 := trygetfull()
92 if wbuf2 == nil {
93 wbuf2 = getempty()
95 w.wbuf2 = wbufptrOf(wbuf2)
109 w.wbuf1, w.wbuf2 = w.wbuf2, w.wbuf
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 2031 wchar_t *wbuf2 = wbuf; local
    [all...]

Completed in 314 milliseconds