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()
817 shift = 0820 result |= (byte & 0x7f) << shift824 shift += 7