Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c153 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); in ZSTD_DDictHashSet_getDDict() local
154 if (currDictID == dictID || currDictID == 0) { in ZSTD_DDictHashSet_getDDict()