Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 2847) sorted by relevance

12345678910>>...114

/src/contrib/jemalloc/src/
H A Dnstime.c12 nstime_set_initialized(nstime_t *time) { in nstime_set_initialized() argument
14 time->magic = NSTIME_MAGIC; in nstime_set_initialized()
19 nstime_assert_initialized(const nstime_t *time) { in nstime_assert_initialized() argument
25 assert(time->magic == NSTIME_MAGIC || in nstime_assert_initialized()
26 (time->magic == 0 && time->ns == 0)); in nstime_assert_initialized()
37 nstime_initialize_operand(nstime_t *time) { in nstime_initialize_operand() argument
43 nstime_assert_initialized(time); in nstime_initialize_operand()
44 nstime_set_initialized(time); in nstime_initialize_operand()
48 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init() argument
49 nstime_set_initialized(time); in nstime_init()
[all …]
/src/contrib/libxo/tests/core/saved/
H A Dtest_12.X.out1time>2:15</time><hand>left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</n…
H A Dtest_12.XP.out8 <time>2:15</time>
11 <time>3:45</time>
16 <time>2:15</time>
19 <time>3:45</time>
24 <time>2:15</time>
27 <time>3:45</time>
32 <time>2:15</time>
35 <time>3:45</time>
40 <time>2:15</time>
43 <time>3:45</time>
[all …]
H A Dtest_12.J.out1time":"2:15","hand":"left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"…
H A Dtest_12.JP.out10 "time": "2:15",
13 "time": "3:45"
18 "time": "2:15",
21 "time": "3:45"
26 "time": "2:15",
29 "time": "3:45"
34 "time": "2:15",
37 "time": "3:45"
42 "time": "2:15",
45 "time": "3:45"
[all …]
H A Dtest_12.JPu.out10 "time": "2:15",
13 "time": "3:45"
18 "time": "2:15",
21 "time": "3:45"
26 "time": "2:15",
29 "time": "3:45"
34 "time": "2:15",
37 "time": "3:45"
42 "time": "2:15",
45 "time": "3:45"
[all …]
H A Dtest_07.X.out1time>90</percent-time><columns>23</columns><benefits full-time="honest &amp; for true">full</benef…
H A Dtest_07.XP.out18 <percent-time>90</percent-time>
20 <benefits full-time="honest &amp; for true">full</benefits>
27 <percent-time>90</percent-time>
29 <benefits full-time="honest &amp; for true">full</benefits>
36 <percent-time>60</percent-time>
38 <benefits full-time="honest &amp; for true">full</benefits>
45 <percent-time>40</percent-time>
53 <percent-time>40</percent-time>
61 <percent-time>90</percent-time>
63 <benefits full-time="honest &amp; for true">full</benefits>
H A Dtest_12.E.out10 op content: [time] [2:15] [0]
13 op content: [time] [3:45] [0]
18 op content: [time] [2:15] [0]
21 op content: [time] [3:45] [0]
26 op content: [time] [2:15] [0]
29 op content: [time] [3:45] [0]
34 op content: [time] [2:15] [0]
37 op content: [time] [3:45] [0]
42 op content: [time] [2:15] [0]
45 op content: [time] [3:45] [0]
[all …]
H A Dtest_05.X.out1time>90</percent-time><benefits full-time="honest &amp; for true">full</benefits></employee><emplo…
H A Dtest_05.XP.out37 <percent-time>90</percent-time>
38 <benefits full-time="honest &amp; for true">full</benefits>
45 <percent-time>90</percent-time>
46 <benefits full-time="honest &amp; for true">full</benefits>
53 <percent-time>60</percent-time>
54 <benefits full-time="honest &amp; for true">full</benefits>
61 <percent-time>40</percent-time>
68 <percent-time>40</percent-time>
75 <percent-time>90</percent-time>
76 <benefits full-time="honest &amp; for true">full</benefits>
[all …]
/src/contrib/processor-trace/libipt/src/
H A Dpt_time.c38 void pt_time_init(struct pt_time *time) in pt_time_init() argument
40 if (!time) in pt_time_init()
43 memset(time, 0, sizeof(*time)); in pt_time_init()
47 uint32_t *lost_cyc, const struct pt_time *time) in pt_time_query_tsc() argument
49 if (!tsc || !time) in pt_time_query_tsc()
52 *tsc = time->tsc; in pt_time_query_tsc()
55 *lost_mtc = time->lost_mtc; in pt_time_query_tsc()
57 *lost_cyc = time->lost_cyc; in pt_time_query_tsc()
59 if (!time->have_tsc) in pt_time_query_tsc()
65 int pt_time_query_cbr(uint32_t *cbr, const struct pt_time *time) in pt_time_query_cbr() argument
[all …]
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h23 void nstime_init(nstime_t *time, uint64_t ns);
24 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec);
25 uint64_t nstime_ns(const nstime_t *time);
26 uint64_t nstime_sec(const nstime_t *time);
27 uint64_t nstime_msec(const nstime_t *time);
28 uint64_t nstime_nsec(const nstime_t *time);
29 void nstime_copy(nstime_t *time, const nstime_t *source);
31 void nstime_add(nstime_t *time, const nstime_t *addend);
32 void nstime_iadd(nstime_t *time, uint64_t addend);
33 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
[all …]
/src/sys/compat/linux/
H A Dcheck_error.d40 linuxulator*:time:linux_clock_gettime:conversion_error,
41 linuxulator*:time:linux_clock_gettime:gettime_error,
42 linuxulator*:time:linux_clock_gettime:copyout_error,
43 linuxulator*:time:linux_clock_settime:conversion_error,
44 linuxulator*:time:linux_clock_settime:settime_error,
45 linuxulator*:time:linux_clock_settime:copyin_error,
46 linuxulator*:time:linux_clock_getres:conversion_error,
47 linuxulator*:time:linux_clock_getres:getres_error,
48 linuxulator*:time:linux_clock_getres:copyout_error,
49 linuxulator*:time:linux_nanosleep:conversion_error,
[all …]
H A Dlinux_time.c67 LIN_SDT_PROBE_DEFINE1(time, linux_to_native_clockid, unsupported_clockid,
69 LIN_SDT_PROBE_DEFINE1(time, linux_to_native_clockid, unknown_clockid,
71 LIN_SDT_PROBE_DEFINE1(time, linux_common_clock_gettime, conversion_error, "int");
72 LIN_SDT_PROBE_DEFINE1(time, linux_clock_gettime, gettime_error, "int");
73 LIN_SDT_PROBE_DEFINE1(time, linux_clock_gettime, copyout_error, "int");
75 LIN_SDT_PROBE_DEFINE1(time, linux_clock_gettime64, gettime_error, "int");
76 LIN_SDT_PROBE_DEFINE1(time, linux_clock_gettime64, copyout_error, "int");
78 LIN_SDT_PROBE_DEFINE1(time, linux_clock_settime, conversion_error, "int");
79 LIN_SDT_PROBE_DEFINE1(time, linux_common_clock_settime, settime_error, "int");
80 LIN_SDT_PROBE_DEFINE1(time, linux_common_clock_settime, conversion_error, "int");
[all …]
/src/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc22 // [time.traits], customization traits
31 // [time.duration.nonmember], duration arithmetic
38 // [time.duration.comparisons], duration comparisons
46 // [time.duration.cast], conversions
52 // [time.duration.io], duration I/O
70 // [time.point.nonmember], time_point arithmetic
72 // [time.point.comparisons], time_point comparisons
74 // [time.point.cast], conversions
77 // [time.duration.alg], specialized algorithms
80 // [time.clock.system], class system_clock
[all …]
/src/stand/efi/libefi/
H A Dtime.c105 to_efi_time(EFI_TIME *efi_time, time_t time) in to_efi_time() argument
110 if (time >= 0) { in to_efi_time()
115 while (time > seconds) { in to_efi_time()
116 time -= seconds; in to_efi_time()
123 while (time > in to_efi_time()
129 time -= CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
131 for (efi_time->Day = 0; time > SECSPERDAY; efi_time->Day++) in to_efi_time()
132 time -= SECSPERDAY; in to_efi_time()
134 for (efi_time->Hour = 0; time > SECSPERHOUR; efi_time->Hour++) in to_efi_time()
135 time -= SECSPERHOUR; in to_efi_time()
[all …]
/src/usr.sbin/sa/tests/
H A Dv1-amd64-u.out3 0 0.000 cpu 140k mem 0 io time
5 0 0.000 cpu 0k mem 0 io time
7 0 0.000 cpu 0k mem 0 io time
9 0 0.000 cpu 57k mem 0 io time
11 0 0.000 cpu 0k mem 0 io time
13 0 0.000 cpu 0k mem 0 io time
15 0 0.000 cpu 0k mem 0 io time*
16 0 0.000 cpu 0k mem 0 io time
18 0 0.000 cpu 0k mem 0 io time*
19 0 0.000 cpu 0k mem 0 io time
[all …]
/src/crypto/openssl/doc/man3/
H A DX509_cmp_time.pod7 - X509 time functions
22 X509_cmp_time() compares the ASN1_TIME in I<asn1_time> with the time
26 I<asn1_time> with the current time, expressed as time_t.
28 X509_cmp_timeframe() compares the given time period with the reference time
30 B<X509_V_FLAG_USE_CHECK_TIME>; else the current time is used as reference time.
32 X509_time_adj_ex() sets the ASN1_TIME structure I<asn1_time> to the time
35 X509_time_adj() sets the ASN1_TIME structure I<asn1_time> to the time
43 In all methods, if I<in_tm> is NULL, the current time, expressed as
49 X509_gmtime_adj() sets the ASN1_TIME structure I<asn1_time> to the time
50 I<offset_sec> after the current time. It is equivalent to calling
[all …]
H A DASN1_TIME_set.pod70 functions set the structure I<s> to the time represented by the time_t
71 value I<t>. If I<s> is NULL a new time structure is allocated and returned.
74 functions set the time structure I<s> to the time represented
75 by the time I<offset_day> and I<offset_sec> after the time_t value I<t>.
77 time before I<t>. The I<offset_sec> value can also exceed the number of
82 ASN1_GENERALIZEDTIME_set_string() functions set the time structure I<s>
83 to the time represented by string I<str> which must be in appropriate ASN.1
84 time format (for example YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ). If I<s> is NULL
88 ASN1_TIME_set_string_X509() sets B<ASN1_TIME> structure I<s> to the time
89 represented by string I<str> which must be in appropriate time format
[all …]
/src/sys/riscv/sifive/
H A Dfe310_aon.c132 uint64_t time; in feaon_wdt_event() local
149 time = 1LL << (cmd & WD_INTERVAL); in feaon_wdt_event()
150 time /= FEAON_WDT_TIMEBASE_RATIO; in feaon_wdt_event()
154 while (time > FEAON_WDT_CMP_MASK) { in feaon_wdt_event()
155 time >>= 1; in feaon_wdt_event()
159 if (time > FEAON_WDT_CMP_MASK || scale > FEAON_WDT_CFG_SCALE_MASK) { in feaon_wdt_event()
171 FEAON_WDT_WRITE_4(sc, FEAON_WDT_CMP, (uint32_t)time); in feaon_wdt_event()
182 uint64_t time; in feaon_rtc_settime() local
193 time = ts->tv_sec * FEAON_RTC_TIMEBASE_FREQ; in feaon_rtc_settime()
196 while (time >= 0xFFFFFFFFFFFFLL) { in feaon_rtc_settime()
[all …]
/src/crypto/openssl/doc/internal/man3/
H A DOSSL_TIME.pod19 #include "internal/time.h"
60 These functions allow the current time to be obtained and for basic
63 B<OSSL_TIME> can represent a duration, or a point in time. Where it is
64 used to represent a point in time, it does so by expressing a duration
72 a time can represent. The accuracy is independent of this and is system
75 B<ossl_ticks2time> converts an integral number of counts to a time.
77 B<ossl_time2ticks> converts a time to an integral number of counts.
81 to a time. These functions are implemented as macros.
84 time to an integral number of second, milliseconds and microseconds
89 This value represents the time Epoch and it is returned when an underflow
[all …]
/src/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c46 struct pt_time time; member
64 pt_time_init(&tfix->time); in tfix_init()
78 errcode = pt_time_update_tsc(&tfix->time, NULL, &tfix->config); in tsc_null()
92 errcode = pt_time_update_cbr(&tfix->time, NULL, &tfix->config); in cbr_null()
106 errcode = pt_time_update_tma(&tfix->time, NULL, &tfix->config); in tma_null()
109 errcode = pt_time_update_tma(&tfix->time, &packet, NULL); in tma_null()
123 errcode = pt_time_update_mtc(&tfix->time, NULL, &tfix->config); in mtc_null()
126 errcode = pt_time_update_mtc(&tfix->time, &packet, NULL); in mtc_null()
140 errcode = pt_time_update_cyc(&tfix->time, NULL, &tfix->config, 0ull); in cyc_null()
143 errcode = pt_time_update_cyc(&tfix->time, &packet, NULL, 0ull); in cyc_null()
[all …]
/src/sys/kern/
H A Dkern_uuid.c67 } time; member
121 uint64_t time = 0x01B21DD213814000LL; in uuid_time() local
124 time += (uint64_t)bt.sec * 10000000LL; in uuid_time()
125 time += (10000000LL * (uint32_t)(bt.frac >> 32)) >> 32; in uuid_time()
126 return (time & ((1LL << 60) - 1LL)); in uuid_time()
133 uint64_t time; in kern_uuidgen() local
139 time = uuid_time(); in kern_uuidgen()
141 if (uuid_last.time.ll == 0LL || uuid_last.node[0] != uuid.node[0] || in kern_uuidgen()
145 else if (uuid_last.time.ll >= time) in kern_uuidgen()
151 uuid_last.time.ll = (time + count - 1) & ((1LL << 60) - 1LL); in kern_uuidgen()
[all …]
/src/usr.bin/lastcomm/tests/
H A Dv1-amd64.out7 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
8 time -F root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
10 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
11 time -F root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
13 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
14 time -F root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
16 time - root 0.000 secs 0.000 us 0.000 sy 0.234 es Wed May 16 11:44:38
18 time - root 0.000 secs 0.000 us 0.000 sy 0.016 es Wed May 16 11:44:37
20 time - root 0.000 secs 0.000 us 0.000 sy 3.016 es Wed May 16 11:44:34
22 time - root 0.000 secs 0.000 us 0.000 sy 1.938 es Wed May 16 11:44:33
[all …]

12345678910>>...114