Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp163 uint32_t BlocksThisByte = std::min(BlocksRemaining, 8U); in parseFileHeaders() local
164 for (uint32_t I = 0; I < BlocksThisByte; ++I) { in parseFileHeaders()