Searched refs:STEPSIZE (Results 1 – 1 of 1) sorted by relevance
786 #define STEPSIZE sizeof(reg_t) macro792 if (likely(pIn < pInLimit - (STEPSIZE - 1))) in LZ4_count()797 pIn += STEPSIZE; in LZ4_count()798 pMatch += STEPSIZE; in LZ4_count()806 while (likely(pIn < pInLimit - (STEPSIZE - 1))) in LZ4_count()811 pIn += STEPSIZE; in LZ4_count()812 pMatch += STEPSIZE; in LZ4_count()819 if ((STEPSIZE == 8) && (pIn < (pInLimit - 3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) in LZ4_count()