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

  /external/libchrome/base/mac/
scoped_nsautorelease_pool.h 34 void Recycle();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 39 // void Callback::Recycle(Node *ptr);
72 Recycle(cb);
87 void NOINLINE Recycle(Callback cb) {
110 cb.Recycle((Node*)b->batch[i]);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.h 53 UHCI_ASYNC_REQUEST *Recycle;
Uhci.h 133 // released in two steps using Recycle and RecycleWait.
138 UHCI_ASYNC_REQUEST *Recycle;
UhciSched.c 773 UHC's recycle list to wait for a while before release the memory.
779 add the request to recycle wait list.
799 // then add AsyncReq to UHC's recycle list
802 AsyncReq->Recycle = Uhc->RecycleWait;
881 Recycle the asynchronouse request. When a queue head
888 activation, all the requests on Recycle list is freed.
904 Req = Uhc->Recycle;
907 Next = Req->Recycle;
912 Uhc->Recycle = Uhc->RecycleWait;
933 // Call UhciRecycleAsyncReq twice. The requests on Recycle
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ExecutionDepsFix.cpp 143 void Recycle(DomainValue*);
178 void ExeDepsFix::Recycle(DomainValue *dv) {
179 assert(dv && "Cannot recycle NULL");
196 if (--LiveRegs[rx]->Refs == 0) Recycle(LiveRegs[rx]);
202 // Kill register rx, recycle or collapse any DomainValue.
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 210 void Recycle(ScudoChunk *Chunk) {
  /external/compiler-rt/lib/asan/
asan_allocator.cc 136 void Recycle(AsanChunk *m) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iiisext.h 147 virtual HRESULT WINAPI Recycle(void) = 0;
175 HRESULT (WINAPI *Recycle)(IISApplicationPool *This);
205 #define IISApplicationPool_Recycle(This) (This)->lpVtbl->Recycle(This)
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 686 // Recycle the quantization error buffers.
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 686 // Recycle the quantization error buffers.
  /prebuilts/go/darwin-x86/src/runtime/
trace.go 372 // Recycle the old buffer.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
trace.go 372 // Recycle the old buffer.
    [all...]

Completed in 1051 milliseconds