| /freebsd/contrib/jemalloc/src/ |
| H A D | nstime.c | 12 nstime_set_initialized(nstime_t *time) { in nstime_init() argument 14 time->magic = NSTIME_MAGIC; in nstime_init() 19 nstime_assert_initialized(const nstime_t *time) { in nstime_init2() 25 assert(time->magic == NSTIME_MAGIC || 26 (time->magic == 0 && time->ns == 0)); 37 nstime_initialize_operand(nstime_t *time) { in nstime_nsec() argument 43 nstime_assert_initialized(time); in nstime_copy() 44 nstime_set_initialized(time); in nstime_copy() 48 nstime_init(nstime_t *time, uint64_ in nstime_compare() 17 nstime_init2(nstime_t * time,uint64_t sec,uint64_t nsec) nstime_init2() argument 22 nstime_ns(const nstime_t * time) nstime_ns() argument 27 nstime_msec(const nstime_t * time) nstime_msec() argument 32 nstime_sec(const nstime_t * time) nstime_sec() argument 42 nstime_copy(nstime_t * time,const nstime_t * source) nstime_copy() argument 52 nstime_add(nstime_t * time,const nstime_t * addend) nstime_add() argument 59 nstime_iadd(nstime_t * time,uint64_t addend) nstime_iadd() argument 66 nstime_subtract(nstime_t * time,const nstime_t * subtrahend) nstime_subtract() argument 73 nstime_isubtract(nstime_t * time,uint64_t subtrahend) nstime_isubtract() argument 80 nstime_imultiply(nstime_t * time,uint64_t multiplier) nstime_imultiply() argument 88 nstime_idivide(nstime_t * time,uint64_t divisor) nstime_idivide() argument 95 nstime_divide(const nstime_t * time,const nstime_t * divisor) nstime_divide() argument 104 nstime_get(nstime_t * time) nstime_get() argument 116 nstime_get(nstime_t * time) nstime_get() argument 125 nstime_get(nstime_t * time) nstime_get() argument 134 nstime_get(nstime_t * time) nstime_get() argument 140 nstime_get(nstime_t * time) nstime_get() argument 156 nstime_update_impl(nstime_t * time) nstime_update_impl() argument [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 | 23 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, cons [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/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_TIME.pod | 19 #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 …]
|
| /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/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/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...] |