Searched refs:likely (Results 226 - 250 of 357) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.c239 if (likely(!wait_ack_clear(d, FORCEWAKE_KERNEL)))
265 if (likely(!wait_ack_set(d, FORCEWAKE_KERNEL)))
500 if (likely(!(dbg & FPGA_DBG_RM_NOCLAIM)))
514 if (likely(!(cer & (CLAIM_ER_OVERFLOW | CLAIM_ER_CTR_MASK))))
1211 if (likely(!i915_modparams.mmio_debug))
H A Di915_utils.h145 likely(__check_struct_size(sizeof(*(p)), \
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmode1o.asm106 C L1 (which is likely if we're called several times) then it should take a
156 C divisors (less chance of high<divisor) might be more likely from
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ring.c455 if (likely(r == 0)) {
H A Dradeon_fb.c130 if (likely(ret == 0)) {
H A Dradeon_fence.c78 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
101 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
H A Dradeon_object.c382 if (likely(r == 0)) {
418 if (likely(r == 0)) {
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfile_pos.c122 if (likely (u->flags.convert == GFC_CONVERT_NATIVE))
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dfile_pos.c127 if (likely (convert == GFC_CONVERT_NATIVE))
/netbsd-current/external/bsd/less/dist/
H A Ddecode.c345 * The binary file is likely to have been generated from
/netbsd-current/sys/external/bsd/ena-com/
H A Dena_plat.h114 #define likely(x) __predict_true(x) macro
H A Dena_eth_com.c471 if (likely(i != 0)) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbuffer.h112 #include <isc/likely.h>
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc110 if (len > 3 && !__builtin_memcmp(buf + len - 3, ".\r\n", 3)) [[likely]]
H A Dcodecvt.cc259 if (c1 < 0x80) [[likely]]
415 if (is_low_surrogate(c2)) [[likely]]
582 if (is_low_surrogate(c2)) [[likely]]
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Ddivrem_2.asm43 C * Check cluster delays (for ev6). We very likely could save some cycles.
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v6t2/
H A Ddivrem_1.asm44 C * Optimise inner-loops better, they could likely run a cycle or two faster.
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsubr.c1617 "This error is likely to have been caused by an invalid line in a hook script\n"
1619 "likely the offending line would end with a '%%' character or contain a string\n"
/netbsd-current/share/mk/
H A Dbsd.test.mk175 # Forbid this case. It is likely to cause false positives/negatives and it
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mm.c657 if (likely(remainder_mask))
917 if (likely(scan->remainder_mask))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-loop-versioning.cc728 is likely to be indexing an innermost dimension, returning the result
738 least one of those values is likely to be for the innermost dimension.
746 we should treat STRIDE as being a likely inner dimension, since
802 /* We didn't find any possible values of STRIDE that were likely to be
817 dump_printf_loc (MSG_NOTE, address.stmt, "%T is likely to be the"
829 information in TERM, deciding whether STRIDE is likely to be for
976 opportunities. Analyze it to see whether it contains any likely
978 (less likely) candidates.
995 is most likely to be an innermost stride. */
1041 b(:,1) is relatively likely t
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-loop-versioning.cc707 is likely to be indexing an innermost dimension, returning the result
717 least one of those values is likely to be for the innermost dimension.
725 we should treat STRIDE as being a likely inner dimension, since
781 /* We didn't find any possible values of STRIDE that were likely to be
796 dump_printf_loc (MSG_NOTE, address.stmt, "%T is likely to be the"
808 information in TERM, deciding whether STRIDE is likely to be for
955 opportunities. Analyze it to see whether it contains any likely
957 (less likely) candidates.
974 is most likely to be an innermost stride. */
1020 b(:,1) is relatively likely t
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dmax_size_type.h164 if (!_M_msb && !__r._M_msb) [[likely]]
192 if (!_M_msb && !__r._M_msb) [[likely]]
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Darena.c1378 if (likely(!tsdn_null(tsdn))) {
1385 if (likely(size <= SMALL_MAXCLASS)) {
1402 if (likely(alignment <= CACHELINE)) {
1597 if (likely(oldsize <= SMALL_MAXCLASS && usize_min <= SMALL_MAXCLASS)) {
1642 if (likely(usize <= SMALL_MAXCLASS)) {
1835 * are likely to be reused soon after deallocation, and the cost of
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc474 // requires more than 200 tries, it's more likely that the failures are due to
559 // The most likely root cause.

Completed in 338 milliseconds

1234567891011>>