Searched defs:DEBUG_PRINT (Results 1 - 10 of 10) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_dma8.c52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what) macro
87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
103 DEBUG_PRINT((DEBUG_NAME "no 8 bits sound\n"));
110 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
117 DEBUG_PRINT((DEBUG_NAME "8 bits audio available!\n"));
176 DEBUG_PRINT((DEBUG_NAME "closeaudio: replay stopped\n"));
181 DEBUG_PRINT((DEBUG_NAME "closeaudio: interrupt disabled\n"));
187 DEBUG_PRINT((DEBUG_NAME "closeaudio: no more interrupt running\n"));
195 DEBUG_PRINT((DEBUG_NAM
[all...]
H A DSDL_mintaudio_stfa.c53 #define DEBUG_PRINT(what) \
58 #define DEBUG_PRINT(what) macro
93 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
109 DEBUG_PRINT((DEBUG_NAME "no STFA audio\n"));
116 DEBUG_PRINT((DEBUG_NAME "STFA audio available!\n"));
205 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
206 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
207 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
208 DEBUG_PRINT(("channels=%d, ", spec->channels));
209 DEBUG_PRINT(("fre
[all...]
H A DSDL_mintaudio_gsxb.c52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what) macro
87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
98 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
107 DEBUG_PRINT((DEBUG_NAME "no GSXB audio\n"));
113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
119 DEBUG_PRINT((DEBUG_NAME "GSXB audio available!\n"));
183 DEBUG_PRINT((DEBUG_NAME "NSetinterrupt() failed in close\n"));
211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
212 DEBUG_PRINT(("signe
[all...]
H A DSDL_mintaudio_mcsn.c54 #define DEBUG_PRINT(what) \
59 #define DEBUG_PRINT(what) macro
94 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
110 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
116 DEBUG_PRINT((DEBUG_NAME "no MCSN audio\n"));
123 DEBUG_PRINT((DEBUG_NAME "no interrupt at end of replay\n"));
129 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
135 DEBUG_PRINT((DEBUG_NAME "MCSN audio available!\n"));
222 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
223 DEBUG_PRINT(("signe
[all...]
H A DSDL_mintaudio_xbios.c56 #define DEBUG_PRINT(what) \
61 #define DEBUG_PRINT(what) macro
96 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
107 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
119 DEBUG_PRINT((DEBUG_NAME "XBIOS audio available!\n"));
279 DEBUG_PRINT((DEBUG_NAME "Not enough memory for the measure\n"));
306 DEBUG_PRINT((DEBUG_NAME "measure %d: freq=%lu KHz\n", i+1, khz));
318 DEBUG_PRINT((DEBUG_NAME "No measure\n"));
321 DEBUG_PRINT((DEBUG_NAM
[all...]
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Drtp_dump_impl.cc29 #define DEBUG_PRINT(expr) OutputDebugString(##expr) macro
37 #define DEBUG_PRINT(expr) ((void)0) macro
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc36 #define DEBUG_PRINT(...) \ macro
44 #define DEBUG_PRINT(exp) ((void)0) macro
491 // DEBUG_PRINT("RTP_AUDIO_LEVEL_UNIQUE_ID: ID=%u, len=%u, V=%u,
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h162 #define DEBUG_PRINT(...) \ macro
170 #define DEBUG_PRINT(exp) ((void)0)
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c63 #define DEBUG_PRINT(what) \
69 #define DEBUG_PRINT(what) macro
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp41 //#define DEBUG_PRINT(x) //
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl; macro
46 #define DEBUG_PRINT(x) // macro
187 DEBUG_PRINT("Element = " + name);
194 DEBUG_PRINT (std::string("CDATA ") + name);
195 DEBUG_PRINT (std::string("CDATA ") + str_name);
209 DEBUG_PRINT("nodeType=" + nodeType);
264 DEBUG_PRINT( "UNKNOWN node name: " + name );
270 DEBUG_PRINT (std::string("CDATA ") + name);
344 DEBUG_PRINT( "UNKNOW
[all...]

Completed in 2520 milliseconds