Home
last modified time | relevance | path

Searched refs:FUNCTION3 (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/tools/sndconv/src/
Dsound.c37 typedef int (*FUNCTION3)(int); typedef
38 extern FUNCTION3 getBytesForAdpcmBuffer;
39 extern FUNCTION3 getBytesForAdpcmSamples;
Dsndconv.c623 typedef void (*FUNCTION3)(u16*, u8*, ADPCMINFO*, int); typedef
626 FUNCTION3 encode;
648 encode = (FUNCTION3)GetProcAddress(hDllDsptool, "encode"); in loadDlls()
Doutput.c30 typedef int (*FUNCTION3)(int); typedef
31 extern FUNCTION3 getNibbleAddress;