Searched refs:fptr (Results 1 – 3 of 3) sorted by relevance
52 u32 fptr = (u32)Data; in DIV32_Init() local53 UDIV32 = (u32 (*)(u32, u32))(fptr + 0x1); in DIV32_Init()54 SDIV32 = (s32 (*)(s32, s32))(fptr + 0x15); in DIV32_Init()
246 appentry_t fptr; in rt_module_open() local281 fptr = (appentry_t)GetProcAddress(hinstlib, "main"); in rt_module_open()282 if (fptr == NULL) in rt_module_open()297 module->module_entry = fptr; in rt_module_open()428 appentry_t fptr; in rt_module_exec_cmd() local473 fptr = (appentry_t)GetProcAddress(hinstlib, "main"); in rt_module_exec_cmd()474 if (fptr == NULL) in rt_module_exec_cmd()495 module->module_entry = fptr; in rt_module_exec_cmd()
3361 UINT8 *fptr; in ge2dFont_PutChar() local3382 fptr = (UINT8 *)&FontData16[asc_code][0]; in ge2dFont_PutChar()3390 *ptr8++ = *fptr++; in ge2dFont_PutChar()3395 fptr = (UINT8 *)&temp_buf[0]; in ge2dFont_PutChar()3399 fptr = (UINT8 *)&FontData8[asc_code][0]; in ge2dFont_PutChar()3406 *ptr8++ = *fptr++; in ge2dFont_PutChar()3411 fptr = (UINT8 *)&temp_buf[0]; in ge2dFont_PutChar()3419 outpw(REG_GE2D_XYSORG, (int)fptr); in ge2dFont_PutChar()
Completed in 13 milliseconds