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

1 2 34 5 6 7 8 910

  /external/iproute2/include/netinet/
tcp.h 40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 57 cl::desc("Coalesce copies (default=true)"),
63 cl::desc("Coalesce copies on split edges (default=subtarget)"), cl::Hidden);
68 cl::desc("Coalesce copies that span blocks (default=subtarget)"),
89 /// \brief True if the coalescer should aggressively coalesce global copies
93 /// \brief True if the coalescer should aggressively coalesce fall-thru
117 /// coalesceLocals - coalesce the LocalWorkList.
123 /// copyCoalesceInMBB - Coalesce copies in the specified MBB, putting
127 /// copyCoalesceWorkList - Try to coalesce all copies in CurrList. Return
134 /// currently possible to coalesce this interval, but it may be possible if
    [all...]
  /external/llvm/test/Transforms/LoopStrengthReduce/ARM/
2012-06-15-lsr-noaddrmode.ll 8 ; to coalesce the IV. See <rdar://problem/11680670> [coalescer] IVs
  /external/mesa3d/src/glsl/
lower_vector.cpp 195 /* FINISHME: This should try to coalesce assignments.
  /external/qemu/slirp/
tcp.h 114 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
tcp_var.h 55 #define TF_NODELAY 0x0004 /* don't delay packets to coalesce */
  /external/qemu/slirp-android/
tcp.h 116 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
tcp.h 40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
tcp.h 40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */
  /external/chromium_org/third_party/sqlite/src/src/
func.c 367 ** The COALESCE() and IFNULL() functions used to be implemented as shown
373 ** Implementation of the IFNULL(), NVL(), and COALESCE() functions.
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 205 // Coalesce -- we guarantee that "p" != 0, so no bounds checking
211 // we do not coalesce "returned" spans with "normal" spans.
  /external/chromium_org/base/strings/
string16.h 172 // in which the linker does not fully coalesce symbols when dead code
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/
bookmark_tree.js 81 // Save in a timeout so that we can coalesce multiple changes.
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue.h 158 // coalesce events as much as possible.
  /external/chromium_org/sync/sessions/
nudge_tracker.h 115 // See the implementation for important information about the coalesce logic.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from.cc 167 // Coalesce rows.
273 // Coalesce rows.
369 // Coalesce rows.
391 // Coalesce rows.
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 167 // Coalesce rows.
273 // Coalesce rows.
369 // Coalesce rows.
391 // Coalesce rows.
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 83 {coalesce([Expr], [Expr])} \
  /external/chromium_org/ui/gfx/
screen_mac.mm 188 // Given that we need to rebuild the list of displays, we want to coalesce
  /external/llvm/docs/CommandGuide/
lli.rst 201 Coalesce copies (default=true).
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 218 // don't coalesce these
  /hardware/intel/img/libdrm/shared-core/
drm_mode.h 254 * may also delay and/or coalesce several calls to dirty into a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm_mode.h 245 * may also delay and/or coalesce several calls to dirty into a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 245 * may also delay and/or coalesce several calls to dirty into a
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.def 230 DEFTIMEVAR (TV_LRA_COALESCE , "LRA coalesce pseudo regs")

Completed in 1659 milliseconds

1 2 34 5 6 7 8 910