Searched defs:unlikely (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c112 #define unlikely(expr) expect((expr) != 0, 0) macro
268 if unlikely(op - ref < STEPSIZE) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c112 #define unlikely(x) __builtin_expect((x), 0) macro
115 #define unlikely(x) (x) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c119 #define unlikely(expr) expect((expr) != 0, 0) macro
280 if unlikely(op - ref < STEPSIZE) {
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c268 #define unlikely(expr) expect((expr) != 0, 0) macro
542 if unlikely(forwardIp > mflimit) {
554 unlikely(ip[-1] == ref[-1])) {
564 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
615 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
757 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
808 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
986 if unlikely(op - ref < STEPSIZE) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c285 #define unlikely(expr) expect((expr) != 0, 0) macro
565 if unlikely(forwardIp > mflimit) {
577 unlikely(ip[-1] == ref[-1])) {
587 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
638 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
780 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
831 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
966 if unlikely(cpy > oend - COPYLENGTH) {
981 if unlikely(ref < (BYTE * const) dest)
996 if unlikely(o
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h62 #define unlikely(a) (a) macro
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h482 #define unlikely(x) __builtin_expect((x), 0) macro
485 #define unlikely(x) (x) macro

Completed in 63 milliseconds