Searched refs:offsetValue (Results 1 – 2 of 2) sorted by relevance
177 unsigned int offsetValue; in GetCentralDirectoryOffset() local179 if (!eocd.GetUInt32(ZIP_CD_OFFSET_IN_EOCD, offsetValue) || in GetCentralDirectoryOffset()185 centralDirectoryOffset = static_cast<long long>(offsetValue); in GetCentralDirectoryOffset()
421 uint8_t offsetValue = 8; in FillDevStrings() local426 const std::vector<uint8_t> bcdData {(bcdDevice & 0xff), ((bcdDevice >> offsetValue) & 0xff)}; in FillDevStrings()