Searched refs:idxRangeMask (Results 1 – 1 of 1) sorted by relevance
100 const size_t idxRangeMask = hashSet->ddictPtrTableSize - 1; in ZSTD_DDictHashSet_emplaceDDict() local110 idx &= idxRangeMask; in ZSTD_DDictHashSet_emplaceDDict()150 const size_t idxRangeMask = hashSet->ddictPtrTableSize - 1; in ZSTD_DDictHashSet_getDDict() local158 idx &= idxRangeMask; /* Goes to start of table when we reach the end */ in ZSTD_DDictHashSet_getDDict()