Searched refs:likely (Results 201 - 225 of 357) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dmemory.h127 if (likely(_m)) { \
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c259 if (likely(ret != 0))
H A Dvmwgfx_resource.c155 if (likely(res->hw_destroy != NULL)) {
373 if (likely(res->backup)) {
647 if (likely(val_buf->bo == NULL))
731 if (likely(ret != -EBUSY))
H A Dttm_object.c281 if (likely(ret == 0)) {
407 if (likely(ret == 0)) {
H A Dvmwgfx_surface.c419 if (likely(res->id != -1))
517 if (likely(fence != NULL))
1085 if (likely(res->id != -1))
1283 if (likely(fence != NULL))
1298 if (likely(res->id == -1))
/netbsd-current/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo_util.c106 if (likely(man->io_reserve_fastpath))
118 if (likely(man->io_reserve_fastpath))
149 if (likely(man->io_reserve_fastpath))
170 if (likely(man->io_reserve_fastpath))
H A Dttm_tt.c209 if (likely(cur_page != NULL)) {
225 if (likely(cur_page != NULL)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_pm.c205 if (likely(!__i915_request_commit(rq))) { /* engine should be idle! */
209 * which may delay the signaling (i.e. we will likely wait
H A Dintel_gt_pm.c33 if (likely(!count))
/netbsd-current/sys/dev/pci/
H A Dif_ena.c413 if (likely(rc == 0)) {
832 if (likely(req_id < rx_ring->ring_size))
1149 if (likely(i != 0)) {
1282 if (likely(req_id < tx_ring->ring_size)) {
1430 if (likely(tx_info->num_of_bufs != 0)) {
1456 } while (likely(--budget));
1464 if (likely(commit != TX_COMMIT)) {
1484 if (likely(adapter->rss_support)) {
1830 if (likely(ENA_FLAG_ISSET(ENA_FLAG_DEVICE_RUNNING, adapter)))
2202 if (likely(adapte
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm64/
H A Daorsmul_1.asm45 C That is likely to save a few cycles.
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mips.c1059 /* Branch without likely bit. If label is out of range, we turn:
1088 Branch likely. If label is out of range, we turn:
1104 likely bit, generating something like:
1127 uncond, likely, link, toofar) \
1134 | ((likely) ? 0x100 : 0) \
1300 /* Whether or not we are emitting a branch-likely macro. */
4590 /* Return true if IP is a branch-likely instruction. */
8096 /* We need to emit a label at the end of branch-likely macros. */
10047 /* Emit a sequence of instructions to emulate a branch likely operation.
10076 does not implement branch likely instruction
10306 int likely = 0; local
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Drtree.h337 if (likely(rtree_ctx->cache[slot].leafkey == leafkey)) {
348 if (likely(rtree_ctx->l2_cache[i].leafkey == leafkey)) { \
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Drtree.h337 if (likely(rtree_ctx->cache[slot].leafkey == leafkey)) {
348 if (likely(rtree_ctx->l2_cache[i].leafkey == leafkey)) { \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc335 if (locale_t loc = ::newlocale(LC_ALL_MASK, "C", (locale_t)0)) [[likely]]
445 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c1066 /* Branch without likely bit. If label is out of range, we turn:
1095 Branch likely. If label is out of range, we turn:
1111 likely bit, generating something like:
1134 uncond, likely, link, toofar) \
1141 | ((likely) ? 0x100 : 0) \
1307 /* Whether or not we are emitting a branch-likely macro. */
4601 /* Return true if IP is a branch-likely instruction. */
8182 /* We need to emit a label at the end of branch-likely macros. */
10133 /* Emit a sequence of instructions to emulate a branch likely operation.
10162 does not implement branch likely instruction
10392 int likely = 0; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c1069 /* Branch without likely bit. If label is out of range, we turn:
1098 Branch likely. If label is out of range, we turn:
1114 likely bit, generating something like:
1137 uncond, likely, link, toofar) \
1144 | ((likely) ? 0x100 : 0) \
1310 /* Whether or not we are emitting a branch-likely macro. */
4604 /* Return true if IP is a branch-likely instruction. */
8181 /* We need to emit a label at the end of branch-likely macros. */
10130 /* Emit a sequence of instructions to emulate a branch likely operation.
10159 does not implement branch likely instruction
10389 int likely = 0; local
[all...]
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dlarge.c44 if (likely(!tsdn_null(tsdn))) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_bo_list.c216 * likely to be used more often than buffers which appear later
254 if (likely(info_size == in->bo_info_size)) {
H A Damdgpu_fb.c127 if (likely(ret == 0)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_base.c75 if (likely(chan)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_object.c254 if (likely(r == 0)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_cursor.c358 if (likely(ret == 0)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_vma.h146 if (likely(kref_get_unless_zero(&vma->obj->base.refcount)))
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h229 #include <isc/likely.h>

Completed in 625 milliseconds

1234567891011>>