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