Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/sndconv/src/
Dsoundformat.c27 typedef void (*FUNCTION2)(u8 *src, ADPCMINFO *cxt, u32 samples); typedef
30 extern FUNCTION2 getLoopContext;
Dsndconv.c615 typedef int (*FUNCTION2)(u8 *path, SOUNDINFO *soundinfo, void *dest); typedef
617 FUNCTION2 getSoundSamples;
640 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()
Dsound.c29 typedef int (*FUNCTION2)(char *path, SOUNDINFO *soundinfo, void *dest); typedef
32 extern FUNCTION2 getSoundSamples;