Searched refs:MSG (Results 1 - 19 of 19) sorted by relevance

/haiku/headers/os/support/
H A DDebug.h58 #define DEBUGGER(MSG) if (_rtDebugFlag) debugger(MSG)
82 #define DEBUGGER(MSG) (void)0
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h102 MSG(msg)
107 MSG(msg)
109 #define MSG(msg) \ macro
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h12 #define MSG(args) do { /* if needed or si->settings with si NULL */ \ macro
H A Dnm_general.c17 MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp38 #define FORMAT_AND_THROW(MSG, ERR) \
39 FormatAndThrow(__LINE__, __FILE__, MSG, ERR)
/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c136 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c105 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dproto.h15 #define MSG(args) do { /* if needed or si->settings with si NULL */ \ macro
H A Dgeneral.c19 MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
/haiku/src/add-ons/accelerants/nvidia/
H A DInitAccelerant.c106 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/matrox/
H A DInitAccelerant.c106 // MSG(("INIT_ACCELERANT: booted since %f ms %s\n", system_time()/1000.0, real_time_clock()));
107 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/via/
H A DInitAccelerant.c106 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_proto.h10 #define MSG(args) do { /* if needed or si->settings with si NULL */ \ macro
H A Dmga_general.c23 MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
/haiku/src/add-ons/accelerants/via/engine/
H A Dproto.h15 #define MSG(args) do { /* if needed or si->settings with si NULL */ \ macro
H A Dgeneral.c19 MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h14 #define MSG(args) do { /* if needed or si->settings with si NULL */ \ macro
H A Dnv_general.c21 MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h82 #define PUMP_MESSAGE_LOOP { MSG Msg; while (PeekMessage(&Msg, NULL, 0, 0, PM_REMOVE) != 0) { TranslateMessage(&Msg); DispatchMessage(&Msg); } }

Completed in 187 milliseconds