Searched refs:ByteOff (Results 1 – 1 of 1) sorted by relevance
91 int64_t ByteOff = (int64_t)Value - 8; in applyFixup() local92 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()