Home
last modified time | relevance | path

Searched refs:STEPSIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4defs.h95 #define STEPSIZE sizeof(size_t) macro
200 while (likely(pIn < pInLimit - (STEPSIZE - 1))) { in LZ4_count()
204 pIn += STEPSIZE; in LZ4_count()
205 pMatch += STEPSIZE; in LZ4_count()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4defs.h97 #define STEPSIZE sizeof(size_t) macro
202 while (likely(pIn < pInLimit - (STEPSIZE - 1))) { in LZ4_count()
206 pIn += STEPSIZE; in LZ4_count()
207 pMatch += STEPSIZE; in LZ4_count()

Completed in 2 milliseconds