HomeSort by relevance Sort by last modified time
    Searched defs:likely (Results 1 - 20 of 20) sorted by null

  /external/e2fsprogs/lib/ext2fs/
crc32c_defs.h 46 #define likely(x) __builtin_expect(!!(x), 1) macro
49 #define likely(x) (x) macro
  /external/mesa3d/src/mapi/mapi/
u_compiler.h 41 #ifndef likely
43 # define likely(x) __builtin_expect(!!(x), 1) macro
46 # define likely(x) (x) macro
  /development/tools/yuv420sp2rgb/
debug.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
75 if(likely(!quiet_flag)) \
  /external/e2fsprogs/e2fsck/
crc32defs.h 59 #define likely(x) __builtin_expect(!!(x), 1) macro
62 #define likely(x) (x) macro
  /external/libunwind/include/
compiler.h 51 # define likely(x) __builtin_expect ((x), 1) macro
54 # define likely(x) (x) macro
68 # define likely(x) (x) macro
  /external/icu/icu4c/source/common/
uscript.c 99 char likely[ULOC_FULLNAME_CAPACITY]; local
127 likely, UPRV_LENGTHOF(likely), &internalErrorCode);
129 length = getCodesFromLocale(likely, fillIn, capacity, err);
loclikely.cpp 16 * Code for likely and minimized locale subtags, separated out from other .cpp files
17 * that then do not depend on resource bundle code and likely-subtags data.
1311 char likely[ULOC_FULLNAME_CAPACITY]; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
util.h 31 # define likely(x) __builtin_expect(!!(x), 1) macro
34 # define likely(x) !!(x) macro
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 273 * is either likely to be true, or unlikely to be true.
283 * If these macros are used, the CPU is more likely to correctly predict
287 * In light of this, it is also a good idea to mark as "likely" a path
288 * which is not necessarily always more likely, but that will benefit much
304 #ifndef likely
306 # define likely(x) __builtin_expect(!!(x), 1) macro
309 # define likely(x) (x) macro
  /external/elfutils/src/lib/
eu-config.h 116 # define likely(e) debugpred__ (e,1) macro
119 #ifndef likely
121 # define likely(expr) __builtin_expect (!!(expr), 1) macro
  /external/mesa3d/src/mesa/main/
compiler.h 181 #ifndef likely
183 # define likely(x) __builtin_expect(!!(x), 1) macro
186 # define likely(x) (x) macro
  /external/strace/
vsprintf.c 24 #define likely(expr) (expr) macro
457 * number of characters read (or likely the delta where it wants
  /external/harfbuzz_ng/src/
hb-private.hh 62 #define likely(expr) (__builtin_expect (_HB_BOOLEAN_EXPR(expr), 1)) macro
65 #define likely(expr) (expr) macro
282 return likely (number) ? (sizeof (unsigned int) * 8 - __builtin_clz (number)) : 0;
298 return likely (number) ? __builtin_ctz (number) : 0;
346 if (likely (len < allocated))
359 if (likely (!overflows)) {
472 if (likely (item))
513 if (likely (item))
823 * is unsable on some platforms and unused types are less likely
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScript.java 1005 ULocale likely = ULocale.addLikelySubtags(locale); local
1006 return getCodesFromLocale(likely);
    [all...]
  /external/lz4/lib/
lz4.c 134 #define likely(expr) expect((expr) != 0, 1) macro
398 while (likely(pIn<pInLimit-(STEPSIZE-1)))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h 100 #ifndef likely
102 #define likely(expr) (__builtin_expect(expr, 1)) macro
105 #define likely(expr) (expr) macro
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 1398 ULocale likely = addLikelySubtags(this); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 8552 #define likely macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 8552 #define likely macro
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1006 milliseconds