Searched defs:coalesce (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
H A Dhmm_base.c166 /* Flags if coalesce with adjacent block. */
167 int coalesce; variable
204 coalesce = 1;
206 coalesce = 0;
209 coalesce = 1;
212 if (coalesce) {
238 coalesce = 1;
240 coalesce = 0;
243 coalesce = 1;
246 if (coalesce) {
[all...]
/external/libvpx/libvpx/vpx_mem/memory_manager/
H A Dhmm_base.c166 /* Flags if coalesce with adjacent block. */
167 int coalesce; variable
204 coalesce = 1;
206 coalesce = 0;
209 coalesce = 1;
212 if (coalesce) {
238 coalesce = 1;
240 coalesce = 0;
243 coalesce = 1;
246 if (coalesce) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp666 bool coalesce(ArrayList&);
816 GCRA::coalesce(ArrayList& insns) function in class:nv50_ir::GCRA
919 ERROR("failed to coalesce phi operands\n");
1321 // coalesce first, we use only 1 RIG node for a group of joined values
1322 ret = coalesce(insns);
1379 splits.clear(); // avoid duplicate entries on next coalesce pass
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp666 bool coalesce(ArrayList&);
816 GCRA::coalesce(ArrayList& insns) function in class:nv50_ir::GCRA
919 ERROR("failed to coalesce phi operands\n");
1321 // coalesce first, we use only 1 RIG node for a group of joined values
1322 ret = coalesce(insns);
1379 splits.clear(); // avoid duplicate entries on next coalesce pass
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp677 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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 410 milliseconds