| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_memcpy.c | 125 if (likely(has_movntdqa)) { 127 if (likely(len)) 165 if (likely(len))
|
| H A D | i915_syncmap.c | 163 if (likely(__sync_leaf_prefix(p, id) == p->prefix)) in i915_syncmap_is_later() 361 if (likely(p && __sync_leaf_prefix(p, id) == p->prefix)) { in i915_syncmap_set()
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_vma_manager.c | 151 while (likely(iter)) { in drm_vma_offset_lookup_locked() 261 while (likely(*iter)) { in vma_node_allow() 366 while (likely(iter)) { in drm_vma_node_revoke() 407 while (likely(iter)) { in drm_vma_node_is_allowed()
|
| H A D | drm_exec.c | 116 if (likely(!exec->contended)) { in drm_exec_cleanup() 121 if (likely(exec->contended == DRM_EXEC_DUMMY)) { in drm_exec_cleanup() 169 if (likely(!obj)) in drm_exec_lock_contended()
|
| H A D | drm_cache.c | 269 return (likely(*x == 1)); in static_branch_likely() 313 else if (likely(len)) in __drm_memcpy_from_wc()
|
| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | kref.h | 75 if (likely(atomic_dec_and_test(&kref->refcount))) { in kref_put_mutex() 92 if (likely(atomic_dec_and_test(&kref->refcount))) { in kref_put_lock()
|
| H A D | compiler.h | 10 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /openbsd-src/gnu/llvm/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%
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_csa.c | 76 if (likely(!r)) in amdgpu_map_static_csa() 116 if (likely(!r)) in amdgpu_unmap_static_csa()
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | missingkeyfunction.rst | 10 it's likely that your class C has a key function (defined by the ABI as the first 46 key function, but it's quite common because virtual destructors are likely to be 48 also more likely that you won't have any direct references to the destructor, so
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | t-beos | 2 # we are most likely to want to apply any fixes to.
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_benchmark.c | 147 if (likely(r == 0)) { in radeon_benchmark_move() 155 if (likely(r == 0)) { in radeon_benchmark_move()
|
| /openbsd-src/gnu/llvm/clang/cmake/caches/ |
| H A D | MultiDistributionExample.cmake | 2 # Note that for a real distribution, you likely want to perform a bootstrap 42 # You likely want more tools; this is just an example :) Note that we need to
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | t-beos | 2 # we are most likely to want to apply any fixes to.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | sh64-media.cpu | 95 (dshmf f-likely "Likely bit" () 9 1) 180 (define-operand (name likely) (comment "Likely branch?") (attrs (ISA media)) 181 (type h-uint) (index f-likely) (handlers (parse "likely") (print "likely"))) 242 "beq$likely $rm, $rn, $tra" 243 (+ (f-op 25) rm (f-ext 1) rn likely (f-8-2 0) tra (f-rsvd 0)) 249 "beqi$likely $rm, $imm6, $tra" 250 (+ (f-op 57) rm (f-ext 1) imm6 likely (f-8-2 0) tra (f-rsvd 0)) 256 "bge$likely $rm, $rn, $tra" 257 (+ (f-op 25) rm (f-ext 3) rn likely (f-8-2 0) tra (f-rsvd 0)) 263 "bgeu$likely $rm, $rn, $tra" [all …]
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | esix4.sh | 28 WARNING: You are likely to have problems compiling the Socket extension
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | addissub.t | 7 alarm 10; # likely failure mode is an infinite loop
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | t-vxworks | 9 MUTLILIB_EXTRA_OPTS = -G 0 -mno-branch-likely
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | PROJECTS | 5 I haven't gone through TODO, but it's likely that it has entries that 13 tree structure. Most likely, a single list implementation will not
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-mips.c | 837 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \ argument 842 | ((likely) ? 4 : 0) \ 4496 int likely = 0; in macro() local 4613 likely = 1; in macro() 4620 likely = 1; in macro() 4633 likely = 1; in macro() 4637 macro_build (&offset_expr, likely ? "bgezl" : "bgez", "s,p", sreg); in macro() 4642 macro_build (&offset_expr, likely ? "blezl" : "blez", "s,p", treg); in macro() 4647 macro_build (&offset_expr, likely ? "beql" : "beq", "s,t,p", AT, 0); in macro() 4651 likely = 1; in macro() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-mips.c | 791 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \ argument 796 | ((likely) ? 4 : 0) \ 4488 int likely = 0; in macro() local 4605 likely = 1; in macro() 4612 likely = 1; in macro() 4624 likely = 1; in macro() 4628 macro_build (&offset_expr, likely ? "bgezl" : "bgez", "s,p", sreg); in macro() 4633 macro_build (&offset_expr, likely ? "blezl" : "blez", "s,p", treg); in macro() 4637 macro_build (&offset_expr, likely ? "beql" : "beq", "s,t,p", AT, 0); in macro() 4641 likely = 1; in macro() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | intel_gt_irq.c | 414 if (likely(iir)) { in gen8_gt_irq_handler() 425 if (likely(iir)) { in gen8_gt_irq_handler() 436 if (likely(iir)) { in gen8_gt_irq_handler() 445 if (likely(iir)) { in gen8_gt_irq_handler()
|
| H A D | intel_context.h | 157 if (likely(intel_context_pin_if_active(ce))) in intel_context_pin() 166 if (likely(intel_context_pin_if_active(ce))) in intel_context_pin_ww()
|
| /openbsd-src/etc/ |
| H A D | gettytab | 4 # It is by no means certain, or even likely, that any of them are optimal 5 # for any purpose whatever. Nor is it likely that more than a couple are
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | Readme | 21 1. Resizing the terminal will most likely cause lui to crash.
|