Searched refs:DEBUG (Results 26 - 50 of 555) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/media/
H A Ddebug.h4 #ifndef DEBUG
5 #define DEBUG 0 macro
14 #if DEBUG > 0
18 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); }
24 #if DEBUG >= 2
32 #if DEBUG >= 3
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.h12 #if DEBUG
35 friend PenInputLooper;//DEBUG
39 #if DEBUG
/haiku-fatelf/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.h12 #if DEBUG
36 #if DEBUG
/haiku-fatelf/src/preferences/touchpad/
H A DTouchpadPref.h12 #define DEBUG 1 macro
19 #if DEBUG
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dserdrv.c164 #ifdef DEBUG
171 #ifdef DEBUG
182 #ifdef DEBUG
187 #ifdef DEBUG
197 #ifdef DEBUG
212 # ifdef DEBUG
227 #ifdef DEBUG
232 #ifdef DEBUG
385 #ifdef DEBUG
395 #ifdef DEBUG
[all...]
H A Detherdrv.c197 # ifdef DEBUG
219 # ifdef DEBUG
237 #ifdef DEBUG
288 #ifdef DEBUG
295 #ifdef DEBUG
308 #ifdef DEBUG
334 #ifdef DEBUG
356 #ifdef DEBUG
368 #ifdef DEBUG
403 # ifdef DEBUG
[all...]
H A Dserpardr.c175 #ifdef DEBUG
182 #ifdef DEBUG
193 #ifdef DEBUG
198 #ifdef DEBUG
209 #ifdef DEBUG
224 # ifdef DEBUG
244 #ifdef DEBUG
249 #ifdef DEBUG
422 #ifdef DEBUG
434 #ifdef DEBUG
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.c46 #if DEBUG > 0
72 #if DEBUG > 0
84 #if DEBUG > 0
101 #if DEBUG > 1
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.c46 #if DEBUG > 0
72 #if DEBUG > 0
84 #if DEBUG > 0
101 #if DEBUG > 1
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.c27 #if DEBUG > 0
53 #if DEBUG > 0
65 #if DEBUG > 0
82 #if DEBUG > 1
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c45 #if DEBUG > 0
70 #if DEBUG > 0
82 #if DEBUG > 0
99 #if DEBUG > 1
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c46 #if DEBUG > 0
72 #if DEBUG > 0
84 #if DEBUG > 0
101 #if DEBUG > 1
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Ddebug.h26 #ifdef DEBUG
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddebug.h33 #ifdef DEBUG
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_debug.h138 #if defined(DEBUG)
/haiku-fatelf/src/tests/add-ons/input_server/
H A DTeamMonitorTest.cpp15 #if DEBUG
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h10 #ifdef DEBUG
22 // The DEBUGGER() macro actually has no effect if DEBUG is not defined,
24 #ifdef DEBUG
52 // the statements in D() are only included if DEBUG is defined
58 #ifdef DEBUG
82 #ifdef DEBUG
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/behavior/timers/
H A D2-1.c25 #ifdef DEBUG
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_open/
H A D7-1.c59 #ifdef DEBUG
72 #ifdef DEBUG
85 #ifdef DEBUG
98 #ifdef DEBUG
H A D8-2.c80 #ifdef DEBUG
89 #ifdef DEBUG
98 #ifdef DEBUG
123 #ifdef DEBUG
136 #ifdef DEBUG
149 #ifdef DEBUG
164 #ifdef DEBUG
H A D9-2.c80 #ifdef DEBUG
89 #ifdef DEBUG
98 #ifdef DEBUG
124 #ifdef DEBUG
137 #ifdef DEBUG
150 #ifdef DEBUG
165 #ifdef DEBUG
H A D7-2.c80 #ifdef DEBUG
89 #ifdef DEBUG
98 #ifdef DEBUG
121 #ifdef DEBUG
134 #ifdef DEBUG
149 #ifdef DEBUG
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h11 #ifndef DEBUG
12 # define DEBUG 0 macro
23 #if DEBUG > 0
25 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); }
32 # if DEBUG >= 2
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dor32-dis.c22 #define DEBUG 0 macro
52 #if DEBUG
92 #if DEBUG
105 #if DEBUG
125 #if DEBUG
134 #if DEBUG
139 #if DEBUG
158 #if DEBUG
171 #if DEBUG
177 #if DEBUG
[all...]
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Ddebug.h51 #ifdef DEBUG
63 #ifdef DEBUG
102 #ifdef DEBUG
132 #ifdef DEBUG
143 #ifdef DEBUG
153 #ifdef DEBUG
163 #ifdef DEBUG
179 #ifdef DEBUG

Completed in 201 milliseconds

1234567891011>>