HomeSort by relevance Sort by last modified time
    Searched defs:b1 (Results 1 - 25 of 35) sorted by null

1 2

  /netvirt/usr/src/cmd/eqn/
fromto.c 22 int b, h1, b1, pss; local
26 b1 = ebase[p1];
48 eht[p2]-ebase[p2]+b1, yyval, p2, pss, p2, EFFPS(ps));
50 yyval, p2, -(eht[p2]-ebase[p2]+b1));
62 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps),
63 yyval, p3, (h1-b1+ebase[p3]));
66 ebase[yyval] = b + b1;
paren.c 26 int n, m, h1, j, b1, v; local
27 h1 = eht[p1]; b1 = ebase[p1];
33 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1);
46 ebase[yyval] = b1 + (eht[yyval]-h1)/2;
47 v = b1 - h1/2 + VERT(EM(0.4, ps));
53 v = b1 - h1/2 + VERT(1);
shift.c 23 int shval, d1, h1, b1, h2, b2; local
31 b1 = ebase[p1];
48 if (d1+b1 > h2) /* move little sub down */
49 shval = b1-b2;
50 ebase[yyval] = b1 + max(0, h2-b1-d1);
51 eht[yyval] = h1 + max(0, h2-b1-d1);
65 ebase[yyval] = b1;
67 shval = -VERT((4 * (h1-b1)) / 10) - b2;
68 if (VERT(4*(h1-b1)/10) + h2 < h1-b1) /* raise little super *
114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local
    [all...]
  /netvirt/usr/src/lib/libc/i386/gen/
strcmp.c 72 int b1, b2; local
202 b1 = i1; /* save the ints in memory */
204 str1 = (void *) &b1; /* point at them */
  /netvirt/usr/src/grub/grub-0.95/stage2/
zfs_fletcher.c 34 uint64_t a0, b0, a1, b1; local
36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
40 b1 += a1;
43 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
51 uint64_t a0, b0, a1, b1; local
53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
57 b1 += a1;
60 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
  /netvirt/usr/src/uts/common/fs/zfs/
fletcher.c 38 uint64_t a0, b0, a1, b1; local
40 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
44 b1 += a1;
47 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
55 uint64_t a0, b0, a1, b1; local
57 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
61 b1 += a1;
64 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
  /netvirt/usr/src/common/openssl/crypto/asn1/
