| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | sort.cc | 40 #define likely(cond) __builtin_expect ((cond), 1) macro 89 if (likely (c->n == 3)) \ in reorder23() 95 if (likely (c->size == sizeof (size_t))) in reorder23() 97 else if (likely (c->size == sizeof (int))) in reorder23() 122 if (likely (c->n == 5)) \ in reorder45() 130 if (likely (c->size == sizeof (size_t))) in reorder45() 132 else if (likely(c->size == sizeof (int))) in reorder45() 171 if (likely (c->n == 3)) in netsort() 179 if (likely (c->n == 5)) in netsort() 185 if (likely (c->n == 5)) in netsort() [all …]
|
| H A D | gimple-ssa-sprintf.c | 125 unsigned HOST_WIDE_INT likely; member 393 range.likely = min; in argmin() 400 unsigned HOST_WIDE_INT likely = HOST_WIDE_INT_MAX) 407 range.likely = max < likely ? min : likely; in argmin() 475 if (range.likely < range.min) in adjust_for_width_or_precision() 476 range.likely = range.min; in adjust_for_width_or_precision() 505 && range.likely < dirdigs) in adjust_for_width_or_precision() 506 range.likely = dirdigs + adj; in adjust_for_width_or_precision() 508 else if (range.likely < (range.min ? range.min : 1)) in adjust_for_width_or_precision() 512 range.likely = (range.min in adjust_for_width_or_precision() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | sort.cc | 40 #define likely(cond) __builtin_expect ((cond), 1) macro 89 if (likely (c->n == 3)) \ in reorder23() 95 if (likely (c->size == sizeof (size_t))) in reorder23() 97 else if (likely (c->size == sizeof (int))) in reorder23() 122 if (likely (c->n == 5)) \ in reorder45() 130 if (likely (c->size == sizeof (size_t))) in reorder45() 132 else if (likely(c->size == sizeof (int))) in reorder45() 171 if (likely (c->n == 3)) in netsort() 179 if (likely (c->n == 5)) in netsort() 185 if (likely (c->n == 5)) in netsort() [all …]
|
| H A D | gimple-ssa-sprintf.cc | 126 unsigned HOST_WIDE_INT likely; member 396 range.likely = min; in fmtresult() 403 unsigned HOST_WIDE_INT likely = HOST_WIDE_INT_MAX) in fmtresult() argument 410 range.likely = max < likely ? min : likely; in fmtresult() 478 if (range.likely < range.min) in adjust_for_width_or_precision() 479 range.likely = range.min; in adjust_for_width_or_precision() 508 && range.likely < dirdigs) in adjust_for_width_or_precision() 509 range.likely = dirdigs + adj; in adjust_for_width_or_precision() 511 else if (range.likely < (range.min ? range.min : 1)) in adjust_for_width_or_precision() 515 range.likely = (range.min in adjust_for_width_or_precision() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| H A D | nouveau_nvkm_core_object.c | 119 if (likely(object->func->mthd)) in nvkm_object_mthd() 128 if (likely(object->func->ntfy)) in nvkm_object_ntfy() 138 if (likely(object->func->map)) in nvkm_object_map() 148 if (likely(object->func->map)) in nvkm_object_map() 157 if (likely(object->func->unmap)) in nvkm_object_unmap() 165 if (likely(object->func->rd08)) in nvkm_object_rd08() 173 if (likely(object->func->rd16)) in nvkm_object_rd16() 181 if (likely(object->func->rd32)) in nvkm_object_rd32() 189 if (likely(object->func->wr08)) in nvkm_object_wr08() 197 if (likely(object->func->wr16)) in nvkm_object_wr16() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | picohttpparser.c | 44 #define likely(x) __builtin_expect(!!(x), 1) macro 47 #define likely(x) (x) macro 118 if (likely(buf_end - buf >= 16)) { in findchar_fast() 135 } while (likely(left != 0)); in findchar_fast() 164 while (likely(buf_end - buf >= 8)) { in get_token_to_eol() 182 if ((likely((unsigned char)*buf < '\040') && in get_token_to_eol() 183 likely(*buf != '\011')) || in get_token_to_eol() 194 if ((likely((unsigned char)*buf < '\040') && in get_token_to_eol() 195 likely(*buf != '\011')) || in get_token_to_eol() 203 if (likely(*bu in get_token_to_eol() [all...] |
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/ |
| H A D | nouveau_nvkm_subdev_mc_base.c | 38 if (likely(mc) && mc->func->unk260) in nvkm_mc_unk260() 47 if (likely(mc) && mc->func->intr_mask) { in nvkm_mc_intr_mask() 61 if (likely(mc)) in nvkm_mc_intr_unarm() 69 if (likely(mc)) in nvkm_mc_intr_rearm() 128 if (likely(mc)) { in nvkm_mc_reset_mask()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_vma_manager.c | 156 while (likely(iter)) { in drm_vma_offset_lookup_locked() 285 while (likely(*iter)) { in drm_vma_node_allow() 339 while (likely(iter)) { in drm_vma_node_revoke() 380 while (likely(iter)) { in drm_vma_node_is_allowed()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_irq.c | 114 if (likely(status)) in vmw_irq_handler() 185 if (likely(dev_priv->last_read_seqno - seqno < VMW_FENCE_WRAP)) in vmw_seqno_passed() 190 if (likely(dev_priv->last_read_seqno - seqno < VMW_FENCE_WRAP)) in vmw_seqno_passed() 387 if (likely(dev_priv->last_read_seqno - seqno < VMW_FENCE_WRAP)) { in vmw_wait_seqno() 392 if (likely(vmw_seqno_passed(dev_priv, seqno))) { in vmw_wait_seqno() 428 else if (likely(ret > 0)) in vmw_wait_seqno()
|
| H A D | vmwgfx_fifo.c | 204 if (likely(fifo->static_buffer != NULL)) { in vmw_fifo_release() 209 if (likely(fifo->dynamic_buffer != NULL)) { in vmw_fifo_release() 299 if (likely(!vmw_fifo_is_full(dev_priv, bytes))) { in vmw_fifo_wait() 326 else if (likely(ret > 0)) in vmw_fifo_wait() 377 if (likely((next_cmd + bytes < max || in vmw_local_fifo_reserve() 391 if (likely((next_cmd + bytes < stop))) in vmw_local_fifo_reserve()
|
| H A D | vmwgfx_context.c | 305 if (likely(res->id != -1)) in vmw_gb_context_create() 426 if (likely(fence != NULL)) in vmw_gb_context_unbind() 440 if (likely(res->id == -1)) in vmw_gb_context_destroy() 472 if (likely(res->id != -1)) in vmw_dx_context_create() 640 if (likely(fence != NULL)) in vmw_dx_context_unbind() 654 if (likely(res->id == -1)) in vmw_dx_context_destroy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | BranchWeightMetadata.rst | 122 comparison value. If it is equal to 1 (true), the condition is likely to be 123 true, in other case condition is likely to be false. For example: 128 // This block is likely to be taken. 136 case is assumed to be likely taken. 144 case 5: // This case is likely to be taken. 168 // This block is likely to be taken with probability 80%. 185 case 5: break; // This case is likely to be taken with probability 70%
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_gt_irq.c | 102 if (likely(engine)) in gen11_engine_irq_handler() 296 if (likely(gt_iir[0])) in gen8_gt_irq_ack() 302 if (likely(gt_iir[1])) in gen8_gt_irq_ack() 308 if (likely(gt_iir[2])) in gen8_gt_irq_ack() 314 if (likely(gt_iir[3])) in gen8_gt_irq_ack()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh4-300.md | 23 ;; which makes it more likely that the linker will be able to word 146 ;; ??? If the branch is likely, and not paired with a preceding insn, 147 ;; or likely and likely not predicted, we might want to fill the delay slot. 170 ;; This description is likely inexact, but this pattern should not actually 189 ;; calls introduce a longisch delay that is likely to flush the pipelines 264 ;; this pattern itself is likely to finish in 3 cycles, but also
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh4-300.md | 23 ;; which makes it more likely that the linker will be able to word 146 ;; ??? If the branch is likely, and not paired with a preceding insn, 147 ;; or likely and likely not predicted, we might want to fill the delay slot. 170 ;; This description is likely inexact, but this pattern should not actually 189 ;; calls introduce a longisch delay that is likely to flush the pipelines 264 ;; this pattern itself is likely to finish in 3 cycles, but also
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_frontbuffer.h | 67 if (likely(!rcu_access_pointer(obj->frontbuffer))) in __intel_frontbuffer_get() 79 if (likely(front == rcu_access_pointer(obj->frontbuffer))) in __intel_frontbuffer_get()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_memcpy.c | 131 if (likely(len)) in i915_memcpy_from_wc() 167 if (likely(len)) in i915_unaligned_memcpy_from_wc()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| H A D | nouveau_nvkm_subdev_bios_base.c | 57 if (likely(nvbios_addr(bios, &addr, 1))) in nvbios_rd08() 65 if (likely(nvbios_addr(bios, &addr, 2))) in nvbios_rd16() 73 if (likely(nvbios_addr(bios, &addr, 4))) in nvbios_rd32()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
| H A D | nouveau_nvkm_subdev_instmem_nv50.c | 254 if (likely(iobj->lru.next) && iobj->map) { in nv50_instobj_release() 295 if (likely(iobj->lru.next)) in nv50_instobj_acquire() 319 if (likely(iobj->lru.next)) { in nv50_instobj_boot() 369 if (likely(iobj->lru.next)) in nv50_instobj_dtor() 384 if (likely(vmm)) /* Can be NULL during BAR destructor. */ in nv50_instobj_dtor()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/VMS/ |
| H A D | openssl_ivp.com.in | 37 $ ! If something else is wrong with the installation, we're likely 45 $ ! then we're likely to get an image activation error here
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | stacktrace | 249 if (auto __cb = __ret._M_prepare()) [[likely]] 267 if (auto __cb = __ret._M_prepare()) [[likely]] 290 if (auto __cb = __ret._M_prepare(__max_depth)) [[likely]] 548 if (__s._M_push_back(__f)) [[likely]] 562 if (__s._M_push_back(__f)) [[likely]] 567 if (_M_impl._M_allocate(_M_alloc, __max_depth)) [[likely]] 600 if (__n <= _S_max_size(__alloc)) [[likely]] 686 if (__i._M_allocate(__alloc, _M_size + __extra)) [[likely]]
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/ |
| H A D | libcaf.h | 37 #define likely(x) (x) 40 #define likely(x) __builtin_expect(!!(x), 1)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
| H A D | libcaf.h | 37 #define likely(x) (x) 40 #define likely(x) __builtin_expect(!!(x), 1)
|
| /netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
| H A D | common.h | 40 # define likely(expr) __builtin_expect(expr, true) macro 43 # define likely(expr) (expr) macro
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | sh64-media.cpu | 96 (dshmf f-likely "Likely bit" () 9 1) 181 (define-operand (name likely) (comment "Likely branch?") (attrs (ISA media)) 182 (type h-uint) (index f-likely) (handlers (parse "likely") (print "likely"))) 243 "beq$likely $rm, $rn, $tra" 244 (+ (f-op 25) rm (f-ext 1) rn likely (f-8-2 0) tra (f-rsvd 0)) 250 "beqi$likely $rm, $imm6, $tra" 251 (+ (f-op 57) rm (f-ext 1) imm6 likely (f-8-2 0) tra (f-rsvd 0)) 257 "bge$likely $rm, $rn, $tra" 258 (+ (f-op 25) rm (f-ext 3) rn likely (f-8-2 0) tra (f-rsvd 0)) 264 "bgeu$likely $rm, $rn, $tra" [all …]
|