Home | History | Annotate | Download | only in lib

Lines Matching refs:STEPSIZE

419 #define STEPSIZE sizeof(reg_t)
425 if (likely(pIn < pInLimit-(STEPSIZE-1))) {
428 pIn+=STEPSIZE; pMatch+=STEPSIZE;
433 while (likely(pIn < pInLimit-(STEPSIZE-1))) {
435 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }
440 if ((STEPSIZE==8) && (pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn+=4; pMatch+=4; }