a_set.c 76 const MYBLOB *b1 = (const MYBLOB *)elem1; local
80 r = memcmp(b1->pbData, b2->pbData,
81 b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
84 return b1->cbData-b2->cbData;
  /netvirt/usr/src/common/openssl/crypto/idea/
i_skey.c 129 long n1,n2,q,r,b1,b2,t; local
138 b1=0;
150 b2=b1-q*b2;
151 b1=t;
  /netvirt/usr/src/lib/libresolv2/common/cylink/
ctk_prime.c 146 ord b1[DSS_LENGTH_MIN/sizeof(ord)]={ local
152 ord b1[DSS_LENGTH_MIN/sizeof(ord)]={ local
181 memcpy( buf, b1, DSS_LENGTH_MIN );
  /netvirt/usr/src/common/crypto/ecc/
ec2_163.c 186 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; local
224 b1 = MP_DIGIT(b, 1);
230 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); local
236 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); local
237 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1,
ec2_193.c 195 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local
237 b1 = MP_DIGIT(b, 1);
243 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
249 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
250 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1,
ec2_233.c 213 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local
260 b1 = MP_DIGIT(b, 1);
266 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
272 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
274 b6 ^ b2, b5 ^ b1, b4 ^ b0);
ec2_aff.c 197 int b1, b3, i, l; local
256 b1 = MP_GET_BIT(&k, i);
258 if ((b3 == 1) && (b1 == 0)) {
262 } else if ((b3 == 0) && (b1 == 1)) {
ecp_aff.c 210 int b1, b3, i, l; local
269 b1 = MP_GET_BIT(&k, i);
271 if ((b3 == 1) && (b1 == 0)) {
275 } else if ((b3 == 0) && (b1 == 1)) {
ecp_192.c 385 mp_digit b0 = 0, b1 = 0, b2 = 0; local
402 b1 = MP_DIGIT(b,1);
409 MP_SUB_BORROW(r1, b1, r1, borrow, borrow);
419 : "r" (b0), "r" (b1), "r" (b2), "0" (r0),
ecl_gf.c 621 mp_digit b0 = 0, b1 = 0, b2 = 0; local
637 b1 = MP_DIGIT(b,1);
644 MP_SUB_BORROW(r1, b1, r1, borrow, borrow);
654 : "r" (b0), "r" (b1), "r" (b2),
663 b1 = MP_DIGIT(&meth->irr,1);
667 MP_ADD_CARRY(b1, r1, r1, borrow, borrow);
675 : "r" (b0), "r" (b1), "r" (b2),
705 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; local
725 b1 = MP_DIGIT(b,1);
732 MP_SUB_BORROW(r1, b1, r1, borrow, borrow)
798 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; local
866 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; local
    [all...]
  /netvirt/usr/src/lib/libdhcpsvc/modules/util/
util.c 258 uint8_t b1, b2; local
275 b1 = src[i];
278 dst[len - i - 1] = b1;
  /netvirt/usr/src/lib/libresolv2/common/isc/
tree.c 429 int b1, b2; local
447 b1 = p1->bal;
448 if (b1 >= 0) {
452 if (b1 == 0) {
453 MSG("b1 == 0")
458 MSG("b1 != 0")
489 int b1, b2; local
506 b1 = p1->bal;
507 if (b1 <= 0) {
511 if (b1 == 0)
    [all...]
  /netvirt/usr/src/cmd/bnu/
uudecode.c 431 unsigned char b1 = DEC(*(in++)); local
438 if (!isvalid(b1)) {
442 *(out++) = (b0 << 2) | (b1 >> 4);
449 *(out++) = (b1 << 4) | (b2 >> 2);
  /netvirt/usr/src/cmd/checknr/
checknr.c 115 "AE", "AF", "AI", "AL", "AM", "AS", "AT", "AU", "AX", "B", "B1", "B2",
186 char b1[4]; local
229 (void) strncpy(b1, cp, 2);
230 addmac(b1);
  /netvirt/usr/src/cmd/uniq/
uniq.c 88 static int equal(char *b1, char *b2);
97 char *b1 = NULL, *b2 = NULL; local
107 if ((b1 = ((char *) malloc((unsigned) BLOCKSIZE))) == NULL || (b2 =
208 if (gline(&b1, &b1size))
213 pline(b1);
216 if (!equal(b1, b2)) {
217 pline(b1);
221 if (gline(&b1, &b1size)) {
225 } while (equal(b1, b2));
297 equal(b1, b2
    [all...]
  /netvirt/usr/src/common/openssl/crypto/bio/
bss_bio.c 706 struct bio_bio_st *b1, *b2; local
711 b1 = bio1->ptr;
714 if (b1->peer != NULL || b2->peer != NULL)
720 if (b1->buf == NULL)
722 b1->buf = OPENSSL_malloc(b1->size);
723 if (b1->buf == NULL)
728 b1->len = 0;
729 b1->offset = 0;
744 b1->peer = bio2
    [all...]
  /netvirt/usr/src/lib/libnisdb/
ldap_xdr.c 688 void *b1, *b2; local
716 b1 = am(myself, l1);
718 if (b1 == 0 || b2 == 0) {
719 sfree(b1);
724 xdrmem_create(&x1, (char *)b1, l1, XDR_ENCODE);
728 ret = (memcmp(b1, b2, l1) == 0);
736 sfree(b1);
  /netvirt/usr/src/lib/libresolv2/common/irs/
dns_nw.c 425 u_int b1, b2, b3, b4; local
429 &b1, &b2, &b3, &b4) != 4)
439 *bp++ = b1;
  /netvirt/usr/src/uts/sun4v/io/n2rng/
n2rng_entp_setup.c 309 int b0, b1, b2; local
326 * word, 2 bits for each: b2:b1:b0. First we set up an
344 for (b1 = 0; b1 < N2RNG_NBIASES; b1++) {
345 if (b0 == b1) continue;
346 candidates[1] = &rng->n_perftable[1][b1];
350 if (b0 == b2 || b1 == b2) continue;
358 ENCODEBIAS(1, b1) |

Completed in 2189 milliseconds

1 2