Searched refs:mod2 (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | loader.c | 1323 HMODULE mod, mod2; in test_filenames() local 1347 ok( mod == mod2, "wrong module %p for %s\n", mod2, short_path ); in test_filenames() 1349 ok( mod == mod2, "wrong module %p for %s\n", mod2, long_path ); in test_filenames() 1355 FreeLibrary( mod2 ); in test_filenames() 1363 ok( mod == mod2, "wrong module %p for %s\n", mod2, short_path ); in test_filenames() 1365 ok( mod == mod2, "wrong module %p for %s\n", mod2, long_path ); in test_filenames() 1371 FreeLibrary( mod2 ); in test_filenames() 1385 ok( mod == mod2, "wrong module %p for %s\n", mod2, long_path ); in test_filenames() 1391 FreeLibrary( mod2 ); in test_filenames() 2011 HMODULE mod, mod2; in test_import_resolution() local [all …]
|
/reactos/win32ss/drivers/displays/vga/vgavideo/ |
H A D | vgavideo.h | 71 #define mod2(n) ((n)&1) macro
|
H A D | vgavideo.c | 547 if(mod2(w) > 0) in DIB_TransparentBltToVGA() 902 dib_shift = mod2(w-i); in DFB_BltToDIB() 932 dib_shift = mod2(w-i); in DIB_BltToDFB()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | rtl.c | 2389 HMODULE mod, mod2; in test_LdrAddRefDll() local 2404 mod2 = GetModuleHandleA("comctl32.dll"); in test_LdrAddRefDll() 2405 ok(mod2 == NULL, "got %p\n", mod2); in test_LdrAddRefDll() 2415 mod2 = GetModuleHandleA("comctl32.dll"); in test_LdrAddRefDll() 2416 ok(mod2 != NULL, "got %p\n", mod2); in test_LdrAddRefDll() 2420 mod2 = GetModuleHandleA("comctl32.dll"); in test_LdrAddRefDll() 2421 ok(mod2 == NULL, "got %p\n", mod2); in test_LdrAddRefDll() 2438 mod2 = GetModuleHandleA("comctl32.dll"); in test_LdrAddRefDll() 2439 ok(mod2 != NULL, "got %p\n", mod2); in test_LdrAddRefDll()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/ |
H A D | keymapping.txt | 171 mod2 Num_Lock (0x4d)
|