Home | History | Annotate | Download | only in zfs

Lines Matching defs:unlikely

257 #if defined(unlikely)
258 #undef unlikely
262 #define unlikely(expr) expect((expr) != 0, 0)
513 if unlikely(forwardIp > mflimit) {
525 unlikely(ip[-1] == ref[-1])) {
535 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
586 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
728 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
779 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
967 if unlikely(op - ref < STEPSIZE) {