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