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