Searched refs:new_time (Results 1 – 4 of 4) sorted by relevance
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| HD | tst.multiaggs1.d | 47 new_time = time_2 - time_1; 48 @a[pid] = max(new_time); 49 @b[pid] = min(new_time); 50 @c[pid] = avg(new_time); 51 @d[pid] = sum(new_time); 52 @e[pid] = quantize(new_time); 53 @f[pid] = stddev(new_time); 54 @g[timestamp] = max(new_time); 55 @h[timestamp] = quantize(new_time); 56 @i[timestamp] = lquantize(new_time, 0, 10000, 1000);
|
| /trueos/crypto/openssl/crypto/ts/ |
| HD | ts_rsp_utils.c | 185 ASN1_GENERALIZEDTIME *new_time; in TS_TST_INFO_set_time() local 189 new_time = M_ASN1_GENERALIZEDTIME_dup(gtime); in TS_TST_INFO_set_time() 190 if (new_time == NULL) { in TS_TST_INFO_set_time() 195 a->time = new_time; in TS_TST_INFO_set_time()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | TimeValue.h | 97 explicit TimeValue( double new_time ) in TimeValue() argument 99 SecondsType integer_part = static_cast<SecondsType>( new_time ); in TimeValue() 101 nanos_ = static_cast<NanoSecondsType>( (new_time - in TimeValue()
|
| /trueos/sys/kern/ |
| HD | kern_timeout.c | 613 sbintime_t new_prec, new_time; in softclock_call_cc() local 739 new_time = cc_migration_time(cc, direct); in softclock_call_cc() 762 callout_cc_add(c, new_cc, new_time, new_prec, new_func, in softclock_call_cc()
|