Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c786 #define STEPSIZE sizeof(reg_t) macro
792 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()