Searched refs:unlikely (Results 1 – 1 of 1) sorted by relevance
181 #ifndef unlikely182 #define unlikely(expr) expect((expr) != 0, 0) macro1015 if (unlikely(forwardIp > mflimitPlusOne)) goto _last_literals; in LZ4_compress_generic_validated()1040 if (unlikely(forwardIp > mflimitPlusOne)) goto _last_literals; in LZ4_compress_generic_validated()1092 if ((match > lowLimit) && unlikely(ip[-1] == match[-1])) { in LZ4_compress_generic_validated()1093 …do { ip--; match--; } while (((ip > anchor) & (match > lowLimit)) && (unlikely(ip[-1] == match[-1]… in LZ4_compress_generic_validated()1100 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit)) ) { in LZ4_compress_generic_validated()1104 …(unlikely(op + (litLength+240)/255 /* litlen */ + litLength /* literals */ + 2 /* offset */ + 1 /*… in LZ4_compress_generic_validated()1173 (unlikely(op + (1 + LASTLITERALS) + (matchCode+240)/255 > olimit)) ) { in LZ4_compress_generic_validated()1180 if (unlikely(ip <= filledIp)) { in LZ4_compress_generic_validated()[all …]