Home
last modified time | relevance | path

Searched defs:SET (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A Dprecomp.h19 SET enumerator
/reactos/modules/rostests/winetests/msvcrtd/
H A Ddebug.c38 #define SET(x,y) do { SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y); } while(0) macro
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dmd5.c81 #define SET(n) \ macro
86 #define SET(n) \ macro
/reactos/dll/win32/dbghelp/
H A Dcpu_i386.c462 #define SET(field, seg, reg) \ in i386_stack_walk() macro
/reactos/base/applications/network/telnet/src/
H A Dtnmain.cpp412 SET, // Paul Brannan 5/30/98 enumerator
/reactos/modules/rostests/winetests/msvcrt/
H A Dcpp.c161 #define SET(x,y) do { SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y); } while(0) macro
H A Dstring.c114 #define SET(x,y) SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y) macro
/reactos/win32ss/user/ntuser/
H A Dmessage.c56 #define SET(msg) (1 << ((msg) & 31)) macro
/reactos/win32ss/user/user32/windows/
H A Dmessage.c34 #define SET(msg) (1 << ((msg) & 31)) macro