Searched refs:BucketMap (Results 1 – 5 of 5) sorted by relevance
54 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName()131 MutableArrayRef<int32_t> BucketMap, in readGSIHashBuckets() argument152 BucketMap[I] = CompressedBucketIdx++; in readGSIHashBuckets()154 BucketMap[I] = -1; in readGSIHashBuckets()178 BucketMap, Reader)) in read()
56 std::array<int32_t, IPHR_HASH + 1> BucketMap; variable
940 typedef std::map<int32, std::vector<float>> BucketMap; typedef941 typedef BucketMap::iterator BucketMapIterator;943 typedef std::map<int32, BucketMap> FeatureMap;1029 FeatureMapIterator::value_type(feature_dim, BucketMap())); in Compute()