Lines Matching defs:bh
107 BN_ULONG bl, bh;
114 bh = HBITS(w);
118 mul_add(rp[0], ap[0], bl, bh, c);
119 mul_add(rp[1], ap[1], bl, bh, c);
120 mul_add(rp[2], ap[2], bl, bh, c);
121 mul_add(rp[3], ap[3], bl, bh, c);
128 mul_add(rp[0], ap[0], bl, bh, c);
139 BN_ULONG bl, bh;
146 bh = HBITS(w);
150 mul(rp[0], ap[0], bl, bh, carry);
151 mul(rp[1], ap[1], bl, bh, carry);
152 mul(rp[2], ap[2], bl, bh, carry);
153 mul(rp[3], ap[3], bl, bh, carry);
160 mul(rp[0], ap[0], bl, bh, carry);
562 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
563 mul64(lo,hi,bl,bh); \
571 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
572 mul64(lo,hi,bl,bh); \