Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c101 …RETURN_ERROR_IF(hashSet->ddictPtrCount == hashSet->ddictPtrTableSize, GENERIC, "Hash set is full!"… in ZSTD_DDictHashSet_emplaceDDict()
107 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()
114 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()
115 hashSet->ddictPtrCount++; in ZSTD_DDictHashSet_emplaceDDict()
132 hashSet->ddictPtrTable = newTable; in ZSTD_DDictHashSet_expand()
133 hashSet->ddictPtrTableSize = newTableSize; in ZSTD_DDictHashSet_expand()
134 hashSet->ddictPtrCount = 0; in ZSTD_DDictHashSet_expand()
163 return hashSet->ddictPtrTable[idx]; in ZSTD_DDictHashSet_getDDict()
190 if (hashSet && hashSet->ddictPtrTable) { in ZSTD_freeDDictHashSet()
193 if (hashSet) { in ZSTD_freeDDictHashSet()
[all …]