HomeSort by relevance Sort by last modified time
    Searched defs:coalesce (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
hmm_base.c 166 /* Flags if coalesce with adjacent block. */
167 int coalesce; variable
192 /* Coalesce with backward block if possible. */
204 coalesce = 1;
206 coalesce = 0;
209 coalesce = 1;
212 if (coalesce) {
230 /* Coalesce with forward block if possible. */
238 coalesce = 1;
240 coalesce = 0
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c 166 /* Flags if coalesce with adjacent block. */
167 int coalesce; variable
192 /* Coalesce with backward block if possible. */
204 coalesce = 1;
206 coalesce = 0;
209 coalesce = 1;
212 if (coalesce) {
230 /* Coalesce with forward block if possible. */
238 coalesce = 1;
240 coalesce = 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 677 if (coalesce(minSize) && allocateFromFreeList(minSize))
813 bool ThreadHeap<Header>::coalesce(size_t minSize) function in class:blink::ThreadHeap
833 TRACE_EVENT_BEGIN2("blink_gc", "ThreadHeap::coalesce" , "requestedSize", (unsigned)minSize , "neededSize", (unsigned)neededFreeEntrySize);
845 // Only coalesce pages with "sufficient" promptly freed space.
852 // If we found a likely candidate, fully coalesce all its promptly-freed entries.
900 TRACE_EVENT_END1("blink_gc", "ThreadHeap::coalesce", "foundFreeEntrySize", (unsigned)foundFreeEntrySize);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 666 bool coalesce(ArrayList&);
816 GCRA::coalesce(ArrayList& insns) function in class:nv50_ir::GCRA
919 ERROR("failed to coalesce phi operands\n");
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 666 bool coalesce(ArrayList&);
816 GCRA::coalesce(ArrayList& insns) function in class:nv50_ir::GCRA
919 ERROR("failed to coalesce phi operands\n");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 186 milliseconds