Searched refs:short0 (Results 1 – 1 of 1) sorted by relevance
58 int short0 = read(); in readInt() local61 return short0 | (short1 << 16); in readInt()66 long short0 = read(); in readLong() local71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48); in readLong()