Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_fast.c99 U32 const matchIndex0 = hashTable[h0]; in ZSTD_compressBlock_fast_generic() local
102 const BYTE* match0 = base + matchIndex0; in ZSTD_compressBlock_fast_generic()
123 if ((matchIndex0 > prefixStartIndex) && MEM_read32(match0) == val0) { in ZSTD_compressBlock_fast_generic()