/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 | 162 #define LIKELY(x) __builtin_expect(!!(x), 1) macro 164 #define LIKELY(x) (x) macro
|
/external/zstd/lib/common/ |
D | compiler.h | 169 #define LIKELY(x) (__builtin_expect((x), 1)) macro 172 #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/rust/crates/libz-sys/src/zlib-ng/ |
D | zutil.h | 223 # define LIKELY(x) __builtin_expect(!!(x), 1) macro 231 # define LIKELY(x) x macro 238 # 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 | 26 #define LIKELY(x) __builtin_expect((x),1) macro
|
D | blake2b-round.h | 26 #define LIKELY(x) __builtin_expect((x),1) macro
|
/external/libaom/libaom/aom_dsp/ |
D | aom_dsp_common.h | 48 #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/java/org/unicode/cldr/tool/ |
D | ShowData.java | 688 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-unittest/src/org/unicode/cldr/unittest/ |
D | LikelySubtagsTest.java | 37 static final LikelySubtags LIKELY = new LikelySubtags(); field in LikelySubtagsTest
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 214 # define LIKELY(x) (x) macro 228 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
|
/external/scudo/standalone/ |
D | internal_defs.h | 39 #define LIKELY(X) __builtin_expect(!!(X), 1) macro
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | internal_defs.h | 39 #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
|