Searched refs:numCompatibleBrands (Results 1 – 1 of 1) sorted by relevance
100 uint32_t numCompatibleBrands = (chunkDataSize - OFFSET_SIZE) / sizeof(uint32_t); in CheckFormat() local101 if (numCompatibleBrands != 0 && numCompatibleBrands + TIMES_TWO < HEADER_SIZE) { in CheckFormat()102 for (size_t i = 0; i < numCompatibleBrands + 2; ++i) { // need next 2 item in CheckFormat()112 auto *brandPtr = static_cast<const uint32_t *>(tmpBuff) + (numCompatibleBrands + i); in CheckFormat()