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

  /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/net/http/
http_stream_parser.cc 247 // request body isn't available yet (can't coalesce).
252 size_t coalesce = HEADER_ONLY; local
263 coalesce = COALESCE_POTENTIAL_MAX;
265 coalesce = static_cast<size_t>(header_packets + body_packets);
267 coalesce = NO_ADVANTAGE;
270 UMA_HISTOGRAM_ENUMERATION("Net.CoalescePotential", coalesce,
  /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 839 milliseconds