Searched refs:countH (Results 1 – 1 of 1) sorted by relevance
136 vu64 countH; in OS_GetTick() local142 countH = OSi_TickCounter & 0xffffffffffffULL; in OS_GetTick()147 countH++; in OS_GetTick()152 return (countH << 16) | countL; in OS_GetTick()160 vu16 countH; in OSi_GetTick_noProfile() local166 countH = (u16)OSi_TickCounter; in OSi_GetTick_noProfile()171 countH++; in OSi_GetTick_noProfile()176 return (u32)(countH << 16) | countL; in OSi_GetTick_noProfile()