Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 10 of 10) sorted by relevance

/reactos/sdk/include/psdk/
H A Dksdebug.h103 #define _DbgPrintFEx(component, lvl, strings) { \ argument
104 if ((lvl) <= DEBUG_VARIABLE) { \
105 DbgPrintEx(component, lvl, STR_MODULENAME); \
106 DbgPrintEx(component, lvl, strings); \
107 DbgPrintEx(component, lvl, "\n"); \
108 if ((lvl) == DEBUGLVL_ERROR) { \
115 #define _DbgPrintF(lvl, strings) { \ argument
116 if (((lvl)==DEBUG_VARIABLE) || (lvl < DEBUG_VARIABLE)) { \
120 if ((lvl) == DEBUGLVL_ERROR) { \
128 #define _DbgPrintF(lvl, strings) argument
[all …]
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djerror.h265 #define TRACEMS(cinfo,lvl,code) \ argument
267 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)))
268 #define TRACEMS1(cinfo,lvl,code,p1) \ argument
271 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)))
272 #define TRACEMS2(cinfo,lvl,code,p1,p2) \ argument
276 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)))
277 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \ argument
282 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \ argument
287 #define TRACEMS5(cinfo,lvl,code,p1,p2,p3,p4,p5) \ argument
293 #define TRACEMS8(cinfo,lvl,code,p1,p2,p3,p4,p5,p6,p7,p8) \ argument
[all …]
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxtrace.h82 #define WPP_GLOBALS_LEVEL_FLAGS_LOGGER(globals,lvl,flags) WPP_LEVEL_LOGGER(flags) argument
83 …LOBALS_LEVEL_FLAGS_ENABLED(globals,lvl,flags) (WPP_LEVEL_ENABLED(flags) && WPP_CONTROL(WPP_BIT_ ##… argument
85 #define IFR_GLOBALS_LEVEL_FLAGS_FILTER(globals,lvl,flags) (lvl < TRACE_LEVEL_VERBOSE || globals->Fx… argument
/reactos/drivers/wdm/audio/drivers/ac97/
H A Ddebug.h70 #define DOUT(lvl, strings) \ argument
71 if ((lvl) & ulDebugOut) \
82 #define DOUT(lvl, strings)
/reactos/sdk/include/ddk/
H A Dstorswtr.h57 #define WPP_LEVEL_FLAGS_ENABLED(lvl, flags) \ argument
58 (WPP_LEVEL_ENABLED(flags) && WPP_CONTROL(WPP_BIT_ ## flags).Level >= lvl)
59 #define WPP_LEVEL_FLAGS_LOGGER(lvl,flags) WPP_LEVEL_LOGGER(flags) argument
/reactos/boot/freeldr/freeldr/lib/fs/
H A Dbtrfs.c285 int slot, ret, lvl; in _BtrFsSearchTree() local
297 for (lvl = level; lvl >= 0; lvl--) in _BtrFsSearchTree()
305 logical, physical, lvl); in _BtrFsSearchTree()
309 if (tree_buf->header.level != lvl) in _BtrFsSearchTree()
312 lvl, tree_buf->header.level); in _BtrFsSearchTree()
318 if (lvl) in _BtrFsSearchTree()
323 path->slots[lvl], in _BtrFsSearchTree()
326 if (ret && slot > path->slots[lvl]) in _BtrFsSearchTree()
341 path->itemsnr[lvl] = tree_buf->header.nritems; in _BtrFsSearchTree()
342 path->offsets[lvl] = logical; in _BtrFsSearchTree()
[all …]
/reactos/dll/win32/msxml3/
H A Dmain.c68 void wineXmlCallbackLog(char const* caller, xmlErrorLevel lvl, char const* msg, va_list ap) in wineXmlCallbackLog() argument
75 switch (lvl) in wineXmlCallbackLog()
H A Dmsxml_private.h291 extern void wineXmlCallbackLog(char const* caller, xmlErrorLevel lvl, char const* msg, va_list ap) …
/reactos/ntoskrnl/kd64/
H A Dkdinit.c24 #define DbgPrintEx(cmpid, lvl, fmt, ...) (KdpDprintf(fmt, ##__VA_ARGS__), 0) argument
/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py1198 for lvl in range(level, 0, -1):
1203 if header.level != lvl: