Home
last modified time | relevance | path

Searched defs:UNLIKELY (Results 1 – 20 of 20) sorted by relevance

/external/zstd/contrib/pzstd/utils/
DLikely.h24 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
27 #define UNLIKELY(x) (x) macro
/external/pdfium/third_party/base/
Dcompiler_specific.h33 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
35 #define UNLIKELY(x) (x) macro
/external/libchrome/base/
Dcompiler_specific.h207 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
209 #define UNLIKELY(x) (x) macro
/external/zstd/lib/common/
Dcompiler.h162 #define UNLIKELY(x) (__builtin_expect((x), 0)) macro
165 #define UNLIKELY(x) (x) macro
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_diamond_search_sad_neon.c20 #define UNLIKELY(v) __builtin_expect(v, 0) macro
23 #define UNLIKELY(v) (v) macro
/external/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c23 #define UNLIKELY(v) __builtin_expect(v, 0) macro
26 #define UNLIKELY(v) (v) macro
/external/cronet/base/
Dcompiler_specific.h209 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
211 #define UNLIKELY(x) (x) macro
/external/rust/crates/libz-sys/src/zlib-ng/
Dzbuild.h150 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
158 # define UNLIKELY(x) x macro
165 # define UNLIKELY(x) x macro
/external/libaom/aom_dsp/
Daom_dsp_common.h51 #define UNLIKELY(v) __builtin_expect(v, 0) macro
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h126 #define UNLIKELY(x) __builtin_expect((x)!=0,0) macro
/external/libffi/include/
Dffi_common.h147 #define UNLIKELY(x) __builtin_expect((x)!=0,0) macro
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DUtil.java91 static boolean UNLIKELY(boolean b) { in UNLIKELY() method in Util
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DUtil.java99 static boolean UNLIKELY(boolean b) { in UNLIKELY() method in Util
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h140 # define UNLIKELY(x) (x) macro
153 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/external/scudo/standalone/
Dinternal_defs.h40 #define UNLIKELY(X) __builtin_expect(!!(X), 0) macro
/external/python/cpython2/Objects/
Dobmalloc.c36 # define UNLIKELY(value) __builtin_expect((value), 0) macro
38 # define UNLIKELY(value) (value) macro
/external/jazzer-api/driver/
Dnative_fuzzer_hooks.c38 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/external/python/cpython3/Objects/
Dobmalloc.c716 # define UNLIKELY(value) __builtin_expect((value), 0) macro
719 # define UNLIKELY(value) (value) macro
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc62 #define UNLIKELY(x) !LIKELY(!(x)) macro
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc64 #define UNLIKELY(x) !LIKELY(!(x)) macro