Searched defs:LIKELY (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/VEX/priv/ |
D | main_util.h | 47 # define LIKELY(x) (x) macro 51 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
|
/external/libchrome/base/ |
D | compiler_specific.h | 224 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 226 #define LIKELY(x) (x) macro
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 219 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 221 #define LIKELY(x) (x) macro
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | macros-original.cc | 15 #define LIKELY(x) x macro
|
D | macros-expected.cc | 15 #define LIKELY(x) x macro
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 22 #define LIKELY(v) __builtin_expect(v, 1) macro 25 #define LIKELY(v) (v) macro
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-round.h | 25 #define LIKELY(x) __builtin_expect((x),1) macro
|
D | blake2b-round.h | 25 #define LIKELY(x) __builtin_expect((x),1) macro
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 125 #define LIKELY(x) __builtin_expect(!!(x),1) macro
|
/external/python/cpython3/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 125 #define LIKELY(x) __builtin_expect(!!(x),1) macro
|
/external/libffi/include/ |
D | ffi_common.h | 125 #define LIKELY(x) __builtin_expect(!!(x),1) macro
|
/external/valgrind/include/ |
D | pub_tool_basics.h | 447 # define LIKELY(x) __builtin_expect(!!(x), 1) macro 450 # define LIKELY(x) (x) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 139 # define LIKELY(x) (x) macro 152 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
|
/external/libtextclassifier/util/hash/ |
D | farmhash.cc | 57 #define LIKELY(x) (x) macro 59 #define LIKELY(x) (__builtin_expect(!!(x), 1)) macro
|