Searched refs:pfunc (Results 1 – 4 of 4) sorted by relevance
21 typedef int (*pfunc)(void); typedef45 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; in main()52 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main()
20 typedef int (*pfunc)(void); typedef47 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; in main()54 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main()
154 void *pfunc; in main() local198 pfunc = dlsym(handle, "voGetAACEncAPI"); in main()199 if(pfunc == 0) in main()204 pGetAPI = (VOGETAUDIODECAPI)pfunc; in main()
103 void *pfunc; in encode() local139 pfunc = dlsym(handle, "voGetAMRWBEncAPI"); in encode()140 if(pfunc == 0) in encode()146 pGetAPI = (VOGETAUDIOENCAPI)pfunc; in encode()