Searched refs:hiByte (Results 1 – 1 of 1) sorted by relevance
272 int hiByte = in.readByte() & 255; in readEpochSec() local273 if (hiByte == 255) { in readEpochSec()278 long tot = ((hiByte << 16) + (midByte << 8) + loByte); in readEpochSec()