Searched refs:t32 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c233 uint32_t t32; local
236 t32 = now - clock_calend.adjstart;
238 if (t32 > clock_calend.adjoffset)
279 uint32_t t32; local
282 t32 = now - clock_calend.adjstart;
284 if (t32 > clock_calend.adjoffset)
330 uint32_t t32; local
333 t32 = now - clock_calend.adjstart;
335 if (t32 > clock_calend.adjoffset)
845 uint32_t t32; local
[all...]

Completed in 23 milliseconds