HomeSort by: relevance | last modified time | path
    Searched defs:unlikely (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/bsd/nsd/dist/simdzone/src/
attributes.h 24 # define unlikely(params) (params) macro
69 # define unlikely(params) __builtin_expect(!!(params), 0) macro
72 # define unlikely(params) (params) macro
attributes.h 24 # define unlikely(params) (params) macro
69 # define unlikely(params) __builtin_expect(!!(params), 0) macro
72 # define unlikely(params) (params) macro
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
  /src/sys/external/bsd/common/include/linux/
compiler.h 58 #define unlikely(X) __predict_false(X) macro
compiler.h 58 #define unlikely(X) __predict_false(X) macro
  /src/sys/ufs/chfs/
debug.h 44 #define unlikely(x) __builtin_expect ((x), 0) macro
55 if (unlikely(!(expr))) { \
debug.h 44 #define unlikely(x) __builtin_expect ((x), 0) macro
55 if (unlikely(!(expr))) { \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
  /src/external/bsd/jemalloc/include/jemalloc/internal/
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
util.h 33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
ibm-ldouble.c 56 #define unlikely(x) __builtin_expect ((x), 0) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
183 if (unlikely (t == 0) /* Preserve -0. */
215 if (unlikely (t == 0) /* Preserve -0. */
ibm-ldouble.c 56 #define unlikely(x) __builtin_expect ((x), 0) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
183 if (unlikely (t == 0) /* Preserve -0. */
215 if (unlikely (t == 0) /* Preserve -0. */
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
ibm-ldouble.c 56 #define unlikely(x) __builtin_expect ((x), 0) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
183 if (unlikely (t == 0) /* Preserve -0. */
215 if (unlikely (t == 0) /* Preserve -0. */
ibm-ldouble.c 56 #define unlikely(x) __builtin_expect ((x), 0) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
183 if (unlikely (t == 0) /* Preserve -0. */
215 if (unlikely (t == 0) /* Preserve -0. */
  /src/external/mpl/bind/dist/lib/isc/
picohttpparser.c 45 #define unlikely(x) __builtin_expect(!!(x), 0) macro
48 #define unlikely(x) (x) macro
88 } else if (unlikely(!IS_PRINTABLE_ASCII(*buf))) { \
128 if (unlikely(r != 16)) {
168 if (unlikely(!IS_PRINTABLE_ASCII(*buf))) { \
186 unlikely(*buf == '\177'))
195 if (unlikely(!IS_PRINTABLE_ASCII(*buf))) {
198 unlikely(*buf == '\177'))
picohttpparser.c 45 #define unlikely(x) __builtin_expect(!!(x), 0) macro
48 #define unlikely(x) (x) macro
88 } else if (unlikely(!IS_PRINTABLE_ASCII(*buf))) { \
128 if (unlikely(r != 16)) {
168 if (unlikely(!IS_PRINTABLE_ASCII(*buf))) { \
186 unlikely(*buf == '\177'))
195 if (unlikely(!IS_PRINTABLE_ASCII(*buf))) {
198 unlikely(*buf == '\177'))
  /src/external/public-domain/xz/dist/src/liblzma/common/
common.h 41 # define unlikely(expr) __builtin_expect(expr, false) macro
44 # define unlikely(expr) (expr) macro
common.h 41 # define unlikely(expr) __builtin_expect(expr, false) macro
44 # define unlikely(expr) (expr) macro
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sprintf.cc 110 /* The minimum, maximum, likely, and unlikely maximum number of bytes
121 cases MAX is the same as the worst case UNLIKELY result. */
127 /* In rare cases (e.g., for multibyte characters) UNLIKELY gives
129 UNLIKELY == MAX. UNLIKELY is used to control the return value
131 unsigned HOST_WIDE_INT unlikely; member in struct:__anon13745::result_range
397 range.unlikely = min;
411 range.unlikely = max;
521 /* Finally adjust the unlikely counter to be at least as large as
523 if (range.unlikely < range.max
    [all...]
gimple-ssa-sprintf.cc 110 /* The minimum, maximum, likely, and unlikely maximum number of bytes
121 cases MAX is the same as the worst case UNLIKELY result. */
127 /* In rare cases (e.g., for multibyte characters) UNLIKELY gives
129 UNLIKELY == MAX. UNLIKELY is used to control the return value
131 unsigned HOST_WIDE_INT unlikely; member in struct:__anon13745::result_range
397 range.unlikely = min;
411 range.unlikely = max;
521 /* Finally adjust the unlikely counter to be at least as large as
523 if (range.unlikely < range.max
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-sprintf.cc 110 /* The minimum, maximum, likely, and unlikely maximum number of bytes
121 cases MAX is the same as the worst case UNLIKELY result. */
127 /* In rare cases (e.g., for multibyte characters) UNLIKELY gives
129 UNLIKELY == MAX. UNLIKELY is used to control the return value
131 unsigned HOST_WIDE_INT unlikely; member in struct:__anon16173::result_range
397 range.unlikely = min;
411 range.unlikely = max;
521 /* Finally adjust the unlikely counter to be at least as large as
523 if (range.unlikely < range.max
    [all...]

Completed in 85 milliseconds

1 2