Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
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()