Searched defs:UNLIKELY (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | utils.h | 118 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 120 #define UNLIKELY(x) (x) macro
|
/external/libchrome/base/ |
D | compiler_specific.h | 207 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 209 #define UNLIKELY(x) (x) macro
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 211 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 213 #define UNLIKELY(x) (x) macro
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 23 #define UNLIKELY(v) __builtin_expect(v, 0) macro 26 #define UNLIKELY(v) (v) macro
|
/external/libaom/libaom/aom_dsp/ |
D | aom_dsp_common.h | 46 #define UNLIKELY(v) __builtin_expect(v, 0) macro
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 126 #define UNLIKELY(x) __builtin_expect((x)!=0,0) macro
|
/external/libffi/include/ |
D | ffi_common.h | 126 #define UNLIKELY(x) __builtin_expect((x)!=0,0) macro
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Util.java | 91 static boolean UNLIKELY(boolean b) { in UNLIKELY() method in Util
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 140 # define UNLIKELY(x) (x) macro 153 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
|
/external/python/cpython2/Objects/ |
D | obmalloc.c | 36 # define UNLIKELY(value) __builtin_expect((value), 0) macro 38 # define UNLIKELY(value) (value) macro
|
/external/python/cpython3/Objects/ |
D | obmalloc.c | 669 # define UNLIKELY(value) __builtin_expect((value), 0) macro 671 # define UNLIKELY(value) (value) macro
|
/external/libtextclassifier/utils/hash/ |
D | farmhash.cc | 64 #define UNLIKELY(x) !LIKELY(!(x)) macro
|