Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp54 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName()
131 MutableArrayRef<int32_t> BucketMap, in readGSIHashBuckets() argument
152 BucketMap[I] = CompressedBucketIdx++; in readGSIHashBuckets()
154 BucketMap[I] = -1; in readGSIHashBuckets()
178 BucketMap, Reader)) in read()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp54 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName()
131 MutableArrayRef<int32_t> BucketMap, in readGSIHashBuckets() argument
152 BucketMap[I] = CompressedBucketIdx++; in readGSIHashBuckets()
154 BucketMap[I] = -1; in readGSIHashBuckets()
178 BucketMap, Reader)) in read()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h56 std::array<int32_t, IPHR_HASH + 1> BucketMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h56 std::array<int32_t, IPHR_HASH + 1> BucketMap; variable
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc940 typedef std::map<int32, std::vector<float>> BucketMap; typedef
941 typedef BucketMap::iterator BucketMapIterator;
943 typedef std::map<int32, BucketMap> FeatureMap;
1029 FeatureMapIterator::value_type(feature_dim, BucketMap())); in Compute()