Searched refs:ftime (Results 1 - 17 of 17) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/timer/wince/
H A DSDL_systimer.c46 FILETIME ftime; member in union:__anon8176
48 } ftime; local
52 SystemTimeToFileTime(&stime,&ftime.ftime);
53 ftime.itime/=10000; // Convert 100ns intervals to 1ms intervals
55 ftime.itime -= (ftime.itime % 1000);
56 return(ftime.itime);
/external/openssl/crypto/bn/
H A Dbnspeed.c151 ftime(&tstart);
156 ftime(&tend);
H A Dexpspeed.c177 ftime(&tstart);
182 ftime(&tend);
/external/openssl/crypto/rc2/
H A Drc2speed.c161 ftime(&tstart);
166 ftime(&tend);
/external/openssl/crypto/rc4/
H A Drc4speed.c161 ftime(&tstart);
166 ftime(&tend);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadTest.java822 long stime = 0, ftime = 0;
826 ftime = System.currentTimeMillis();
830 assertTrue("Failed to sleep long enough", (ftime - stime) >= 800);
840 long stime = 0, ftime = 0;
844 ftime = System.currentTimeMillis();
848 long result = ftime - stime;
/external/openssl/crypto/des/
H A Dspeed.c166 ftime(&tstart);
171 ftime(&tend);
H A Ddes_opts.c383 ftime(&tstart);
388 ftime(&tend);
/external/zlib/contrib/untgz/
H A Duntgz.c206 int setfiletime (char *fname,time_t ftime) argument
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c115 FILETIME ftime; local
118 GetSystemTimeAsFileTime (&ftime);
119 n = (((uint64_t) ftime.dwHighDateTime << 32)
120 + (uint64_t) ftime.dwLowDateTime);
/external/libpcap/lbl/
H A Dos-sunos4.h88 int ftime(struct timeb *);
/external/tcpdump/lbl/
H A Dos-sunos4.h88 int ftime(struct timeb *);
/external/chromium/base/
H A Dprocess_util_win.cc737 static uint64 FileTimeToUTC(const FILETIME& ftime) { argument
739 li.LowPart = ftime.dwLowDateTime;
740 li.HighPart = ftime.dwHighDateTime;
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp132 ftime(&aTime);
/external/openssl/ssl/
H A Dd1_lib.c423 ftime(&tb);
/external/openssl/crypto/bio/
H A Dbss_dgram.c828 ftime(&tb);
/external/libxml2/
H A Dxmllint.c410 ftime(&timebuffer);

Completed in 261 milliseconds