Searched refs:MinByte (Results 1 – 2 of 2) sorted by relevance
63 uint64_t MinByte = 0; in findLowestOffset() local66 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()68 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()95 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()96 : MinByte - Target.minBeforeBytes(); in findLowestOffset()112 return (MinByte + I) * 8 + in findLowestOffset()127 return (MinByte + I) * 8; in findLowestOffset()
127 uint64_t MinByte = 0; in findLowestOffset() local130 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()132 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()159 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()160 : MinByte - Target.minBeforeBytes(); in findLowestOffset()176 return (MinByte + I) * 8 + in findLowestOffset()191 return (MinByte + I) * 8; in findLowestOffset()