Home | History | Annotate | Download | only in testzlib

Lines Matching refs:LowPart

11     if (A.LowPart >= B.LowPart)

12 R->LowPart = A.LowPart - B.LowPart;
15 R->LowPart = A.LowPart - B.LowPart;
48 pbeginTime64->LowPart=dwEax;
62 LIres.LowPart=LIres.HighPart=0;
88 pbeginTime64->LowPart = GetTickCount();
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;