Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp181 uptr msg = reinterpret_cast<uptr>(m_CommandListBegin); in FlushCommand() local
245 uptr msg; in RecvCommandReply() local
256 uptr msg = m_RecvCommandQueue.Dequeue(); in WaitCommandReply() local
266 uptr msg; in ProcessCommand() local
/NW4C-1.3.3/include/nw/config/
Dcompiler.h24 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
34 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc argument
43 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) MFunc __attribute__ ((deprecated)) argument
52 #define NW_DEPRECATED_FUNCTION_MSG(MFunc, msg) __declspec(deprecated(msg)) MFunc argument