Home
last modified time | relevance | path

Searched refs:FILETIME (Results 1 – 25 of 6316) sorted by relevance

12345678910>>...253

/dports/lang/ghc/ghc-8.10.7/libraries/base/System/CPUTime/
H A DWindows.hsc23 allocaBytes (#const sizeof(FILETIME)) $ \ p_creationTime -> do
24 allocaBytes (#const sizeof(FILETIME)) $ \ p_exitTime -> do
25 allocaBytes (#const sizeof(FILETIME)) $ \ p_kernelTime -> do
26 allocaBytes (#const sizeof(FILETIME)) $ \ p_userTime -> do
35 ft2psecs :: Ptr FILETIME -> IO Integer
37 high <- (#peek FILETIME,dwHighDateTime) ft :: IO Word32
38 low <- (#peek FILETIME,dwLowDateTime) ft :: IO Word32
51 type FILETIME = () function
57 …cessTimes" getProcessTimes :: Ptr HANDLE -> Ptr FILETIME -> Ptr FILETIME -> Ptr FILETIME -> Ptr FI…
60 …cessTimes" getProcessTimes :: Ptr HANDLE -> Ptr FILETIME -> Ptr FILETIME -> Ptr FILETIME -> Ptr FI…
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/System/Win32/
H A DTime.hsc43 newtype FILETIME = FILETIME DDWORD deriving (Show, Eq, Ord) type
66 instance Storable FILETIME where
69 poke buf (FILETIME n) = do
221 c_GetFileTime :: HANDLE -> Ptr FILETIME -> Ptr FILETIME -> Ptr FILETIME -> IO BOOL
222 getFileTime :: HANDLE -> IO (FILETIME,FILETIME,FILETIME)
228 c_SetFileTime :: HANDLE -> Ptr FILETIME -> Ptr FILETIME -> Ptr FILETIME -> IO BOOL
229 setFileTime :: HANDLE -> FILETIME -> FILETIME -> FILETIME -> IO ()
237 c_FileTimeToLocalFileTime :: Ptr FILETIME -> Ptr FILETIME -> IO BOOL
238 fileTimeToLocalFileTime :: FILETIME -> IO FILETIME
245 c_LocalFileTimeToFileTime :: Ptr FILETIME -> Ptr FILETIME -> IO BOOL
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/time/
H A DFileTime.hxx47 ToUint64(FILETIME ft) noexcept in ToUint64()
53 ToInt64(FILETIME ft) noexcept in ToInt64()
58 constexpr FILETIME
61 FILETIME ft{}; in ToFileTime()
67 constexpr FILETIME
86 FileTimeToChronoDuration(FILETIME ft) noexcept in FileTimeToChronoDuration()
111 FileTimeToChrono(FILETIME ft) noexcept in FileTimeToChrono()
116 constexpr FILETIME
122 constexpr FILETIME
137 inline FILETIME
[all …]
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/MSVC/
H A Dcpu_usage_win32.h15 FILETIME m_LastIdleTime;
16 FILETIME m_LastKernelTime;
17 FILETIME m_LastUserTime;
18 FILETIME m_LastESKernelTime;
19 FILETIME m_LastESUserTime;
31 FILETIME dummy1; in GetCpuUsage()
32 FILETIME dummy2; in GetCpuUsage()
33 FILETIME idleTime; in GetCpuUsage()
34 FILETIME kernelTime; in GetCpuUsage()
35 FILETIME userTime; in GetCpuUsage()
/dports/sysutils/squashfs-tools/CPP/Windows/
H A DTime.h11 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime);
12 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime);
13 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime);
14 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime);
15 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime);
16 Int64 FileTimeToUnixTime64(const FILETIME &ft);
19 void GetCurUtcFileTime(FILETIME &ft);
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
14 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
15 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
16 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
17 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
20 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
14 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
15 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
16 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
17 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
20 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
14 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
15 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
16 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
17 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
20 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/archivers/lzma/lzma-19.00/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dtiming.h58 FileTimeTime(const FILETIME f) { t = f; } in FileTimeTime()
63 operator FILETIME() const { return t; } in FILETIME() function
65 FILETIME t;
92 extern void addFiletimes(FILETIME *result, const FILETIME *x);
93 extern void subFiletimes(FILETIME *result, const FILETIME *x);
94 extern float filetimeToSeconds(const FILETIME *x);
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/win/msvc/
H A Dmapiwin.h197 BOOL WINAPI GetFileTime(HANDLE hFile, FILETIME FAR *lpftCreation,
198 FILETIME FAR *lpftLastAccess, FILETIME FAR *lpftLastWrite);
199 BOOL WINAPI SetFileTime(HANDLE hFile, const FILETIME FAR *lpftCreation,
200 const FILETIME FAR *lpftLastAccess,
201 const FILETIME FAR *lpftLastWrite);
219 LONG WINAPI CompareFileTime(const FILETIME FAR *, const FILETIME FAR *);
220 BOOL WINAPI LocalFileTimeToFileTime(const FILETIME FAR *, FILETIME FAR *);
221 BOOL WINAPI FileTimeToLocalFileTime(const FILETIME FAR *, FILETIME FAR *);
222 BOOL WINAPI FileTimeToSystemTime(const FILETIME FAR *, SYSTEMTIME FAR *);
226 BOOL WINAPI FileTimeToDosDateTime(const FILETIME FAR * lpFileTime,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapiwin.h197 BOOL WINAPI GetFileTime(HANDLE hFile, FILETIME FAR *lpftCreation,
198 FILETIME FAR *lpftLastAccess, FILETIME FAR *lpftLastWrite);
199 BOOL WINAPI SetFileTime(HANDLE hFile, const FILETIME FAR *lpftCreation,
200 const FILETIME FAR *lpftLastAccess,
201 const FILETIME FAR *lpftLastWrite);
219 LONG WINAPI CompareFileTime(const FILETIME FAR *, const FILETIME FAR *);
220 BOOL WINAPI LocalFileTimeToFileTime(const FILETIME FAR *, FILETIME FAR *);
221 BOOL WINAPI FileTimeToLocalFileTime(const FILETIME FAR *, FILETIME FAR *);
222 BOOL WINAPI FileTimeToSystemTime(const FILETIME FAR *, SYSTEMTIME FAR *);
226 BOOL WINAPI FileTimeToDosDateTime(const FILETIME FAR * lpFileTime,
[all …]
/dports/net/py-impacket/impacket-0.9.17/impacket/krb5/
H A Dpac.py13 from impacket.dcerpc.v5.dtypes import ULONG, RPC_UNICODE_STRING, FILETIME, PRPC_SID, USHORT
91 ('LogonTime', FILETIME),
92 ('LogoffTime', FILETIME),
93 ('KickOffTime', FILETIME),
94 ('PasswordLastSet', FILETIME),
95 ('PasswordCanChange', FILETIME),
96 ('PasswordMustChange', FILETIME),
120 ('LastSuccessfulILogon', FILETIME),
121 ('LastFailedILogon', FILETIME),
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dcpu_time.cc55 FILETIME createTime; in GetProcessCpuTimeNanos()
56 FILETIME exitTime; in GetProcessCpuTimeNanos()
57 FILETIME kernelTime; in GetProcessCpuTimeNanos()
58 FILETIME userTime; in GetProcessCpuTimeNanos()
94 FILETIME createTime; in GetThreadCpuTimeNanos()
95 FILETIME exitTime; in GetThreadCpuTimeNanos()
96 FILETIME kernelTime; in GetThreadCpuTimeNanos()
97 FILETIME userTime; in GetThreadCpuTimeNanos()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dcpu_time.cc55 FILETIME createTime; in GetProcessCpuTimeNanos()
56 FILETIME exitTime; in GetProcessCpuTimeNanos()
57 FILETIME kernelTime; in GetProcessCpuTimeNanos()
58 FILETIME userTime; in GetProcessCpuTimeNanos()
94 FILETIME createTime; in GetThreadCpuTimeNanos()
95 FILETIME exitTime; in GetThreadCpuTimeNanos()
96 FILETIME kernelTime; in GetThreadCpuTimeNanos()
97 FILETIME userTime; in GetThreadCpuTimeNanos()
/dports/devel/monotone/monotone-1.1/src/win32/
H A Dinodeprint.cc19 difftime(FILETIME now, FILETIME then) in difftime()
30 is_nowish(FILETIME now, FILETIME then) in is_nowish()
37 is_future(FILETIME now, FILETIME then) in is_future()
51 FILETIME now; in inodeprint_file()
66 FILETIME create,write; in inodeprint_file()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dcpu_time.cc55 FILETIME createTime; in GetProcessCpuTimeNanos()
56 FILETIME exitTime; in GetProcessCpuTimeNanos()
57 FILETIME kernelTime; in GetProcessCpuTimeNanos()
58 FILETIME userTime; in GetProcessCpuTimeNanos()
94 FILETIME createTime; in GetThreadCpuTimeNanos()
95 FILETIME exitTime; in GetThreadCpuTimeNanos()
96 FILETIME kernelTime; in GetThreadCpuTimeNanos()
97 FILETIME userTime; in GetThreadCpuTimeNanos()

12345678910>>...253