Home
last modified time | relevance | path

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

/openbmc/linux/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()