Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp183 uptr msg = reinterpret_cast<uptr>(m_CommandListBegin); in FlushCommand() local
247 uptr msg; in RecvCommandReply() local
258 uptr msg = m_RecvCommandQueue.Dequeue(); in WaitCommandReply() local
268 uptr msg; in ProcessCommand() local
/NW4C-2.0.3/include/nw/config/
Dcompiler.h26 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
37 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc argument
47 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
57 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) __declspec(deprecated(msg)) MFunc argument