| /src/external/bsd/nsd/dist/simdzone/src/ |
| attributes.h | 23 # define likely(params) (params) macro 68 # define likely(params) __builtin_expect(!!(params), 1) macro 71 # define likely(params) (params) macro
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| util.h | 32 # define likely(x) __builtin_expect(!!(x), 1) macro 35 # define likely(x) !!(x) macro
|
| tsd_malloc_thread_cleanup.h | 56 if (likely(&tsd_tls != val)) {
|
| tsd_tls.h | 50 if (likely(&tsd_tls != val)) {
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| util.h | 32 # define likely(x) __builtin_expect(!!(x), 1) macro 35 # define likely(x) !!(x) macro
|
| tsd_malloc_thread_cleanup.h | 56 if (likely(&tsd_tls != val)) {
|
| tsd_tls.h | 50 if (likely(&tsd_tls != val)) {
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| error.h | 25 #include <isc/likely.h>
|
| magic.h | 19 #include <isc/likely.h>
|
| assertions.h | 23 #include <isc/likely.h>
|
| /src/external/bsd/nsd/dist/simdzone/src/fallback/ |
| text.h | 39 if (likely((uintptr_t)limit - (uintptr_t)wire >= length)) { 42 if (likely(*text != '\\')) { 60 if (likely(*text != '\\')) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sort.cc | 40 #define likely(cond) __builtin_expect ((cond), 1) macro 89 if (likely (c->n == 3)) \ 95 if (likely (c->size == sizeof (size_t))) 97 else if (likely (c->size == sizeof (int))) 122 if (likely (c->n == 5)) \ 130 if (likely (c->size == sizeof (size_t))) 132 else if (likely(c->size == sizeof (int))) 171 if (likely (c->n == 3)) 179 if (likely (c->n == 5)) 185 if (likely (c->n == 5) [all...] |
| gimple-ssa-sprintf.cc | 91 /* The likely worst case value of MB_LEN_MAX for the target, large enough 110 /* The minimum, maximum, likely, and unlikely maximum number of bytes 120 /* The likely maximum result that is used in diagnostics. In most 123 /* The likely result used to trigger diagnostics. For conversions 124 that result in a range of bytes [MIN, MAX], LIKELY is somewhere 126 unsigned HOST_WIDE_INT likely; member in struct:__anon16173::result_range 396 range.likely = min; 400 /* Construct a FMTRESULT object with MIN, MAX, and LIKELY counters. 403 unsigned HOST_WIDE_INT likely = HOST_WIDE_INT_MAX) 410 range.likely = max < likely ? min : likely [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_frontbuffer.h | 67 if (likely(!rcu_access_pointer(obj->frontbuffer))) 79 if (likely(front == rcu_access_pointer(obj->frontbuffer)))
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| util.h | 32 # define likely(x) __builtin_expect(!!(x), 1) macro 35 # define likely(x) !!(x) macro
|
| tsd_malloc_thread_cleanup.h | 57 if (likely(&tsd_tls != val)) {
|
| tsd_tls.h | 51 if (likely(&tsd_tls != val)) {
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| util.h | 32 # define likely(x) __builtin_expect(!!(x), 1) macro 35 # define likely(x) !!(x) macro
|
| tsd_malloc_thread_cleanup.h | 57 if (likely(&tsd_tls != val)) {
|
| tsd_tls.h | 51 if (likely(&tsd_tls != val)) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_bit.c | 35 if (likely(bios->bit_offset)) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| nouveau_nvkm_core_object.c | 119 if (likely(object->func->mthd)) 128 if (likely(object->func->ntfy)) 138 if (likely(object->func->map)) 148 if (likely(object->func->map)) 157 if (likely(object->func->unmap)) 165 if (likely(object->func->rd08)) 173 if (likely(object->func->rd16)) 181 if (likely(object->func->rd32)) 189 if (likely(object->func->wr08)) 197 if (likely(object->func->wr16) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_memcpy.c | 131 if (likely(len)) 167 if (likely(len))
|
| /src/external/mpl/bind/dist/lib/isc/ |
| picohttpparser.c | 44 #define likely(x) __builtin_expect(!!(x), 1) macro 47 #define likely(x) (x) macro 118 if (likely(buf_end - buf >= 16)) { 135 } while (likely(left != 0)); 165 while (likely(buf_end - buf >= 8)) { 184 if ((likely((unsigned char)*buf < '\040') && 185 likely(*buf != '\011')) || 196 if ((likely((unsigned char)*buf < '\040') && 197 likely(*buf != '\011')) || 205 if (likely(*buf == '\015')) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-sprintf.cc | 91 /* The likely worst case value of MB_LEN_MAX for the target, large enough 110 /* The minimum, maximum, likely, and unlikely maximum number of bytes 120 /* The likely maximum result that is used in diagnostics. In most 123 /* The likely result used to trigger diagnostics. For conversions 124 that result in a range of bytes [MIN, MAX], LIKELY is somewhere 126 unsigned HOST_WIDE_INT likely; member in struct:__anon13745::result_range 396 range.likely = min; 400 /* Construct a FMTRESULT object with MIN, MAX, and LIKELY counters. 403 unsigned HOST_WIDE_INT likely = HOST_WIDE_INT_MAX) 410 range.likely = max < likely ? min : likely [all...] |