Searched refs:FUNCTION4 (Results 1 – 1 of 1) sorted by relevance
621 typedef int (*FUNCTION4)(int); typedef624 FUNCTION4 getBytesForAdpcmBuffer;625 FUNCTION4 getBytesForAdpcmSamples;626 FUNCTION4 getNibbleAddress;646 getBytesForAdpcmBuffer = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in loadDlls()647 getBytesForAdpcmSamples = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in loadDlls()648 getNibbleAddress = (FUNCTION4)GetProcAddress(hDllDsptool, "getNibbleAddress"); in loadDlls()