Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/include/
H A Dkmt_test.h223 #define trace_(file, line, ...) KmtTrace( file ":" KMT_STRINGIZE(line), __VA_ARGS__) macro
/reactos/sdk/include/reactos/wine/
H A Dtest.h158 #define trace_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_trace macro