Home | History | Annotate | Download | only in lib

Lines Matching defs:diff

356         reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn);
357 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }
358 pIn += LZ4_NbCommonBytes(diff);