Searched refs:FUNCTION4 (Results 1 – 1 of 1) sorted by relevance
627 typedef int (*FUNCTION4)(int); typedef630 FUNCTION4 getBytesForAdpcmBuffer;631 FUNCTION4 getBytesForAdpcmSamples;632 FUNCTION4 getNibbleAddress;652 getBytesForAdpcmBuffer = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in loadDlls()653 getBytesForAdpcmSamples = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in loadDlls()654 getNibbleAddress = (FUNCTION4)GetProcAddress(hDllDsptool, "getNibbleAddress"); in loadDlls()