Searched refs:BlocksThisByte (Results 1 – 1 of 1) sorted by relevance
162 uint32_t BlocksThisByte = std::min(BlocksRemaining, 8U); in parseFileHeaders() local163 for (uint32_t I = 0; I < BlocksThisByte; ++I) { in parseFileHeaders()