Searched defs:CALLED (Results 1 - 25 of 80) sorted by path

1234

/haiku/headers/private/bluetooth/
H A Ddebug.h48 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__) macro
51 #define CALLED() ((void)0) macro
55 #define CALLED() ((void)0) macro
H A DbtDebug.h17 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
/haiku/headers/private/media/
H A DMediaDebug.h33 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__) macro
35 #define CALLED() ((void)0) macro
45 #define CALLED() ((void)0) macro
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmemory.cpp26 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
H A DFlexibleDisplayInterface.cpp31 #define CALLED() TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
[all...]
H A DPanelFitter.cpp29 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
H A DPipes.cpp30 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
H A DPorts.cpp40 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
[all...]
H A Daccelerant.cpp37 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
H A Ddpms.cpp23 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
H A Dengine.cpp26 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
H A Dmode.cpp41 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
[all...]
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp57 #define CALLED() LOG("%s\n", __PRETTY_FUNCTION__) macro
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2debug.h20 #define CALLED(x...) TRACE("h2generic: CALLED %s\n", __PRETTY_FUNCTION__) macro
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dpower.cpp22 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__) macro
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A Ddebug.h23 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__) macro
25 #define CALLED() ((void)0) macro
32 #define CALLED() ((void)0) macro
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A Ddebug.h23 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__) macro
25 #define CALLED() ((void)0) macro
32 #define CALLED() ((void)0) macro
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A Ddebug.h7 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__) macro
9 #define CALLED() ((void)0) macro
14 #define CALLED() ((void)0) macro
/haiku/src/add-ons/media/media-add-ons/opensound/
H A Ddebug.h23 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__) macro
25 #define CALLED() ((void)0) macro
32 #define CALLED() ((void)0) macro
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A Ddebug.h23 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__) macro
25 #define CALLED() ((void)0) macro
32 #define CALLED() ((void)0) macro
/haiku/src/kits/device/
H A DJoystick.cpp43 #define CALLED() LOG("%s\n", __PRETTY_FUNCTION__) macro
[all...]
H A DJoystickTweaker.cpp46 #define CALLED() LOG("%s\n", __PRETTY_FUNCTION__) macro
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp18 # define CALLED(x...) FunctionTracer _ft("UpdateQueue", __FUNCTION__, \ macro
24 # define CALLED(x...) macro
/haiku/src/servers/input/
H A DMethodReplicant.cpp30 # define CALLED() PRINT(("CALLED %s \n", __PRETTY_FUNCTION__)); macro
32 # define CALLED() macro
[all...]
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h19 # define CALLED() dprintf("%s()\n", __func__); macro
22 # define CALLED() ; macro

Completed in 132 milliseconds

1234