| /external/zstd/contrib/pzstd/utils/ |
| D | Likely.h | 24 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro 27 #define UNLIKELY(x) (x) macro
|
| /external/pdfium/third_party/base/ |
| D | compiler_specific.h | 33 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 35 #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/zstd/lib/common/ |
| D | compiler.h | 162 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro 165 #define UNLIKELY(x) (x) macro
|
| /external/libvpx/vp9/encoder/arm/neon/ |
| D | vp9_diamond_search_sad_neon.c | 20 #define UNLIKELY(v) __builtin_expect(v, 0) macro 23 #define UNLIKELY(v) (v) macro
|
| /external/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/cronet/base/ |
| D | compiler_specific.h | 209 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 211 #define UNLIKELY(x) (x) macro
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | zbuild.h | 150 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 158 # define UNLIKELY(x) x macro 165 # define UNLIKELY(x) x macro
|
| /external/libaom/aom_dsp/ |
| D | aom_dsp_common.h | 51 #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 | 147 #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/robolectric/resources/src/main/java/org/robolectric/res/android/ |
| D | Util.java | 99 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/scudo/standalone/ |
| D | internal_defs.h | 40 #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/jazzer-api/driver/ |
| D | native_fuzzer_hooks.c | 38 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
|
| /external/python/cpython3/Objects/ |
| D | obmalloc.c | 716 # define UNLIKELY(value) __builtin_expect((value), 0) macro 719 # define UNLIKELY(value) (value) macro
|
| /external/icing/icing/text_classifier/lib3/utils/hash/ |
| D | farmhash.cc | 62 #define UNLIKELY(x) !LIKELY(!(x)) macro
|
| /external/libtextclassifier/native/utils/hash/ |
| D | farmhash.cc | 64 #define UNLIKELY(x) !LIKELY(!(x)) macro
|