Home
last modified time | relevance | path

Searched defs:likely (Results 1 – 25 of 68) sorted by relevance

123

/external/e2fsprogs/lib/ext2fs/
Dcrc32c_defs.h54 #define likely(x) __builtin_expect(!!(x), 1) macro
57 #define likely(x) (x) macro
/external/jemalloc_new/include/jemalloc/internal/
Dutil.h32 # define likely(x) __builtin_expect(!!(x), 1) macro
35 # define likely(x) !!(x) macro
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/networking/
Dchksum_common.h31 #define likely(x) __builtin_expect(!!(x), 1) macro
42 #define likely(x) (x) macro
/external/arm-optimized-routines/networking/
Dchksum_common.h30 #define likely(x) __builtin_expect(!!(x), 1) macro
41 #define likely(x) (x) macro
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/networking/
Dchksum_common.h31 #define likely(x) __builtin_expect(!!(x), 1) macro
42 #define likely(x) (x) macro
/external/tpm2-tss/src/util/
Dlog.cpp17 #define likely(x) __builtin_expect(!!(x), 1) macro
21 #define likely(x) (x) macro
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateAliases.java59 Map<String, String> likely = new TreeMap<>(); in Builder() local
104 private void addToLikely(Map<String, String> likely) { in addToLikely() argument
DCompareSuppress.java44 Map<String, String> likely = sdi.getLikelySubtags(); in main() local
/external/igt-gpu-tools/assembler/
Dbrw_compat.h46 # define likely(x) __builtin_expect(!!(x), 1) macro
/external/libnetfilter_conntrack/include/internal/
Dinternal.h72 #define likely(x) __builtin_expect((x),1) macro
/external/AFLplusplus/
Dtypes.h181 #define likely(_x) (_x) macro
188 #define likely(_x) __builtin_expect(!!(_x), 1) macro
/external/AFLplusplus/include/
Dtypes.h181 #define likely(_x) (_x) macro
188 #define likely(_x) __builtin_expect(!!(_x), 1) macro
/external/icu/icu4c/source/common/
Dlocdistance.cpp62 const LikelySubtags &likely = *LikelySubtags::getSingleton(errorCode); in initLocaleDistance() local
86 LocaleDistance::LocaleDistance(const LocaleDistanceData &data, const LikelySubtags &likely) : in LocaleDistance()
Duscript.cpp134 icu::CharString likely = ulocimp_addLikelySubtags(nameOrAbbrOrLocale, internalErrorCode); in uscript_getCode() local
/external/cronet/stable/third_party/icu/source/common/
Dlocdistance.cpp62 const XLikelySubtags &likely = *XLikelySubtags::getSingleton(errorCode); in initLocaleDistance() local
86 LocaleDistance::LocaleDistance(const LocaleDistanceData &data, const XLikelySubtags &likely) : in LocaleDistance()
Duscript.cpp143 icu::CharString likely; in uscript_getCode() local
/external/cronet/tot/third_party/icu/source/common/
Dlocdistance.cpp62 const XLikelySubtags &likely = *XLikelySubtags::getSingleton(errorCode); in initLocaleDistance() local
86 LocaleDistance::LocaleDistance(const LocaleDistanceData &data, const XLikelySubtags &likely) : in LocaleDistance()
Duscript.cpp143 icu::CharString likely; in uscript_getCode() local
/external/libbpf/include/linux/
Dcompiler.h6 #define likely(x) __builtin_expect(!!(x), 1) macro
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DLanguageTest.java106 String likely = likelyMap.get(language); in TestThatLanguagesHaveScript() local
161 String likely = likelyMap.get("und_" + script); in TestScriptsWithoutLanguage() local
/external/harfbuzz_ng/src/
Dhb.hh272 #define likely(expr) __builtin_expect (bool(expr), 1) macro
275 #define likely(expr) (expr) macro
/external/coreboot/src/include/
Dasan.h21 #define likely(x) __builtin_expect(!!(x), 1) macro
/external/libxkbcommon/src/
Dutils.h247 # define likely(x) __builtin_expect(!!(x), 1) macro
250 # define likely(x) (x) macro
/external/trusty/lk/include/shared/lk/
Dcompiler.h31 #define likely(x) __builtin_expect(!!(x), 1) macro
146 #define likely(x) (x) macro
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
DLikelySubtags.java416 LSR likely = lsrs[index]; in compareLikely() local
431 LSR likely = lsrs[index]; in compareLikely() local

123