Searched refs:ft (Results 1 - 25 of 158) sorted by relevance

1234567

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_timespec.c51 ptw32_timespec_to_filetime (const struct timespec *ts, FILETIME * ft) argument
61 *(int64_t *) ft = ts->tv_sec * 10000000
66 ptw32_filetime_to_timespec (const FILETIME * ft, struct timespec *ts) argument
77 (int) ((*(int64_t *) ft - PTW32_TIMESPEC_TO_FILETIME_OFFSET) / 10000000);
79 (int) ((*(int64_t *) ft - PTW32_TIMESPEC_TO_FILETIME_OFFSET -
H A Dptw32_relmillisecs.c57 FILETIME ft; local
88 SystemTimeToFileTime(&st, &ft);
90 * GetSystemTimeAsFileTime(&ft); would be faster,
94 ptw32_filetime_to_timespec(&ft, &currSysTime);
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc28 uint64_t ft;
29 GetSystemTimeAsFileTime(reinterpret_cast<FILETIME *>(&ft));
32 t.fromWin32Time(ft);
/external/valgrind/main/none/tests/amd64/
H A Dfma.c7 } ft __attribute__((aligned (32))); variable in typeref:struct:float_test
31 __asm __volatile__ ("vfmadd132ss %2, %3, %0" : "=x" (w) : "0" (ft.x[i]), "x" (ft.y[i]), "x" (ft.z[i]));
32 thisres |= testf( w, ft.expected[i] );
33 __asm __volatile__ ("vfmadd132ss %2, %3, %0" : "=x" (w) : "0" (ft.x[i]), "m" (ft.y[i]), "x" (ft.z[i]));
34 thisres |= testf( w, ft.expected[i] );
35 __asm __volatile__ ("vfmadd213ss %3, %2, %0" : "=x" (w) : "0" (ft
[all...]
/external/lzma/CPP/Windows/
H A DPropVariantConversions.h9 bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime = true, bool includeSeconds = true);
10 UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime = true, bool includeSeconds = true);
H A DTime.cpp19 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &ft) argument
22 return BOOLToBool(::DosDateTimeToFileTime((UInt16)(dosTime >> 16), (UInt16)(dosTime & 0xFFFF), &ft));
24 ft.dwLowDateTime = 0;
25 ft.dwHighDateTime = 0;
31 ft.dwLowDateTime = (UInt32)res;
32 ft.dwHighDateTime = (UInt32)(res >> 32);
44 bool FileTimeToDosTime(const FILETIME &ft, UInt32 &dosTime) argument
49 if (!::FileTimeToDosDateTime(&ft, &datePart, &timePart))
51 dosTime = (ft.dwHighDateTime >= 0x01C00000) ? kHighDosTime : kLowDosTime;
59 UInt64 v64 = ft
118 UnixTimeToFileTime(UInt32 unixTime, FILETIME &ft) argument
125 FileTimeToUnixTime(const FILETIME &ft, UInt32 &unixTime) argument
163 GetCurUtcFileTime(FILETIME &ft) argument
[all...]
H A DTime.h17 void GetCurUtcFileTime(FILETIME &ft);
/external/chromium_org/tools/android/adb_reboot/
H A Dadb_reboot.c14 struct stat ft; local
34 stat("/sdcard/host_heartbeat", &ft);
36 if (ct - ft.st_mtime > 120) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkTime_win.cpp31 FILETIME ft; local
33 GetSystemTimeAsFileTime(&ft);
34 li.LowPart = ft.dwLowDateTime;
35 li.HighPart = ft.dwHighDateTime;
/external/chromium_org/third_party/webrtc/base/
H A Dwin32_unittest.cc31 FILETIME ft; local
32 ft.dwHighDateTime = 0xBAADF00D;
33 ft.dwLowDateTime = 0xFEED3456;
36 EXPECT_EQ(expected, ToUInt64(ft));
H A Dwin32.h81 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut);
84 void UnixTimeToFileTime(const time_t& ut, FILETIME * ft);
90 inline uint64 ToUInt64(const FILETIME& ft) { argument
91 ULARGE_INTEGER r = {ft.dwLowDateTime, ft.dwHighDateTime};
/external/skia/src/ports/
H A DSkTime_win.cpp31 FILETIME ft; local
33 GetSystemTimeAsFileTime(&ft);
34 li.LowPart = ft.dwLowDateTime;
35 li.HighPart = ft.dwHighDateTime;
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
H A Dp3.cpp11 template<typename T> void ft(T& t) { function
23 ft(a); // expected-note{{in instantiation of function template specialization 'ft<A>' requested here}}
/external/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp12 template<typename T> int &ft(T) &;
13 template<typename T> float &ft(T) &&;
44 int &ir2 = lvalue<X0>().ft(1);
45 float &fr3 = xvalue<X0>().ft(2);
46 float &fr4 = prvalue<X0>().ft(3);
/external/harfbuzz_ng/test/api/
H A Dtest-c.c43 #include <hb-ft.h>
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp71 template <typename T> constexpr T ft(T t) { return t; } function
80 template <> notlit ft(notlit nl) { return nl; } function
81 template <> char ft(char c) { return c; } // expected-note {{previous}} function
82 template <> constexpr char ft(char nl); // expected-error {{constexpr declaration of 'ft<char>' follows non-constexpr declaration}}
91 constexpr int i3 = ft(1);
96 (void)ft(nl2);
/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc327 } else if (format[1] == 't') { // 'ft: ft register.
481 Format(instr, "add.d 'fd, 'fs, 'ft");
484 Format(instr, "sub.d 'fd, 'fs, 'ft");
487 Format(instr, "mul.d 'fd, 'fs, 'ft");
490 Format(instr, "div.d 'fd, 'fs, 'ft");
529 Format(instr, "c.f.d 'fs, 'ft, 'Cc");
532 Format(instr, "c.un.d 'fs, 'ft, 'Cc");
535 Format(instr, "c.eq.d 'fs, 'ft, 'Cc");
538 Format(instr, "c.ueq.d 'fs, 'ft, 'C
[all...]
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc328 } else if (format[1] == 't') { // 'ft: ft register.
509 Format(instr, "add.d 'fd, 'fs, 'ft");
512 Format(instr, "sub.d 'fd, 'fs, 'ft");
515 Format(instr, "mul.d 'fd, 'fs, 'ft");
518 Format(instr, "div.d 'fd, 'fs, 'ft");
566 Format(instr, "c.f.d 'fs, 'ft, 'Cc");
569 Format(instr, "c.un.d 'fs, 'ft, 'Cc");
572 Format(instr, "c.eq.d 'fs, 'ft, 'Cc");
575 Format(instr, "c.ueq.d 'fs, 'ft, 'C
[all...]
/external/chromium_org/base/time/
H A Dtime_win.cc54 int64 FileTimeToMicroseconds(const FILETIME& ft) { argument
58 return bit_cast<int64, FILETIME>(ft) / 10;
61 void MicrosecondsToFileTime(int64 us, FILETIME* ft) { argument
67 *ft = bit_cast<FILETIME, int64>(us * 10);
71 FILETIME ft; local
72 ::GetSystemTimeAsFileTime(&ft);
73 return FileTimeToMicroseconds(ft);
150 Time Time::FromFileTime(FILETIME ft) { argument
151 if (bit_cast<int64, FILETIME>(ft) == 0)
153 if (ft
239 FILETIME ft; local
[all...]
/external/freetype/src/autofit/
H A Dhbshim.h31 #include <hb-ft.h>
/external/clang/test/Sema/
H A Daddress_spaces.c48 typedef void ft(void); typedef
49 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}}
50 typedef _AS1 ft qft; // expected-error {{function type may not be qualified with an address space}}
/external/chromium_org/v8/src/base/platform/
H A Dtime.cc188 FILETIME ft; local
189 ::GetSystemTimeAsFileTime(&ft);
190 return Time::FromFiletime(ft);
218 Time Time::FromFiletime(FILETIME ft) { argument
219 if (ft.dwLowDateTime == 0 && ft.dwHighDateTime == 0) {
222 if (ft.dwLowDateTime == std::numeric_limits<DWORD>::max() &&
223 ft.dwHighDateTime == std::numeric_limits<DWORD>::max()) {
226 int64_t us = (static_cast<uint64_t>(ft.dwLowDateTime) +
227 (static_cast<uint64_t>(ft
234 FILETIME ft; local
[all...]
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_entropy.c58 int ft; local
83 for(ft=2;ft<1024;ft++){
84 for(i=0;i<ft;i++){
85 entropy+=log(ft)*M_LOG2E;
86 ec_enc_uint(&enc,i,ft);
110 for(ft=2;ft<1024;ft
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_entropy.c58 int ft; local
83 for(ft=2;ft<1024;ft++){
84 for(i=0;i<ft;i++){
85 entropy+=log(ft)*M_LOG2E;
86 ec_enc_uint(&enc,i,ft);
110 for(ft=2;ft<1024;ft
[all...]
/external/clang/test/CXX/dcl.decl/dcl.meaning/
H A Dp1-0x.cpp39 template<typename T> void ft(); // expected-note {{here}}
65 template<> void ft<int>() {} function in namespace:inline_namespaces::N
66 template void ft<char>(); // expected-error {{undefined}}

Completed in 570 milliseconds

1234567