Home
last modified time | relevance | path

Searched refs:hiByte (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/zone/
DSer.java270 int hiByte = in.readByte() & 255; in readEpochSec() local
271 if (hiByte == 255) { in readEpochSec()
276 long tot = ((hiByte << 16) + (midByte << 8) + loByte); in readEpochSec()