| /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
|
| /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
|
| /src/sys/external/bsd/common/include/linux/ |
| compiler.h | 57 #define likely(X) __predict_true(X) macro
|
| /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
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| util.h | 32 # define likely(x) __builtin_expect(!!(x), 1) macro 35 # define likely(x) !!(x) macro
|
| /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...] |
| profile-count.h | 128 - likely (4/5 probability) 136 well behaving program will very likely not execute the "never" path. 211 static profile_probability likely () function
|
| /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/public-domain/xz/dist/src/liblzma/common/ |
| common.h | 40 # define likely(expr) __builtin_expect(expr, true) macro 43 # define likely(expr) (expr) macro
|
| /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...] |
| profile-count.h | 128 - likely (4/5 probability) 136 well behaving program will very likely not execute the "never" path. 211 static profile_probability likely () function
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| lz4.c | 254 #if defined(likely) 255 #undef likely macro 261 #define likely(expr) expect((expr) != 0, 1) macro 559 while likely(ip < matchlimit - (STEPSIZE - 1)) {
|
| /src/sys/external/bsd/ena-com/ |
| ena_plat.h | 114 #define likely(x) __predict_true(x) macro
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/ |
| dns_common.h | 49 #ifndef likely 50 #define likely(EXPRESSSION) __builtin_expect(!!(EXPRESSSION), 1) macro
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| libgfortran.h | 127 /* The following macros can be used to annotate conditions which are likely or 129 more likely/less unlikely than average to avoid the performance penalties of 133 heuristic will mark this branch as much less likely as unlikely() would 136 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| libgfortran.h | 127 /* The following macros can be used to annotate conditions which are likely or 129 more likely/less unlikely than average to avoid the performance penalties of 133 heuristic will mark this branch as much less likely as unlikely() would 136 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-ppc.c | 1358 FIXME: Remove this soon. Mapping the reloc names is very likely 5584 asection *sec, *likely = NULL; 5591 likely = sec; 5600 likely = sec; 5601 if (likely != NULL) 5603 *code_sec = likely; 5605 *code_off = val - likely->vma; 7839 the optimization and keep the PLT entry as it seems likely that 14575 /* Look for a likely section. We probably won't even be 5580 asection *sec, *likely = NULL; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-ppc.c | 1358 FIXME: Remove this soon. Mapping the reloc names is very likely 5592 asection *sec, *likely = NULL; 5599 likely = sec; 5608 likely = sec; 5609 if (likely != NULL) 5611 *code_sec = likely; 5613 *code_off = val - likely->vma; 7839 the optimization and keep the PLT entry as it seems likely that 14573 /* Look for a likely section. We probably won't even be 5588 asection *sec, *likely = NULL; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-ppc.c | 1358 FIXME: Remove this soon. Mapping the reloc names is very likely 5591 asection *sec, *likely = NULL; 5598 likely = sec; 5607 likely = sec; 5608 if (likely != NULL) 5610 *code_sec = likely; 5612 *code_off = val - likely->vma; 7832 the optimization and keep the PLT entry as it seems likely that 14555 /* Look for a likely section. We probably won't even be 5587 asection *sec, *likely = NULL; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-ppc.c | 1358 FIXME: Remove this soon. Mapping the reloc names is very likely 5588 asection *sec, *likely = NULL; 5595 likely = sec; 5604 likely = sec; 5605 if (likely != NULL) 5607 *code_sec = likely; 5609 *code_off = val - likely->vma; 7829 the optimization and keep the PLT entry as it seems likely that 14548 /* Look for a likely section. We probably won't even be 5584 asection *sec, *likely = NULL; local
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 1079 /* Branch without likely bit. If label is out of range, we turn: 1108 Branch likely. If label is out of range, we turn: 1124 likely bit, generating something like: 1147 uncond, likely, link, toofar) \ 1153 | ((likely) ? 0x100 : 0) \ 1319 /* Whether or not we are emitting a branch-likely macro. */ 4923 /* Return true if IP is a branch-likely instruction. */ 8502 /* We need to emit a label at the end of branch-likely macros. */ 10442 /* Emit a sequence of instructions to emulate a branch likely operation. 10471 does not implement branch likely instructions in hardware. * 10711 int likely = 0; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 1075 /* Branch without likely bit. If label is out of range, we turn: 1104 Branch likely. If label is out of range, we turn: 1120 likely bit, generating something like: 1143 uncond, likely, link, toofar) \ 1149 | ((likely) ? 0x100 : 0) \ 1315 /* Whether or not we are emitting a branch-likely macro. */ 4614 /* Return true if IP is a branch-likely instruction. */ 8190 /* We need to emit a label at the end of branch-likely macros. */ 10139 /* Emit a sequence of instructions to emulate a branch likely operation. 10168 does not implement branch likely instructions in hardware. * 10408 int likely = 0; local [all...] |
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 2438 ** of a table column that its values are likely to be very large - larger 4163 ** undefined and is likely a memory access violation. 6348 ** SQLITE_TRANSIENT value means that the content will likely change in 7736 ** to read or write the estimatedRows field are undefined (but are likely 8949 ** [SQLITE_DBSTATUS options] is likely 14335 ** expression that is usually false. Macro likely() surrounds 14340 #define likely(X) (X) macro 15564 ** anybody smart enough to figure out the code is also likely smart 15631 ** windows and unix. I'm guessing that isn't likely to happen, but by 16241 #define BTREE_APPEND 0x08 /* Insert is likely an append * [all...] |