Searched refs:matchl0 (Results 1 – 1 of 1) sorted by relevance
143 const BYTE* matchl0; /* the long match for ip */ in ZSTD_compressBlock_doubleFast_noDict_generic() local179 matchl0 = base + idxl0; in ZSTD_compressBlock_doubleFast_noDict_generic()204 …{ const BYTE* const matchl0_safe = ZSTD_selectAddr(idxl0, prefixLowestIndex, matchl0, &dummy[0]… in ZSTD_compressBlock_doubleFast_noDict_generic()207 if (MEM_read64(matchl0_safe) == MEM_read64(ip) && matchl0_safe == matchl0) { in ZSTD_compressBlock_doubleFast_noDict_generic()208 mLength = ZSTD_count(ip+8, matchl0+8, iend) + 8; in ZSTD_compressBlock_doubleFast_noDict_generic()209 offset = (U32)(ip-matchl0); in ZSTD_compressBlock_doubleFast_noDict_generic()210 …while (((ip>anchor) & (matchl0>prefixLowest)) && (ip[-1] == matchl0[-1])) { ip--; matchl0--; mLeng… in ZSTD_compressBlock_doubleFast_noDict_generic()236 matchl0 = matchl1; in ZSTD_compressBlock_doubleFast_noDict_generic()