Searched defs:b1 (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/boot/lib/libc/string/
H A Dbcmp.c42 bcmp(const void *b1, const void *b2, size_t length) argument
48 p1 = (char *)b1;
/illumos-gate/usr/src/cmd/eqn/
H A Dfromto.c22 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;
H A Dparen.c26 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);
H A Dshift.c23 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)/1
114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcmp.c72 int b1, b2; local
202 b1 = i1; /* save the ints in memory */
204 str1 = (void *) &b1; /* point at them */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c34 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);
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c144 uint64_t a0, b0, a1, b1; local
146 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
150 b1 += a1;
153 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
163 uint64_t a0, b0, a1, b1; local
165 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
169 b1 += a1;
172 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dfletcher.c32 uint64_t a0, b0, a1, b1; local
34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
38 b1 += a1;
41 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
50 uint64_t a0, b0, a1, b1; local
52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
56 b1 += a1;
59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_163.c186 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,
H A Dec2_193.c195 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,
H A Dec2_233.c213 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);
H A Dec2_aff.c197 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)) {
H A Decp_aff.c210 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)) {
H A Decl_gf.c621 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, r
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...]
H A Decp_192.c385 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),
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c31 STP_VECT_compare_bridge_id (BRIDGE_ID* b1, BRIDGE_ID* b2) argument
33 if (b1->prio < b2->prio)
36 if (b1->prio > b2->prio)
38 return memcmp (b1->addr, b2->addr, 6);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c47 memcmp(const void *b1, const void *b2, size_t len) argument
51 for (p1 = b1, p2 = b2; len > 0; len--, p1++, p2++) {
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c100 gss_buffer_cmp(gss_buffer_t b1, gss_buffer_t b2) argument
102 if (b1->length != b2->length)
104 if (b1->length == 0)
106 if (b1->value == b2->value)
108 if (b1->value == 0 || b2->value == 0)
111 return (memcmp(b1->value, b2->value, b1->length) == 0);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c418 int b1, b2; local
436 b1 = p1->bal;
437 if (b1 >= 0) {
441 if (b1 == 0) {
442 MSG("b1 == 0")
447 MSG("b1 != 0")
478 int b1, b2; local
495 b1 = p1->bal;
496 if (b1 <= 0) {
500 if (b1
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c664 double b0, b1, b2, b3; local
753 b1 = (s1 * s1) * (mhalf + s1 * (P3 + s1 * (P4 +
764 (n1 * ln2lo + TBL[i1+3]) + b1));
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c186 char b1[4]; local
229 (void) strncpy(b1, cp, 2);
230 addmac(b1);
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c311 int b0, b1, b2; local
328 * word, 2 bits for each: b2:b1:b0. First we set up an
346 for (b1 = 0; b1 < N2RNG_NBIASES; b1++) {
347 if (b0 == b1) continue;
348 candidates[1] = &rng->n_perftable[1][b1];
352 if (b0 == b2 || b1 == b2) continue;
360 ENCODEBIAS(1, b1) |
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c413 u_int b1, b2, b3, b4; local
417 &b1, &b2, &b3, &b4) != 4)
427 *bp++ = b1;
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c431 unsigned char b1 = DEC(*(in++)); local
438 if (!isvalid(b1)) {
442 *(out++) = (b0 << 2) | (b1 >> 4);
449 *(out++) = (b1 << 4) | (b2 >> 2);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c1038 wrbuf16(ses_softc_t *ssc, uchar_t op, uchar_t b1, uchar_t b2, argument
1065 sdata[1] = b1;
1068 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrbuf16 %x %x %x %x", op, b1, b2, b3);

Completed in 1891 milliseconds

12