Searched refs:MinByte (Results 1 – 1 of 1) sorted by relevance
213 uint64_t MinByte = 0; in findLowestOffset() local216 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()218 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()245 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()246 : MinByte - Target.minBeforeBytes(); in findLowestOffset()262 return (MinByte + I) * 8 + countTrailingZeros(uint8_t(~BitsUsed)); in findLowestOffset()276 return (MinByte + I) * 8; in findLowestOffset()