Searched refs:tp (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Dvis3-mont.pl83 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$anp)=map("%l$_",(0..7));
87 add %sp, $bias+$frame, $tp
89 add $tp, %g5, $anp
124 mulx $lo0, $n0, $m1 ! "tp[0]"*n0
177 stx $lo1, [$tp] ! tp[j-1]
178 add $tp, 8, $tp ! tp++
190 stx $lo1, [$tp] ! t
[all...]
H A Dsparct4-mont.pl281 # save tp[$NUM] ########################################################
432 # int bn_pwr5_mont_t4_$NUM(u64 *tp,const u64 *np,const BN_ULONG *n0,
437 my ($tp,$np,$pwrtbl,$pwr,$sentinel)=map("%g$_",(1..5));
479 mov %i0,$tp
491 # load tp[$NUM] ########################################################
497 ldx [$tp+$i*8],@A[$i]
502 ldd [$tp+$i*8],@A[$i]
611 # save tp[$NUM] ########################################################
633 std @R[$i],[$tp+$i*8]
705 ($t0,$t1,$t2,$t3,$cnt,$tp,
[all...]
/solaris-userland/tools/
H A Dtime.c126 gettimeofday(struct timeval *tp, void *tzp) argument
135 if ((result = (fptr)(tp, tzp)) == 0) {
139 tp->tv_sec = curtime;
146 clock_gettime(clockid_t clock_id, struct timespec *tp) argument
155 if ((result = (fptr)(clock_id, tp)) == 0) {
159 tp->tv_sec = curtime;
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c246 uint *np, *tp; local
270 tp = (uint *) &cs.cpu_sysinfo;
272 *np++ += *tp++;
274 tp = (uint *) &cs.cpu_vminfo;
276 *np++ += *tp++;
H A Dkr_iostat.c535 uint *np, *tp; local
553 tp = (uint *)&(cpu_stat_data[i].cpu_sysinfo);
555 *np++ += *tp++;
557 tp = (uint *)&(cpu_stat_data[i].cpu_vminfo);
559 *np++ += *tp++;
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c109 const char *tp; local
112 for (tp = ep; tp > bp && isdigit(*tp); tp--)
115 if (tp == ep || tp != bp || extract_uint(bp + 1, lun) != 0) {
133 const char *tp; local
135 for (tp = ep; tp >
170 char *tp; local
[all...]

Completed in 53 milliseconds