Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/lz4/
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 3 milliseconds