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