Searched refs:bp (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Dvis3-mont.pl42 $bp="%o2"; # const BN_ULONG *bp,
82 ($rp,$ap,$bp,$np,$n0p,$num)=map("%i$_",(0..5));
90 ld [$bp+0], $t2 ! m0=bp[0]
92 ld [$bp+4], $t3
94 add $bp, 8, $bp
109 mulx $aj, $m0, $lo0 ! ap[0]*bp[0]
127 mulx $aj, $m0, $alo ! ap[1]*bp[
[all...]
H A Dsparct4-mont.pl107 # int bn_mul_mont_t4_$NUM(u64 *rp,const u64 *ap,const u64 *bp,
112 my ($rp,$ap,$bp,$np,$sentinel)=map("%g$_",(1..5));
156 mov %i2,$bp
223 cmp $ap,$bp
229 # load bp[$NUM] ########################################################
236 ld [$bp+$i*8+0],$lo
237 ld [$bp+$i*8+4],@B[$i]
248 ld [$bp+$i*8+0],$lo
249 ld [$bp+$i*8+4],@B[$i]
676 $bp
[all...]
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c537 read_tmp_file(fd, bp, bs)
539 char *bp;
544 if ((rbs = read(fd, bp, bs)) != bs) {
557 write_tmp_file(fd, bp, bs)
559 char *bp;
564 if ((wbs = write(fd, bp, bs)) != bs) {
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c106 getlun(const char *bp, size_t bpsize, uint_t *lun) argument
108 const char *ep = &bp[bpsize - 1];
112 for (tp = ep; tp > bp && isdigit(*tp); tp--)
115 if (tp == ep || tp != bp || extract_uint(bp + 1, lun) != 0) {
130 getppa(const char *bp, size_t bpsize, uint_t *ppa) argument
132 const char *ep = &bp[bpsize - 1];
135 for (tp = ep; tp >= bp && isdigit(*tp); tp--)
143 if (tp == ep || tp < bp || ((ep - tp) > 1 && *(tp + 1) == '0'))

Completed in 224 milliseconds