HomeSort by relevance Sort by last modified time
    Searched refs:UNLIKELY (Results 151 - 172 of 172) sorted by null

1 2 3 4 5 67

  /external/valgrind/main/coregrind/
m_transtab.c 248 /* It is possible, although very unlikely, that a block A has
645 if (UNLIKELY(sno == -1))
    [all...]
m_mallocfree.c     [all...]
  /external/valgrind/main/drd/
drd_thread.c     [all...]
  /art/runtime/base/
mutex.cc 705 if (UNLIKELY(self == NULL)) { // Handle unattached threads.
  /art/runtime/
monitor.cc     [all...]
trace.cc 591 if (UNLIKELY(clock_base == 0)) {
utils.cc 203 if (UNLIKELY(endSec >= 0x7fffffff)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h     [all...]
RenderBlock.cpp 291 if (UNLIKELY(gDelayedUpdateScrollInfoSet != 0))
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 384 address space, which sounds unlikely. */
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm 858 if (UNLIKELY(!impl))
869 if (UNLIKELY(!impl))
880 if (UNLIKELY(!impl))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 441 if (UNLIKELY(name == styleAttr && elementData()->m_styleAttributeIsDirty)) {
446 if (UNLIKELY(elementData()->m_animatedSVGAttributesAreDirty)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp     [all...]
V8TestInterface.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 53 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 1024 milliseconds

1 2 3 4 5 67