Home
last modified time | relevance | path

Searched refs:ZSTD_getDictID_fromDDict (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_ddict.c233 /*! ZSTD_getDictID_fromDDict() :
237 unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict) in ZSTD_getDictID_fromDDict() function
H A Dzstd_decompress.c98 const U32 dictID = ZSTD_getDictID_fromDDict(ddict); in ZSTD_DDictHashSet_emplaceDDict()
105 if (ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]) == dictID) { in ZSTD_DDictHashSet_emplaceDDict()
153 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); in ZSTD_DDictHashSet_getDDict()
202 DEBUGLOG(4, "Adding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromDDict(ddict), hashSet->ddictPtrCount, hashSet->ddictPtrTableSize); in ZSTD_DDictHashSet_addDDict()
/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h900 * ZSTD_getDictID_fromDDict() - returns the dictionary id stored in a ZSTD_DDict
907 unsigned int ZSTD_getDictID_fromDDict(const ZSTD_DDict *ddict);
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h905 /*! ZSTD_getDictID_fromDDict() : Requires v1.4.0+
909 ZSTDLIB_API unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict);
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c2114 /*! ZSTD_getDictID_fromDDict() :
2118 unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict *ddict) in ZSTD_getDictID_fromDDict() function
2516 EXPORT_SYMBOL(ZSTD_getDictID_fromDDict); variable

Completed in 14 milliseconds