Home
last modified time | relevance | path

Searched defs:UNLIKELY (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_util.h48 # define UNLIKELY(x) (x) macro
52 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/external/libchrome/base/
Dcompiler_specific.h189 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
191 #define UNLIKELY(x) (x) macro
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c23 #define UNLIKELY(v) __builtin_expect(v, 0) macro
26 #define UNLIKELY(v) (v) macro
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h126 #define UNLIKELY(x) __builtin_expect((x)!=0,0) macro
/external/valgrind/include/
Dpub_tool_basics.h448 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
451 # define UNLIKELY(x) (x) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h140 # define UNLIKELY(x) (x) macro
153 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/external/python/cpython2/Objects/
Dobmalloc.c36 # define UNLIKELY(value) __builtin_expect((value), 0) macro
38 # define UNLIKELY(value) (value) macro
/external/libtextclassifier/util/hash/
Dfarmhash.cc64 #define UNLIKELY(x) !LIKELY(!(x)) macro