Searched refs:likely (Results 1 - 25 of 355) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips4-branch-likely.d2 #name: MIPS mips4 branch-likely instructions
4 # Test mips4 branch-likely instructions.
H A Dmicromips@mips4-branch-likely.d2 #name: MIPS mips4 branch-likely instructions
3 #source: mips4-branch-likely.s
6 # Test mips4 branch-likely instructions (microMIPS).
H A Dmips4-branch-likely.s1 # Source file used to test -mips4 branch-likely instructions.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dmulbug-err-1.s1 ; Test error message for mul insns at locations likely to trig
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dutil.h32 # define likely(x) __builtin_expect(!!(x), 1) macro
35 # define likely(x) !!(x) macro
H A Dtsd_malloc_thread_cleanup.h56 if (likely(&tsd_tls != val)) {
H A Dtsd_tls.h50 if (likely(&tsd_tls != val)) {
H A Darena_inlines_a.h28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) {
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dutil.h32 # define likely(x) __builtin_expect(!!(x), 1) macro
35 # define likely(x) !!(x) macro
H A Dtsd_malloc_thread_cleanup.h56 if (likely(&tsd_tls != val)) {
H A Dtsd_tls.h50 if (likely(&tsd_tls != val)) {
H A Darena_inlines_a.h28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Derror.h25 #include <isc/likely.h>
H A Dmagic.h19 #include <isc/likely.h>
H A Dassertions.h23 #include <isc/likely.h>
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsort.cc40 #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 (
[all...]
H A Dgimple-ssa-sprintf.c90 /* The likely worst case value of MB_LEN_MAX for the target, large enough
109 /* The minimum, maximum, likely, and unlikely maximum number of bytes
119 /* The likely maximum result that is used in diagnostics. In most
122 /* The likely result used to trigger diagnostics. For conversions
125 unsigned HOST_WIDE_INT likely; member in struct:result_range
393 range.likely = min;
400 unsigned HOST_WIDE_INT likely = HOST_WIDE_INT_MAX)
407 range.likely = max < likely ? min : likely;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsort.cc40 #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 (
[all...]
H A Dgimple-ssa-sprintf.cc91 /* 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
126 unsigned HOST_WIDE_INT likely; member in struct:__anon967::result_range
396 range.likely = min;
403 unsigned HOST_WIDE_INT likely = HOST_WIDE_INT_MAX)
410 range.likely = max < likely ? min : likely;
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_frontbuffer.h67 if (likely(!rcu_access_pointer(obj->frontbuffer)))
79 if (likely(front == rcu_access_pointer(obj->frontbuffer)))
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_bit.c35 if (likely(bios->bit_offset)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_object.c119 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(objec
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_memcpy.c131 if (likely(len))
167 if (likely(len))
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dpicohttpparser.c44 #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));
164 while (likely(buf_end - buf >= 8)) {
182 if ((likely((unsigned char)*buf < '\040') &&
183 likely(*buf != '\011')) ||
194 if ((likely((unsigned char)*buf < '\040') &&
195 likely(*buf != '\011')) ||
203 if (likely(*bu
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/
H A Dnouveau_nvkm_subdev_mc_base.c38 if (likely(mc) && mc->func->unk260)
47 if (likely(mc) && mc->func->intr_mask) {
61 if (likely(mc))
69 if (likely(mc))
78 intr = 0; /* likely fallen off the bus */
128 if (likely(mc)) {

Completed in 480 milliseconds

1234567891011>>