Home | History | Annotate | Download | only in test

Lines Matching refs:FuncType

1656 typedef int FuncType(void);
1663 printf("func1 = 0x%x\n", ((FuncType *)code)());
1666 printf("func%d = 0x%x\n", i, ((FuncType *)code)());