Searched refs:pFunc (Results 1 – 5 of 5) sorted by relevance
163 void (*pFunc)(U32); in ms_SW_Timer_Tick() local173 pFunc = timer->function; in ms_SW_Timer_Tick()177 if ( (U32)pFunc ) in ms_SW_Timer_Tick()180 pFunc(data); in ms_SW_Timer_Tick()
206 DirectJump pFunc = (DirectJump)u32PC; in MAsm_CPU_Jump() local207 (*pFunc)(); in MAsm_CPU_Jump()