Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress.c154 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); in ZSTD_DDictHashSet_getDDict() local
155 if (currDictID == dictID || currDictID == 0) { in ZSTD_DDictHashSet_getDDict()