Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.c181 #ifndef unlikely
182 #define unlikely(expr) expect((expr) != 0, 0) macro
1015 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 …]