Home
last modified time | relevance | path

Searched refs:MaxTpiHashBuckets (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStreamBuilder.cpp79 H->NumHashBuckets = MaxTpiHashBuckets - 1; in finalize()
132 HashBuffer[I] = TypeHashes[I] % (MaxTpiHashBuckets - 1); in finalizeMsfLayout()
DTpiStream.cpp65 Header->NumHashBuckets > MaxTpiHashBuckets) in reload()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h301 const uint32_t MaxTpiHashBuckets = 0x40000; variable