Home
last modified time | relevance | path

Searched defs:ft (Results 1 - 25 of 115) sorted by relevance

12345

/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest7.c3 void first_type_constructor(struct first_type *ft) in first_type_constructor() argument
/third_party/libwebsockets/win32port/win32helpers/
H A Dgettimeofday.c9 FILETIME ft; in gettimeofday() local
/third_party/mesa3d/src/c11/impl/
H A Dtime.c52 FILETIME ft; in timespec_get() local
/third_party/musl/src/math/
H A Dcbrtl.c34 float_t ft; in cbrtl() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcbrtl.c34 float_t ft; in cbrtl() local
/third_party/skia/samplecode/
H A DSampleFillType.cpp30 void showPath(SkCanvas* canvas, int x, int y, SkPathFillType ft, in showPath() argument
/third_party/curl/src/
H A Dtool_filetime.c54 FILETIME ft; in getfiletime() local
119 FILETIME ft; in setfiletime() local
/third_party/lzma/CPP/Windows/
H A DPropVariantConv.cpp15 FILETIME ft; in ConvertUtcFileTimeToString2() local
97 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *dest, int level) throw() in ConvertUtcFileTimeToString2() argument
111 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int level) throw() in ConvertUtcFileTimeToString() argument
H A DPropVariant.h78 void SetAsTimeFrom_FT_Prec(const FILETIME &ft, unsigned prec) in SetAsTimeFrom_FT_Prec() argument
86 FILETIME ft; in SetAsTimeFrom_Ft64_Prec() local
93 void SetAsTimeFrom_FT_Prec_Ns100(const FILETIME &ft, unsigned prec, unsigned ns100) in SetAsTimeFrom_FT_Prec_Ns100() argument
H A DTimeUtils.h10 inline UInt64 FILETIME_To_UInt64(const FILETIME &ft) in FILETIME_To_UInt64() argument
15 inline void FILETIME_Clear(FILETIME &ft) in FILETIME_Clear() argument
21 inline bool FILETIME_IsZero(const FILETIME &ft) in FILETIME_IsZero() argument
30 inline void FiTime_To_FILETIME(const CFiTime &ts, FILETIME &ft) in FiTime_To_FILETIME() argument
40 FiTime_Clear(CFiTime &ft) FiTime_Clear() argument
58 FiTime_Clear(CFiTime &ft) FiTime_Clear() argument
113 FILETIME ft; PropVariant_SetFrom_UnixTime() local
118 PropVariant_SetFrom_NtfsTime(NWindows::NCOM::CPropVariant &prop, const FILETIME &ft) PropVariant_SetFrom_NtfsTime() argument
[all...]
H A DTimeUtils.cpp25 bool DosTime_To_FileTime(UInt32 dosTime, FILETIME &ft) throw() in DosTime_To_FileTime() argument
46 bool FileTime_To_DosTime(const FILETIME &ft, UInt32 &dosTime) throw() in FileTime_To_DosTime() argument
150 UnixTime_To_FileTime(UInt32 unixTime, FILETIME &ft) UnixTime_To_FileTime() argument
180 UnixTime64_To_FileTime(Int64 unixTime, FILETIME &ft) UnixTime64_To_FileTime() argument
190 FileTime_To_UnixTime64(const FILETIME &ft) FileTime_To_UnixTime64() argument
196 FileTime_To_UnixTime64_and_Quantums(const FILETIME &ft, UInt32 &quantums) FileTime_To_UnixTime64_and_Quantums() argument
203 FileTime_To_UnixTime(const FILETIME &ft, UInt32 &unixTime) FileTime_To_UnixTime() argument
243 GetCurUtc_FiTime(CFiTime &ft) GetCurUtc_FiTime() argument
271 GetCurUtcFileTime(FILETIME &ft) GetCurUtcFileTime() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dtimeval.c51 FILETIME ft; in pa_gettimeofday() local
/third_party/skia/modules/sksg/src/
H A DSkSGPath.cpp33 const auto ft = fPath.getFillType(); in onRevalidate() local
/third_party/skia/gm/
H A Dfilltypes.cpp46 void showPath(SkCanvas* canvas, int x, int y, SkPathFillType ft, in showPath() argument
H A Dfilltypespersp.cpp50 void showPath(SkCanvas* canvas, int x, int y, SkPathFillType ft, in showPath() argument
/third_party/skia/fuzz/
H A DFuzzPathop.cpp28 SkPathFillType ft; in DEF_FUZZ() local
44 SkPathFillType ft; in DEF_FUZZ() local
60 SkPathFillType ft; in DEF_FUZZ() local
86 SkPathFillType ft; DEF_FUZZ() local
102 SkPathFillType ft; DEF_FUZZ() local
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dmain.c34 int fd, fi, ft, createindex = 0, flags = LWSFTS_F_QUERY_AUTOCOMPLETE; in main() local
/third_party/python/Lib/ctypes/test/
H A Dtest_values.py64 ft = FrozenTable.in_dll(pythonapi, f"_PyImport_Frozen{group}") variable in PythonValuesTestCase.test_frozentable.struct_frozen
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp97 static void AddFt(CRecordVector<UInt64> &vec, const FILETIME &ft) in AddFt() argument
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dnative.cpp109 emit_code(::llvm::Module &mod, const target &target, compat::CodeGenFileType ft, std::string &r_log) emit_code() argument
/third_party/skia/include/core/
H A DSkPathTypes.h24 static inline bool SkPathFillType_IsEvenOdd(SkPathFillType ft) { in SkPathFillType_IsEvenOdd() argument
28 static inline bool SkPathFillType_IsInverse(SkPathFillType ft) { in SkPathFillType_IsInverse() argument
32 static inline SkPathFillType SkPathFillType_ConvertToNonInverse(SkPathFillType ft) { in SkPathFillType_ConvertToNonInverse() argument
/third_party/ffmpeg/libavcodec/
H A Djpeg2000_parser.c41 enum frame_type ft; // 1 if file, 2 if codestream member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DTaggedData.java53 int tagRangeField(FieldType ft, String label); in tagRangeField() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DTaggedData.java53 int tagRangeField(FieldType ft, String label); in tagRangeField() argument
/third_party/lzma/CPP/Common/
H A DMyWindows.cpp229 BOOL WINAPI FileTimeToSystemTime(const FILETIME *ft, SYSTEMTIME *st) in FileTimeToSystemTime() argument

Completed in 10 milliseconds

12345