Searched refs:hashSet (Results 1 – 1 of 1) sorted by relevance
102 …RETURN_ERROR_IF(hashSet->ddictPtrCount == hashSet->ddictPtrTableSize, GENERIC, "Hash set is full!"… in ZSTD_DDictHashSet_emplaceDDict()108 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()115 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()116 hashSet->ddictPtrCount++; in ZSTD_DDictHashSet_emplaceDDict()133 hashSet->ddictPtrTable = newTable; in ZSTD_DDictHashSet_expand()134 hashSet->ddictPtrTableSize = newTableSize; in ZSTD_DDictHashSet_expand()135 hashSet->ddictPtrCount = 0; in ZSTD_DDictHashSet_expand()164 return hashSet->ddictPtrTable[idx]; in ZSTD_DDictHashSet_getDDict()191 if (hashSet && hashSet->ddictPtrTable) { in ZSTD_freeDDictHashSet()194 if (hashSet) { in ZSTD_freeDDictHashSet()[all …]
Completed in 7 milliseconds