HomeSort by relevance Sort by last modified time
    Searched full:workbuf (Results 26 - 37 of 37) sorted by null

12

  /external/vboot_reference/firmware/2lib/
2misc.c 30 vb2_workbuf_init(wb, ctx->workbuf + ctx->workbuf_used,
124 * Workbuf had better be big enough for our shared data struct and
130 if (!vb2_aligned(ctx->workbuf, VB2_WORKBUF_ALIGN))
  /external/vboot_reference/firmware/2lib/include/
2misc.h 23 return (struct vb2_shared_data *)ctx->workbuf;
2common.h 44 * data type. When declaring workbuf buffers on the stack, the caller should
2api.h 113 uint8_t *workbuf; member in struct:vb2_context
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 92 // a race where the workbuf is double-freed.
mgc.go 177 if unsafe.Sizeof(workbuf{}) != _WorkbufSize {
178 throw("size of Workbuf is suboptimal")
766 full uint64 // lock-free list of full blocks workbuf
767 empty uint64 // lock-free list of empty blocks workbuf
769 partial uint64 // lock-free list of partially filled blocks workbuf
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 92 // a race where the workbuf is double-freed.
mgc.go 177 if unsafe.Sizeof(workbuf{}) != _WorkbufSize {
178 throw("size of Workbuf is suboptimal")
766 full uint64 // lock-free list of full blocks workbuf
767 empty uint64 // lock-free list of empty blocks workbuf
769 partial uint64 // lock-free list of partially filled blocks workbuf
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a 94 type @"".workbuf struct { ? @"".workbufhdr; @"".obj [24]uintptr }
95 func (@"".b·1 *@"".workbuf "esc:0x1") @"".checkempty ()
96 func (@"".b·1 *@"".workbuf "esc:0x1") @"".checknonempty ()
97 func (@"".b·1 *@"".workbuf "esc:0x9") @"".logget (@"".entry·2 int)
98 func (@"".b·1 *@"".workbuf "esc:0x9") @"".logput (@"".entry·2 int)
100 func (@"".wp·2 @"".wbufptr) @"".ptr () (? *@"".workbuf) { return (*@"".workbuf)(@"unsafe".Pointer(@"".wp·2)) }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a 94 type @"".workbuf struct { ? @"".workbufhdr; @"".obj [24]uintptr }
95 func (@"".b·1 *@"".workbuf "esc:0x1") @"".checkempty ()
96 func (@"".b·1 *@"".workbuf "esc:0x1") @"".checknonempty ()
97 func (@"".b·1 *@"".workbuf "esc:0x9") @"".logget (@"".entry·2 int)
98 func (@"".b·1 *@"".workbuf "esc:0x9") @"".logput (@"".entry·2 int)
100 func (@"".wp·2 @"".wbufptr) @"".ptr () (? *@"".workbuf) { return (*@"".workbuf)(@"unsafe".Pointer(@"".wp·2)) }
    [all...]
  /external/curl/m4/
curl-functions.m4     [all...]

Completed in 443 milliseconds

12