Searched refs:tp (Results 1 - 6 of 6) sorted by relevance
/solaris-userland/components/openssl/openssl-fips/inline-t4/ |
H A D | vis3-mont.pl | 83 ($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 D | sparct4-mont.pl | 281 # 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 D | time.c | 126 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 D | kr_vmstat.c | 246 uint *np, *tp; local 270 tp = (uint *) &cs.cpu_sysinfo; 272 *np++ += *tp++; 274 tp = (uint *) &cs.cpu_vminfo; 276 *np++ += *tp++;
|
H A D | kr_iostat.c | 535 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 D | util-solaris.c | 109 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