Home
last modified time | relevance | path

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

/lib/zstd/
Dcompress.c1289 U32 const matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic() local
1291 const BYTE *match = base + matchIndexS; in ZSTD_compressBlock_doubleFast_generic()
1308 } else if ((matchIndexS > lowestIndex) && (ZSTD_read32(match) == ZSTD_read32(ip))) { in ZSTD_compressBlock_doubleFast_generic()