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