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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c74 #define DDICT_HASHSET_MAX_LOAD_FACTOR_COUNT_MULT 4 macro
203 if (hashSet->ddictPtrCount * DDICT_HASHSET_MAX_LOAD_FACTOR_COUNT_MULT / hashSet->ddictPtrTableSize * DDICT_HASHSET_MAX_LOAD_FACTOR_SIZE_MULT != 0) {

Completed in 112 milliseconds