| /external/zstd/contrib/pzstd/utils/ |
| D | Likely.h | 23 #define LIKELY(x) (__builtin_expect((x), 1)) macro 26 #define LIKELY(x) (x) macro
|
| /external/pdfium/third_party/base/ |
| D | compiler_specific.h | 41 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 43 #define LIKELY(x) (x) macro
|
| /external/libchrome/base/ |
| D | compiler_specific.h | 215 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 217 #define LIKELY(x) (x) macro
|
| /external/zstd/lib/common/ |
| D | compiler.h | 161 #define LIKELY(x) (__builtin_expect((x), 1)) macro 164 #define LIKELY(x) (x) macro
|
| /external/libvpx/vp9/encoder/arm/neon/ |
| D | vp9_diamond_search_sad_neon.c | 19 #define LIKELY(v) __builtin_expect(v, 1) macro 22 #define LIKELY(v) (v) macro
|
| /external/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/cronet/base/ |
| D | compiler_specific.h | 217 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 219 #define LIKELY(x) (x) macro
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | zbuild.h | 149 # define LIKELY(x) __builtin_expect(!!(x), 1) macro 157 # define LIKELY(x) x macro 164 # define LIKELY(x) x macro
|
| /external/python/cpython3/Modules/_blake2/impl/ |
| D | blake2s-round.h | 26 #define LIKELY(x) __builtin_expect((x),1) macro
|
| D | blake2b-round.h | 26 #define LIKELY(x) __builtin_expect((x),1) macro
|
| /external/cronet/base/third_party/cityhash_v103/src/ |
| D | city_v103.cc | 90 #define LIKELY(x) (__builtin_expect(!!(x), 1)) macro 92 #define LIKELY(x) (x) macro
|
| /external/libaom/aom_dsp/ |
| D | aom_dsp_common.h | 50 #define LIKELY(v) __builtin_expect(v, 1) macro
|
| /external/python/cpython2/Modules/_ctypes/libffi/include/ |
| D | ffi_common.h | 125 #define LIKELY(x) __builtin_expect(!!(x),1) macro
|
| /external/libffi/include/ |
| D | ffi_common.h | 146 #define LIKELY(x) __builtin_expect(!!(x),1) macro
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | ShowData.java | 689 static final LikelySubtags LIKELY = new LikelySubtags(); local
|
| /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/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | LikelySubtagsTest.java | 38 static final LikelySubtags LIKELY = new LikelySubtags(); field in LikelySubtagsTest
|
| /external/scudo/standalone/ |
| D | internal_defs.h | 39 #define LIKELY(X) __builtin_expect(!!(X), 1) macro
|
| /external/cronet/base/third_party/cityhash/ |
| D | city.cc | 110 #define LIKELY(x) (__builtin_expect(!!(x), 1)) macro
|
| /external/jazzer-api/driver/ |
| D | native_fuzzer_hooks.c | 37 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
|
| /external/python/cpython3/Objects/ |
| D | obmalloc.c | 717 # define LIKELY(value) __builtin_expect((value), 1) macro 720 # define LIKELY(value) (value) macro
|
| /external/icing/icing/text_classifier/lib3/utils/hash/ |
| D | farmhash.cc | 55 #define LIKELY(x) (x) macro 57 #define LIKELY(x) (__builtin_expect(!!(x), 1)) macro
|
| /external/libtextclassifier/native/utils/hash/ |
| D | farmhash.cc | 57 #define LIKELY(x) (x) macro 59 #define LIKELY(x) (__builtin_expect(!!(x), 1)) macro
|