HomeSort by relevance Sort by last modified time
    Searched full:coalesce (Results 101 - 125 of 248) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 193 // coalesce them. The next span of |leftover| was not previously coalesced
237 // Coalesce -- we guarantee that "p" != 0, so no bounds checking
246 // or after we coalesce them. The current code always decomits. This is
  /external/pixman/pixman/
pixman-region.c 568 pixman_coalesce (region_type_t * region, /* Region to coalesce */
632 #define COALESCE(new_reg, prev_band, cur_band) \
896 COALESCE (new_reg, prev_band, cur_band);
915 COALESCE (new_reg, prev_band, cur_band);
942 COALESCE (new_reg, prev_band, cur_band);
968 /* Do first non_overlap1Func call, which may be able to coalesce */
980 COALESCE (new_reg, prev_band, cur_band);
987 /* Do first non_overlap2Func call, which may be able to coalesce */
999 COALESCE (new_reg, prev_band, cur_band);
    [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 672 // - Segments in area 1 precede and can't coalesce with segments in area 2.
673 // - Segments in Spills precede and can't coalesce with segments in area 2.
760 // Coalesce into Seg.
765 // Coalesce as much as possible from ReadI into Seg.
784 // Seg doesn't coalesce with anything, and needs to be inserted somewhere.
  /external/llvm/include/llvm/ADT/
IntervalMap.h 146 /// adjacent - Return true when the intervals [x;a] and [b;y] can coalesce.
167 /// adjacent - Return true when the intervals [x;a) and [b;y) can coalesce.
633 // Coalesce with previous interval.
636 // Also coalesce with next interval?
658 // Try to coalesce with following interval.
    [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/chromium_org/content/browser/renderer_host/input/
gesture_event_queue_unittest.cc 244 // Check that we didn't wrongly coalesce.
289 // coalesce.
519 // Shouldn't coalesce with different modifiers.
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h 129 * DOC: packet coalesce support
136 * Packet coalesce feature helps to reduce number of received interrupts
141 * coalescing delay of matching coalesce rule.
143 * c) Packet doesn't match any of the configured coalesce rules.
145 * User needs to configure following parameters for creating a coalesce
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 347 // Try to coalesce in the higher address direction.
349 LOG(INFO) << __PRETTY_FUNCTION__ << "RosAlloc::FreePages() : trying to coalesce a free page run 0x"
360 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a higher free page run 0x"
375 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
390 // Try to coalesce in the lower address direction.
395 // We want to try to coalesce with the first element but
402 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a lower free page run 0x"
413 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
setup.py 339 # Coalesce unit tests into a single test per device
  /external/chromium_org/sync/engine/
sync_scheduler_impl.h 180 // on the passed in parameters and coalesce it with any other pending jobs,
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.cpp 73 m_whitelistedFunctions.add("coalesce");
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
compare.cc 155 // Coalesce rows.
  /external/chromium_org/third_party/libyuv/source/
compare.cc 155 // Coalesce rows.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.c 59 * we try to coalesce multiple range mappings (i.e, multiple calls to this
svga_state_constants.c 102 * Check and emit a range of shader constant registers, trying to coalesce
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 236 * horrible things like coalesce the register that is dead-code-written
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 392 // one before we split it into two. This is the one into which we coalesce
656 VLOG(1) << "phdr[" << split_header - elf_program_header << "] coalesce";
713 // file back in, so we coalesce the previously split program headers.
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.h 83 // Coalesce all pending motion events (touch or mouse) that are at the top of
  /external/elfutils/0.153/libdwfl/
segment.c 323 /* Coalesce into the last one if contiguous and matching. */
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 351 * may also delay and/or coalesce several calls to dirty into a
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 59 * we try to coalesce multiple range mappings (i.e, multiple calls to this
svga_state_constants.c 102 * Check and emit a range of shader constant registers, trying to coalesce
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 236 * horrible things like coalesce the register that is dead-code-written
  /external/qemu/slirp-android/
tcp_var.h 60 #define TF_NODELAY 0x0004 /* don't delay packets to coalesce */

Completed in 1199 milliseconds

1 2 3 45 6 7 8 910