Home | History | Annotate | Download | only in lib

Lines Matching defs:diff

426         reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn);
427 if (!diff) {
430 diff);
434 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn);
435 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }
436 pIn += LZ4_NbCommonBytes(diff);