OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRACE_USE_MASK
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msplog.h
13
#define MSP_ERROR ((DWORD)0x00010000 |
TRACE_USE_MASK
)
14
#define MSP_WARN ((DWORD)0x00020000 |
TRACE_USE_MASK
)
15
#define MSP_INFO ((DWORD)0x00040000 |
TRACE_USE_MASK
)
16
#define MSP_TRACE ((DWORD)0x00080000 |
TRACE_USE_MASK
)
17
#define MSP_EVENT ((DWORD)0x00100000 |
TRACE_USE_MASK
)
rtutils.h
20
#define
TRACE_USE_MASK
0x00000002
Completed in 49 milliseconds