Searched refs:TRACE5 (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/com/sun/media/sound/ |
H A D | Utilities.h | 57 #define TRACE5(string, p1, p2, p3, p4, p5) { fprintf(stdout, (string), (p1), (p2), (p3), (p4), (p5)); fflush(stdout); } macro 64 #define TRACE5(string, p1, p2, p3, p4, p5) macro
|
/openjdk7/jdk/src/windows/native/com/sun/media/sound/ |
H A D | PLATFORM_API_WinOS_Ports.c | 246 TRACE5(" PortInfo %p: handle=%p, mixerIndex=%d, dstLineCount=%d, dstLines=%p, ", info, (void*) info->handle, info->mixerIndex, info->dstLineCount, info->dstLines); 247 TRACE5("srcLineCount=%d, srcLines=%p, targetPortCount=%d, sourcePortCount=%d, ports=%p, ", info->srcLineCount, info->srcLines, info->targetPortCount, info->sourcePortCount, info->ports);
|
H A D | PLATFORM_API_WinOS_DirectSound.cpp | 1012 TRACE5("DS_CheckUnderrun: playCursor=%d, writeCursor=%d, "
|
Completed in 174 milliseconds