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