OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_VARIABLE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksdebug.h
81
# if defined(
DEBUG_VARIABLE
)
83
ULONG
DEBUG_VARIABLE
= DEBUGLVL_TERSE;
85
extern ULONG
DEBUG_VARIABLE
;
88
# define
DEBUG_VARIABLE
DEBUGLVL_TERSE
91
# if defined(
DEBUG_VARIABLE
)
93
ULONG
DEBUG_VARIABLE
= DEBUG_LEVEL;
95
extern ULONG
DEBUG_VARIABLE
;
98
# define
DEBUG_VARIABLE
DEBUG_LEVEL
104
if ((lvl) <=
DEBUG_VARIABLE
) { \
116
if (((lvl)==
DEBUG_VARIABLE
) || (lvl < DEBUG_VARIABLE)) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h
[
all
...]
Completed in 340 milliseconds