Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/decompress/
Dzstd_ddict.c237 unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict) in ZSTD_getDictID_fromDDict() function
Dzstd_decompress.c99 const U32 dictID = ZSTD_getDictID_fromDDict(ddict); in ZSTD_DDictHashSet_emplaceDDict()
106 if (ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]) == dictID) { in ZSTD_DDictHashSet_emplaceDDict()
154 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); in ZSTD_DDictHashSet_getDDict()
203 …dding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromDDict(ddict), h… in ZSTD_DDictHashSet_addDDict()
/linux-6.1.9/include/linux/
Dzstd_lib.h892 ZSTDLIB_API unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict);