Searched refs:short1 (Results 1 – 1 of 1) sorted by relevance
62 int short1 = read(); in readInt() local64 return short0 | (short1 << 16); in readInt()71 long short1 = read(); in readLong() local75 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48); in readLong()