/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init() argument 13 time->ns = ns; in nstime_init() 17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2() argument 18 time->ns = sec * BILLION + nsec; in nstime_init2() 22 nstime_ns(const nstime_t *time) { in nstime_ns() argument 23 return time->ns; in nstime_ns() 27 nstime_msec(const nstime_t *time) { in nstime_msec() argument 28 return time->ns / MILLION; in nstime_msec() 32 nstime_sec(const nstime_t *time) { in nstime_sec() argument 33 return time->ns / BILLION; in nstime_sec() [all …]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_12.X.out | 1 …time>2:15</time><hand>left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</n…
|
H A D | test_12.XP.out | 8 <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 D | test_12.JP.out | 10 "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 D | test_12.JPu.out | 10 "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 D | test_12.J.out | 1 …time":"2:15","hand":"left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"…
|
H A D | test_07.X.out | 1 …time>90</percent-time><columns>23</columns><benefits full-time="honest & for true">full</benef…
|
H A D | test_07.XP.out | 18 <percent-time>90</percent-time> 20 <benefits full-time="honest & for true">full</benefits> 27 <percent-time>90</percent-time> 29 <benefits full-time="honest & for true">full</benefits> 36 <percent-time>60</percent-time> 38 <benefits full-time="honest & 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 & for true">full</benefits>
|
H A D | test_12.E.out | 10 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 D | test_05.XP.out | 37 <percent-time>90</percent-time> 38 <benefits full-time="honest & for true">full</benefits> 45 <percent-time>90</percent-time> 46 <benefits full-time="honest & for true">full</benefits> 53 <percent-time>60</percent-time> 54 <benefits full-time="honest & 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 & for true">full</benefits> [all …]
|
H A D | test_05.X.out | 1 …time>90</percent-time><benefits full-time="honest & for true">full</benefits></employee><emplo…
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_time.c | 38 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 …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | chrono.cppm |
|
H A D | chrono.inc | 22 // [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 …]
|
/freebsd/sys/compat/linux/ |
H A D | check_error.d | 40 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 D | linux_time.c | 67 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 …]
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | nstime.h | 12 void nstime_init(nstime_t *time, uint64_t ns); 13 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec); 14 uint64_t nstime_ns(const nstime_t *time); 15 uint64_t nstime_sec(const nstime_t *time); 16 uint64_t nstime_msec(const nstime_t *time); 17 uint64_t nstime_nsec(const nstime_t *time); 18 void nstime_copy(nstime_t *time, const nstime_t *source); 20 void nstime_add(nstime_t *time, const nstime_t *addend); 21 void nstime_iadd(nstime_t *time, uint64_t addend); 22 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend); [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | time.c | 105 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 …]
|
/freebsd/usr.sbin/sa/tests/ |
H A D | v1-amd64-u.out | 3 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 …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_cmp_time.pod | 7 - 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 D | ASN1_TIME_set.pod | 70 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 …]
|
/freebsd/sys/riscv/sifive/ |
H A D | fe310_aon.c | 132 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 …]
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-time.c | 46 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 …]
|
/freebsd/sys/kern/ |
H A D | kern_uuid.c | 52 * Note that the generator state is itself an UUID, but the time and clock 67 } time; 112 * Get the current time as a 60 bit count of 100-nanosecond intervals 114 * the Unix time since 00:00:00.00, January 1, 1970 to the date of the 121 uint64_t time = 0x01B21DD213814000LL; in uuid_time() 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() 139 time in kern_uuidgen() 66 } time; global() member 120 uint64_t time = 0x01B21DD213814000LL; uuid_time() local 132 uint64_t time; kern_uuidgen() local [all...] |
/freebsd/usr.bin/lastcomm/tests/ |
H A D | v1-amd64.out | 7 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 …]
|