Home
last modified time | relevance | path

Searched refs:matchIndex1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_fast.c100 U32 const matchIndex1 = hashTable[h1]; in ZSTD_compressBlock_fast_generic() local
103 const BYTE* match1 = base + matchIndex1; in ZSTD_compressBlock_fast_generic()
127 if ((matchIndex1 > prefixStartIndex) && MEM_read32(match1) == val1) { in ZSTD_compressBlock_fast_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17987 U32 const matchIndex1 = hashTable[h1]; in ZSTD_compressBlock_fast_generic() local
17990 const BYTE* match1 = base + matchIndex1; in ZSTD_compressBlock_fast_generic()
18014 if ((matchIndex1 > prefixStartIndex) && MEM_read32(match1) == val1) { in ZSTD_compressBlock_fast_generic()