Home
last modified time | relevance | path

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

/Linux-v5.4/lib/lz4/
Dlz4defs.h95 #define STEPSIZE sizeof(size_t) macro
189 while (likely(pIn < pInLimit - (STEPSIZE - 1))) { in LZ4_count()
193 pIn += STEPSIZE; in LZ4_count()
194 pMatch += STEPSIZE; in LZ4_count()