Lines Matching defs:index
179 STATIC UINT32 OsExcHookFunc(UINT32 type, UINT32 index, UINT32 loop, UINT32 len, EXC_INFO_SAVE_CALLBACK func)
189 for (i = index; i < loop; i++) {
260 UINT32 index;
268 for (index = 0; index < OS_EXC_TYPE_MAX; index++) {
269 if (!g_excArray[index].valid) {
272 g_excArray[index].fnExcInfoCb(g_excArray[index].type, g_excArray[index].arg);