Searched refs:t2 (Results 1 – 1 of 1) sorted by relevance
1158 uint32_t t1, t2; in _us_to_systime() local1160 t2 = time * 0xDB; in _us_to_systime()1161 return (t1 >> 8) + (t2 >> 16); in _us_to_systime()