Searched refs:match (Results 1 – 1 of 1) sorted by relevance
1232 const BYTE *match; in LZ4_compress_generic_validated() local1253 match = LZ4_getPositionOnHash(h, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()1257 } while ((match + LZ4_DISTANCE_MAX < ip) || (LZ4_read32(match) != LZ4_read32(ip))); in LZ4_compress_generic_validated()1287 match = dictBase + matchIndex; in LZ4_compress_generic_validated()1293 match = base + matchIndex; in LZ4_compress_generic_validated()1303 match = dictBase + matchIndex; in LZ4_compress_generic_validated()1308 match = base + matchIndex; in LZ4_compress_generic_validated()1314 match = base + matchIndex; in LZ4_compress_generic_validated()1331 if (LZ4_read32(match) == LZ4_read32(ip)) in LZ4_compress_generic_validated()1343 while (((ip > anchor) & (match > lowLimit)) && (unlikely(ip[-1] == match[-1]))) in LZ4_compress_generic_validated()[all …]