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