Home | History | Annotate | Download | only in lib

Lines Matching full:stepsize

176 #define STEPSIZE sizeof(size_t)
398 while (likely(pIn<pInLimit-(STEPSIZE-1)))
401 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }