Home
last modified time | relevance | path

Searched refs:new_time (Results 1 – 4 of 4) sorted by relevance

/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.multiaggs1.d47 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/
HDts_rsp_utils.c185 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/
HDTimeValue.h97 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/
HDkern_timeout.c613 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()