Searched refs:FUNCTION3 (Results 1 – 3 of 3) sorted by relevance
37 typedef int (*FUNCTION3)(int); typedef38 extern FUNCTION3 getBytesForAdpcmBuffer;39 extern FUNCTION3 getBytesForAdpcmSamples;
623 typedef void (*FUNCTION3)(u16*, u8*, ADPCMINFO*, int); typedef626 FUNCTION3 encode;648 encode = (FUNCTION3)GetProcAddress(hDllDsptool, "encode"); in loadDlls()
30 typedef int (*FUNCTION3)(int); typedef31 extern FUNCTION3 getNibbleAddress;