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

  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 59 // wbuf1 and wbuf2 are the primary and secondary work buffers.
73 // popping from and wbuf2 is the buffer that will be discarded
76 // Invariant: Both wbuf1 and wbuf2 are nil or neither are.
77 wbuf1, wbuf2 *workbuf
97 wbuf2 := trygetfull()
98 if wbuf2 == nil {
99 wbuf2 = getempty()
101 w.wbuf2 = wbuf2
115 w.wbuf1, w.wbuf2 = w.wbuf2, w.wbuf
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 59 // wbuf1 and wbuf2 are the primary and secondary work buffers.
73 // popping from and wbuf2 is the buffer that will be discarded
76 // Invariant: Both wbuf1 and wbuf2 are nil or neither are.
77 wbuf1, wbuf2 *workbuf
97 wbuf2 := trygetfull()
98 if wbuf2 == nil {
99 wbuf2 = getempty()
101 w.wbuf2 = wbuf2
115 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...]
  /external/python/cpython2/Modules/
posixmodule.c 2218 wchar_t *wbuf2 = wbuf; local
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 3198 wchar_t *wbuf2 = wbuf; local
    [all...]

Completed in 844 milliseconds