Searched refs:mStart (Results 1 – 1 of 1) sorted by relevance
2200 const BYTE *const mStart = (matchIndex < dictLimit) ? dictStart : prefixStart; in ZSTD_compressBlock_lazy_extDict_generic() local2201 while ((start > anchor) && (match > mStart) && (start[-1] == match[-1])) { in ZSTD_compressBlock_lazy_extDict_generic()