Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h204 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() argument
206 TimeInteger.LowPart = Time.dwLowDateTime; in toDuration()
207 TimeInteger.HighPart = Time.dwHighDateTime; in toDuration()
213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() argument
215 TimeInteger.LowPart = Time.dwLowDateTime; in toTimePoint()
216 TimeInteger.HighPart = Time.dwHighDateTime; in toTimePoint()
230 FILETIME Time; in toFILETIME() local
231 Time.dwLowDateTime = TimeInteger.LowPart; in toFILETIME()
232 Time.dwHighDateTime = TimeInteger.HighPart; in toFILETIME()
233 return Time; in toFILETIME()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h80 TimeRecord Time; ///< The total time captured. variable
133 TimeRecord getTotalTime() const { return Time; } in getTotalTime()
175 TimeRecord Time; member
181 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord()
183 : Time(Time), Name(Name), Description(Description) {} in PrintRecord()
186 return Time < Other.Time;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h81 u64 Time = 0; member
207 Entry.Time = Time; in store()
214 Entry.Time = 0; in store()
223 Entry.Time = 0; in store()
244 OldestTime = Entry.Time; in store()
259 OldestTime = Entry.Time; in store()
335 *Zeroed = Entry.Time == 0; in retrieve()
433 if (!Entry.isValid() || !Entry.Time) in releaseIfOlderThan()
435 if (Entry.Time > Time) { in releaseIfOlderThan()
437 OldestTime = Entry.Time; in releaseIfOlderThan()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c989 struct timespec Time; in AcpiOsWaitSemaphore() local
1064 if (clock_gettime (CLOCK_REALTIME, &Time) == -1) in AcpiOsWaitSemaphore()
1070 Time.tv_sec += (MsecTimeout / ACPI_MSEC_PER_SEC); in AcpiOsWaitSemaphore()
1071 Time.tv_nsec += ((MsecTimeout % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC); in AcpiOsWaitSemaphore()
1075 if (Time.tv_nsec >= ACPI_NSEC_PER_SEC) in AcpiOsWaitSemaphore()
1077 Time.tv_sec += (Time.tv_nsec / ACPI_NSEC_PER_SEC); in AcpiOsWaitSemaphore()
1078 Time.tv_nsec = (Time.tv_nsec % ACPI_NSEC_PER_SEC); in AcpiOsWaitSemaphore()
1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
/freebsd-14.2/contrib/ntp/html/scripts/
H A Dexternal.txt2 …://www.eecis.udel.edu/~mills/book.html'>Computer Network Time Synchronization - The Network Time P…
5 …/www.eecis.udel.edu/~mills/exec.html'>Executive Summary: Computer Network Time Synchronization</a>…
11 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/proximity.html'>Time Synchroization fo…
13 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ptp.html'>IEEE 1588 Precision Time Pro…
H A Dmanual.txt2 <li class='inline'><a href='ntpd.html'><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a></li>\
6 <li class='inline'><a href='sntp.html'><tt>sntp</tt> - Simple Network Time Protocol (SNTP) client</…
11 <li class='inline'><a href='ntpdsim_new.html'><tt>ntpdsim</tt> - Network Time Protocol (NTP) simula…
/freebsd-14.2/share/doc/psd/01.cacm/
H A Dref.bib26 %T U\s-2NIX\s0 Time-Sharing System: Document Preparation
44 %T U\s-2NIX\s0 Time-Sharing System: The Programmer's Workbench
55 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor
79 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
106 %T \*sTENEX\*n, a Paged Time Sharing System for the \*sPDP\*n-10
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp200 Time += TimeRecord::getCurrentTime(false); in stopTimer()
201 Time -= StartTime; in stopTimer()
207 Time = StartTime = TimeRecord(); in clear()
328 TimersToPrint.emplace_back(T.Time, T.Name, T.Description); in removeTimer()
364 Total += Record.Time; in PrintQueuedTimers()
397 Record.Time.print(Total, OS); in PrintQueuedTimers()
416 TimersToPrint.emplace_back(T->Time, T->Name, T->Description); in prepareToPrintList()
476 const TimeRecord &T = R.Time; in printJSONValues()
/freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/
H A Dtrivial-rtc.yaml23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
52 # Real Time Clock Module with I2C-Bus
54 # Real Time Clock
H A Dpcf8563.txt1 * Philips PCF8563/Epson RTC8564 Real Time Clock
3 Philips PCF8563/Epson RTC8564 Real Time Clock
H A Dxgene-rtc.txt1 * APM X-Gene Real Time Clock
3 RTC controller for the APM X-Gene Real Time Clock
H A Dxlnx-rtc.txt1 * Xilinx Zynq Ultrascale+ MPSoC Real Time Clock
3 RTC controller for the Xilinx Zynq MPSoC Real Time Clock
/freebsd-14.2/contrib/netbsd-tests/ipf/input/
H A Dipv6.116 # - Time exceeded
32 # - Time exceeded
/freebsd-14.2/contrib/tzdata/
H A Dbackzone90 # This Ordinance added "'Time' shall mean Greenwich Mean Time" to the
98 # Time Determination Ordinance (Cap. 214)
143 # Time Determination Ordinance (Cap. 264)
282 # Alteration of Time Ordinance, 1932 (as amended in 1946, renamed to Local Time
711 # War Time Order 1942 [1942-05-01] and War Time (No. 2) Order 1942 [1942-09-29]
716 # War Time Order 1943 [1943-03-31] and War Time Order 1944 [1943-12-29]
721 # War Time Order 1945 [1945-01-31] and the Order which revoke War Time Order
1047 # Changbai Time ("Long-white Time", Long-white = Heilongjiang area)
1299 # IST = Irish Summer Time
1670 # Standard Time Ordinance (Chapter 237)
[all …]
H A Dnorthamerica97 # time was just called "Standard Time" or "Daylight Saving Time".
137 # Time' instead of the old familiar 'Eastern War Time.' Peace is wonderful."
599 # Pacific Time.
895 # Eastern Time Zone to the Central Time Zone.... The effective date of
1426 # Time to Standard Time and from Standard Time to Daylight Savings Time
1652 # "Standard Time and Time Zones in Canada" appeared in
1747 # Standard Time (i.e. not until 3:00 Central Daylight Time).
2053 # hours behind Greenwich Time and called Yukon Standard Time.
2079 # * Yukon Standard Time defined as Pacific Standard Time, YCO 1973/214
2147 # Central, Eastern and Atlantic Time zones only uses Eastern Time.
[all …]
H A Daustralasia768 # Year End Time Start Time
914 # Summer Time Act (Cap 157)
977 # LMT Local Mean Time
1072 # 10 "Summer Time AEDT" site:au
1074 # 18 "Summer Time ESST" site:au
1173 # Standard Time and Summer Time Act 1972
1176 # Standard Time Act, 1898
1922 # Standard Time)
1982 # The "Nauru Standard Time Act 1978 Time Change"
1984 # based on "Nauru Standard Time Act 1978 Time Change"
[all …]
/freebsd-14.2/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.texi4 @settitle ntpsnmpd: Network Time Protocol SNMP Daemon User's Manual
19 @title ntpsnmpd: Network Time Protocol SNMP Daemon User's Manual
30 @top ntpsnmpd: Network Time Protocol Query User Manual
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dcrmf.asn17 Time,
83 notBefore [0] Time OPTIONAL,
84 notAfter [1] Time OPTIONAL
/freebsd-14.2/contrib/ntp/sntp/
H A Dsntp.texi15 * sntp: (sntp). Simple Network Time Protocol
19 @title Simple Network Time Protocol User's Manual
28 @top Simple Network Time Protocol User Manual
31 that can be used to query a Network Time Protocol (NTP) server and
/freebsd-14.2/contrib/ntp/
H A DREADME.refclocks24 GPS_DATUM 17 /* Datum Programmable Time System */
25 NIST_ACTS 18 /* NIST Auto Computer Time Service */
32 GPS_HP 26 /* HP 58503A Time/Frequency Receiver */
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt96 Time between the end of one asynchronous memory
103 Time between the beginning of a memory cycle
108 Time between the activation and deactivation of
113 Time between the deactivation of the read
120 Time between the beginning of a memory cycle
125 Time between the activation and deactivation of
130 Time between the deactivation of the write
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Darmada3700-tbg-clock.txt1 * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
3 Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
H A Dmvebu-gated-clock.txt23 25 tdm Time Division Mplx
48 25 tdm Time Division Mplx
77 25 tdm Time Division Multiplexing
117 25 tdm Time Division Mplx
173 20 tdm Time Division Mplx
/freebsd-14.2/share/misc/
H A Dscsi_modes81 {Extended Self-Test Completion Time} i2
99 {Disconnect Time Limit} i2
100 {Connect Time Limit} i2
171 {Background Medium Scan Interval Time} i2
172 {Background Pre-Scan Time Limit} i2
173 {Minimum Idle Time Before Background Scan} i2
174 {Maximum Time To Suspend Background Scan} i2
315 {Recovery Time Limit} i2
347 {Verify Recovery Time Limit} i2
383 {Write Delay Time} i2
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.c87 curIbTrace->Time = ossaTimeStamp64(agNULL); in mpiTraceAdd()
89 curIbTrace->Time = ossaTimeStamp(agNULL); in mpiTraceAdd()
92 curIbTrace->Time = 0; in mpiTraceAdd()
110 curObTrace->Time = ossaTimeStamp64(agNULL); in mpiTraceAdd()
112 curObTrace->Time = ossaTimeStamp(agNULL); in mpiTraceAdd()
115 curObTrace->Time = 0; in mpiTraceAdd()

12345678910>>...14