Searched refs:countH (Results 1 – 1 of 1) sorted by relevance
141 vu64 countH; in OS_GetTick() local147 countH = OSi_TickCounter & 0xffffffffffffULL; in OS_GetTick()160 countH++; in OS_GetTick()165 return (countH << 16) | countL; in OS_GetTick()173 vu16 countH; in OSi_GetTick_noProfile() local179 countH = (u16)OSi_TickCounter; in OSi_GetTick_noProfile()184 countH++; in OSi_GetTick_noProfile()189 return (u32)(countH << 16) | countL; in OSi_GetTick_noProfile()