Symbol: MSG
headers/os/support/Debug.h
58
#define DEBUGGER(MSG) if (_rtDebugFlag) debugger(MSG)
headers/os/support/Debug.h
82
#define DEBUGGER(MSG) (void)0
src/add-ons/accelerants/matrox/InitAccelerant.c
107
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
src/add-ons/accelerants/matrox/engine/mga_general.c
23
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
src/add-ons/accelerants/neomagic/InitAccelerant.c
136
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
src/add-ons/accelerants/neomagic/engine/nm_general.c
17
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
src/add-ons/accelerants/nvidia/InitAccelerant.c
106
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
src/add-ons/accelerants/nvidia/engine/nv_general.c
21
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
src/add-ons/accelerants/skeleton/InitAccelerant.c
105
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
src/add-ons/accelerants/skeleton/engine/general.c
19
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
src/add-ons/accelerants/via/InitAccelerant.c
106
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
src/add-ons/accelerants/via/engine/general.c
19
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
src/add-ons/media/plugins/ape_reader/MAClib/All.h
82
#define PUMP_MESSAGE_LOOP { MSG Msg; while (PeekMessage(&Msg, NULL, 0, 0, PM_REMOVE) != 0) { TranslateMessage(&Msg); DispatchMessage(&Msg); } }
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
102
MSG(msg)
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
107
MSG(msg)
src/tests/kits/support/ArchivableTest.cpp
61
#define FORMAT_AND_THROW(MSG, ERR) FormatAndThrow(__LINE__, __FILE__, MSG, ERR)