Searched refs:tot (Results 1 – 1 of 1) sorted by relevance
278 long tot = ((hiByte << 16) + (midByte << 8) + loByte); in readEpochSec() local279 return (tot * 900) - 4575744000L; in readEpochSec()