Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4defs.h90 #define STEPSIZE sizeof(size_t) macro
184 while (likely(pIn < pInLimit - (STEPSIZE - 1))) { in LZ4_count()
188 pIn += STEPSIZE; in LZ4_count()
189 pMatch += STEPSIZE; in LZ4_count()