Home
last modified time | relevance | path

Searched refs:ul2 (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dfloatobj.h97 #define FLOATOBJ_Set0(fo) do { (fo)->ul1 = 0; (fo)->ul2 = 0; } while (0)
98 #define FLOATOBJ_Set1(fo) do { (fo)->ul1 = 0x40000000; (fo)->ul2 = 2; } while (0)
/reactos/modules/rostests/apitests/atl/
H A DCComVariant.cpp231 CComVariant ul2(ul1); in test_copyconstructor() local
232 expect_uint(ul2, 33, VT_UI4); in test_copyconstructor()
348 CComVariant ul2 = ul1; in test_assign() local
349 expect_uint(ul2, 33, VT_UI4); in test_assign()
/reactos/modules/rostests/winetests/kernel32/
H A Dtime.c812 ULARGE_INTEGER ul1, ul2, ul3; in test_GetSystemTimes() local
837 ul2.LowPart = kerneltime.dwLowDateTime; in test_GetSystemTimes()
838 ul2.HighPart = kerneltime.dwHighDateTime; in test_GetSystemTimes()
867 ok( total_kerneltime.QuadPart - ul2.QuadPart < 10000000, "test kerneltime failed\n" ); in test_GetSystemTimes()
/reactos/sdk/include/psdk/
H A Dwinddi.h674 ULONG ul2; member