Searched refs:shift (Results 1 – 2 of 2) sorted by relevance
270 int shift = (size -1) * 8; in appendLongInteger() local273 append((int)((longInt >>> shift) & 0xff)); in appendLongInteger()274 shift = shift - 8; in appendLongInteger()
946 shift = 0949 result |= (byte & 0x7f) << shift953 shift += 7