Searched refs:DEBUG (Results 1 - 25 of 278) sorted by path

1234567891011>>

/haiku/headers/libs/x86emu/
H A Dx86emu.h159 #ifdef DEBUG
/haiku/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
H A Dfpu_regs.h109 #ifdef DEBUG
H A Dregs.h279 #ifdef DEBUG
/haiku/headers/os/support/
H A DDebug.h40 #if DEBUG
72 #else /* DEBUG == 0 */
/haiku/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/headers/private/device/
H A DJoystickTweaker.h15 #if DEBUG
58 #if DEBUG
/haiku/headers/private/media/
H A DMediaDebug.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/headers/private/midi/
H A Ddebug.h34 #ifdef DEBUG
/haiku/headers/private/shared/
H A DArray.h15 #if DEBUG
151 #if DEBUG
/haiku/src/add-ons/accelerants/skeleton/
H A Dbe_driver_proto.h12 #define DEBUG 1 macro
/haiku/src/add-ons/accelerants/via/
H A Dbe_driver_proto.h12 #define DEBUG 1 macro
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h38 #ifdef DEBUG
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp47 #if DEBUG
94 #if DEBUG
107 #if DEBUG
H A DMouseInputDevice.h57 #ifdef DEBUG
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h73 #ifndef DEBUG
74 # define DEBUG 0 macro
77 #if DEBUG
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp10 #if DEBUG
51 //DEBUG:StrokeRect(fWindow->fStrokes.Bounds());
H A DPenInputLooper.cpp6 #define DEBUG 1 macro
24 #if DEBUG
H A DPenInputServerMethod.cpp6 //#define DEBUG 1
22 #if DEBUG
52 #if DEBUG
76 #if DEBUG
112 #if 0//DEBUG
176 #if DEBUG
195 #if DEBUG
H A DPenInputServerMethod.h12 #if DEBUG
35 friend PenInputLooper;//DEBUG
39 #if DEBUG
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.h12 #if DEBUG
36 #if DEBUG
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdebug.h11 #define DEBUG 1 macro
13 #ifdef DEBUG
/haiku/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/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/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

Completed in 93 milliseconds

1234567891011>>