Searched refs:DEBUG (Results 1 - 25 of 555) sorted by relevance

1234567891011>>

/haiku-fatelf/src/kits/tracker/
H A DTests.h35 #if DEBUG
/haiku-fatelf/src/add-ons/media/media-add-ons/esound_sink/
H A Ddebug.h6 #ifndef DEBUG
7 #define DEBUG 2 macro
10 #if DEBUG >= 1
16 #if DEBUG >= 2
22 #if DEBUG >= 3
/haiku-fatelf/src/add-ons/media/media-add-ons/firewire_dv/
H A Ddebug.h6 #ifndef DEBUG
7 #define DEBUG 2 macro
10 #if DEBUG >= 1
16 #if DEBUG >= 2
22 #if DEBUG >= 3
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A Ddebug.h6 #ifndef DEBUG
7 #define DEBUG 2 macro
10 #if DEBUG >= 1
16 #if DEBUG >= 2
22 #if DEBUG >= 3
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A Ddebug.h6 #ifndef DEBUG
7 #define DEBUG 2 macro
10 #if DEBUG >= 1
16 #if DEBUG >= 2
22 #if DEBUG >= 3
/haiku-fatelf/src/add-ons/media/media-add-ons/videowindow/
H A Ddebug.h6 #ifndef DEBUG
7 #define DEBUG 2 macro
10 #if DEBUG >= 1
16 #if DEBUG >= 2
22 #if DEBUG >= 3
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdebug.h11 #define DEBUG 1 macro
13 #ifdef DEBUG
/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Ddebug.h6 #ifdef DEBUG
10 #endif // DEBUG
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigfillset/
H A D2-1.c29 #ifdef DEBUG
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Ddebug.h28 #if defined(WIN32) && defined(DEBUG)
34 # ifdef DEBUG
/haiku-fatelf/headers/private/bluetooth/
H A Ddebug.h4 #ifndef DEBUG
5 #define DEBUG 3 macro
13 #if DEBUG > 0
25 if (level > DEBUG)
40 #if DEBUG >= 2
46 #if DEBUG >= 3
/haiku-fatelf/src/bin/gzip/
H A Dbits.c58 #ifdef DEBUG
90 #ifdef DEBUG
103 #ifdef DEBUG
123 #ifdef DEBUG
172 #ifdef DEBUG
191 #ifdef DEBUG
195 #ifdef DEBUG
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.h35 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
36 * TRACE() executes dprintf if DEBUG > 0
37 * LOG() executes dprintf and writes to the logfile if DEBUG > 0
40 /* DEBUG == 0, no debugging, PRINT writes to syslog
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
44 #ifndef DEBUG
45 #define DEBUG 0 macro
52 #if DEBUG >
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.h35 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
36 * TRACE() executes dprintf if DEBUG > 0
37 * LOG() executes dprintf and writes to the logfile if DEBUG > 0
40 /* DEBUG == 0, no debugging, PRINT writes to syslog
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
44 #ifndef DEBUG
45 #define DEBUG 0 macro
52 #if DEBUG >
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.h16 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
17 * TRACE() executes dprintf if DEBUG > 0
18 * LOG() executes dprintf and writes to the logfile if DEBUG > 0
21 /* DEBUG == 0, no debugging, PRINT writes to syslog
22 * DEBUG == 1, TRACE & LOG, PRINT
23 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
25 #ifndef DEBUG
26 #define DEBUG 1 macro
33 #if DEBUG >
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Ddebug.h32 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
33 * TRACE() executes dprintf if DEBUG > 0
34 * LOG() executes dprintf and writes to the logfile if DEBUG > 0
37 /* DEBUG == 0, no debugging, PRINT writes to syslog
38 * DEBUG == 1, TRACE & LOG, PRINT
39 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
41 #ifndef DEBUG
42 #define DEBUG 0 macro
51 #if DEBUG >
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.h35 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
36 * TRACE() executes dprintf if DEBUG > 0
37 * LOG() executes dprintf and writes to the logfile if DEBUG > 0
40 /* DEBUG == 0, no debugging, PRINT writes to syslog
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
44 #ifndef DEBUG
45 #define DEBUG 0 macro
52 #if DEBUG >
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/mpu401/
H A Ddebug.h32 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
33 * TRACE() executes dprintf if DEBUG > 0
34 * LOG() executes dprintf and writes to the logfile if DEBUG > 0
37 /* DEBUG == 0, no debugging, PRINT writes to syslog
38 * DEBUG == 1, TRACE & LOG, PRINT
39 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
41 #ifndef DEBUG
42 #define DEBUG 0 macro
51 #if DEBUG >
[all...]
/haiku-fatelf/src/apps/tracker/
H A Dmain.cpp41 #if DEBUG
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigismember/
H A D3-1.c26 #ifdef DEBUG
H A D4-1.c27 #ifdef DEBUG
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/signals/
H A Dsigismember_stress_1.c25 #ifdef DEBUG
/haiku-fatelf/src/add-ons/input_server/methods/canna/
H A DCannaMethod.cpp17 #ifdef DEBUG
36 #ifdef DEBUG
48 #ifdef DEBUG
52 #ifdef DEBUG
86 #ifdef DEBUG
96 #ifdef DEBUG
116 #ifdef DEBUG
123 #ifdef DEBUG
143 #ifdef DEBUG
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.h49 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
50 * TRACE() executes dprintf if DEBUG > 0
51 * LOG() executes dprintf and writes to the logfile if DEBUG > 0
54 /* DEBUG == 0, no debugging, PRINT writes to syslog
55 * DEBUG == 1, TRACE & LOG, PRINT
56 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
58 #ifndef DEBUG
59 #define DEBUG 0 macro
66 #if DEBUG >
[all...]
/haiku-fatelf/headers/private/media/
H A DMediaDebug.h4 #ifndef DEBUG
5 #define DEBUG 1 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

Completed in 212 milliseconds

1234567891011>>