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

12

/external/compiler-rt/test/msan/
H A Dftime.cc3 // ftime() is deprecated on FreeBSD.
13 int res = ftime(&tb);
/external/fio/tools/
H A Dfiologparser.py34 ftime = 0
36 if ftime == 0 or ts.last.end < ftime:
37 ftime = ts.last.end
38 return ftime
41 ftime = get_ftime(series)
45 while (start < ftime):
46 end = ftime if ftime < end else end
53 ftime
[all...]
/external/linux-kselftest/android/include/sys/
H A Dtimeb.h13 static inline int ftime(struct timeb *tp) { function
/external/ltp/android/include/sys/
H A Dtimeb.h13 static inline int ftime(struct timeb *tp) { function
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
H A Daperf.c56 ftime(&before);
65 ftime(&after);
/external/ltp/testcases/kernel/mem/hugetlb/lib/
H A Dhugetlb.c86 * structure after calling ftime().
88 ftime(&time_info);
/external/xmlrpcpp/src/
H A DXmlRpcDispatch.cpp14 # define ftime _ftime macro
196 ftime(&tbuff);
/external/curl/tests/
H A Ddirectories.pm214 my $ftime = $file{'time'} ? sprintf("%10s", $file{'time'}) : "Jan 9 1933";
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/external/zlib/src/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.c121 FILETIME ftime; local
124 GetSystemTimeAsFileTime (&ftime);
125 n = (((uint64_t) ftime.dwHighDateTime << 32)
126 + (uint64_t) ftime.dwLowDateTime);
/external/libpcap/lbl/
H A Dos-sunos4.h85 int ftime(struct timeb *);
/external/tcpdump/lbl/
H A Dos-sunos4.h86 int ftime(struct timeb *);
/external/libchrome/base/time/
H A Dtime_unittest.cc592 FILETIME ftime; local
593 ftime.dwHighDateTime = std::numeric_limits<DWORD>::max();
594 ftime.dwLowDateTime = std::numeric_limits<DWORD>::max();
595 t = Time::FromFileTime(ftime);
597 ftime = t.ToFileTime();
598 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwHighDateTime);
599 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwLowDateTime);
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp217 file_time_type ftime = last_write_time(file);
218 TEST_CHECK(Clock::to_time_t(ftime) == file_write_time);
234 TEST_CHECK(ftime2 > ftime);
/external/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c218 ftime(&tptr);
/external/python/cpython2/Modules/
H A Dtimemodule.c11 * floattime falls back to ftime when getttimeofday fails because the latter
14 * releases of the OS. Therefore claim we don't support ftime.
33 extern int ftime(struct timeb *);
899 (2) ftime() -- resolution in milliseconds
903 fail, so we fall back on ftime() or time().
921 ftime(&t);
/external/libxml2/
H A DtestSAX.c84 ftime(&timebuffer);
/external/strace/linux/arm/
H A Dsyscallent.h65 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/i386/
H A Dsyscallent.h65 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/m68k/
H A Dsyscallent.h65 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/mips/
H A Dsyscallent-o32.h39 [4035] = { 1, 0, SEN(ftime), "ftime" },
/external/strace/linux/powerpc/
H A Dsyscallent.h65 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/powerpc64/
H A Dsyscallent.h65 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/sh/
H A Dsyscallent.h67 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/sh64/
H A Dsyscallent.h65 [ 35] = { 0, 0, SEN(ftime), "ftime" },

Completed in 2417 milliseconds

12