Home
last modified time | relevance | path

Searched refs:b1 (Results 26 – 50 of 141) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h110 #define GSS_BUFFERS_EQUAL(b1, b2) (((b1).length == (b2).length) && \ argument
111 (bcmp((b1).value, (b2).value, (b1.length)) == 0))
/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m-priv.h90 void s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1,
98 const mp_digit b2, const mp_digit b1, const mp_digit b0);
105 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
H A Dmp_gf2m.c140 s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1, in s_bmul_2x2() argument
145 s_bmul_1x1(r+3, r+2, a1, b1); in s_bmul_2x2()
147 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in s_bmul_2x2()
159 const mp_digit b2, const mp_digit b1, const mp_digit b0) in s_bmul_3x3() argument
164 s_bmul_2x2(zm, a1, a2^a0, b1, b2^b0); /* fill middle 4 words */ in s_bmul_3x3()
165 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_3x3()
183 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, in s_bmul_4x4() argument
189 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ in s_bmul_4x4()
190 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_4x4()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcmp.c70 int b1, b2; in strcmp() local
200 b1 = i1; /* save the ints in memory */ in strcmp()
202 str1 = (void *) &b1; /* point at them */ in strcmp()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c414 int b1, b2; in bal_L() local
432 b1 = p1->bal; in bal_L()
433 if (b1 >= 0) { in bal_L()
437 if (b1 == 0) { in bal_L()
474 int b1, b2; in bal_R() local
491 b1 = p1->bal; in bal_R()
492 if (b1 <= 0) { in bal_R()
496 if (b1 == 0) { in bal_R()
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c31 STP_VECT_compare_bridge_id (BRIDGE_ID* b1, BRIDGE_ID* b2) in STP_VECT_compare_bridge_id() argument
33 if (b1->prio < b2->prio) in STP_VECT_compare_bridge_id()
36 if (b1->prio > b2->prio) in STP_VECT_compare_bridge_id()
38 return memcmp (b1->addr, b2->addr, 6); in STP_VECT_compare_bridge_id()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_overflow.c12 …struct buffer b1; … in main() local
15b1.a.b[10] = 1; … in main()
/illumos-gate/usr/src/boot/libsa/string/
H A Dbcmp.c42 bcmp(const void *b1, const void *b2, size_t length) in bcmp() argument
48 p1 = (char *)b1; in bcmp()
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_163.c184 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local
231 b1 = MP_DIGIT(b, 1); in ec_GF2m_163_mul()
238 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
244 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
245 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1, in ec_GF2m_163_mul()
H A Dec2_193.c193 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_193_mul() local
246 b1 = MP_DIGIT(b, 1); in ec_GF2m_193_mul()
253 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul()
259 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul()
260 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1, in ec_GF2m_193_mul()
H A Dec2_233.c211 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_233_mul() local
271 b1 = MP_DIGIT(b, 1); in ec_GF2m_233_mul()
278 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul()
284 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul()
286 b6 ^ b2, b5 ^ b1, b4 ^ b0); in ec_GF2m_233_mul()
H A Dec2_aff.c195 int b1, b3, i, l; in ec_GF2m_pt_mul_aff() local
254 b1 = MP_GET_BIT(&k, i); in ec_GF2m_pt_mul_aff()
256 if ((b3 == 1) && (b1 == 0)) { in ec_GF2m_pt_mul_aff()
260 } else if ((b3 == 0) && (b1 == 1)) { in ec_GF2m_pt_mul_aff()
H A Decp_aff.c208 int b1, b3, i, l; in ec_GFp_pt_mul_aff() local
267 b1 = MP_GET_BIT(&k, i); in ec_GFp_pt_mul_aff()
269 if ((b3 == 1) && (b1 == 0)) { in ec_GFp_pt_mul_aff()
273 } else if ((b3 == 0) && (b1 == 1)) { in ec_GFp_pt_mul_aff()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java303 int b1 = 0; // first displayed bucket in printDistribution() local
306 for (; (b1 <= b2) && (d.get(b1).getFrequency() == 0); ++b1); in printDistribution()
309 if (b1 > b2) { in printDistribution()
314 b1 = 0; in printDistribution()
317 b1 = QUANTIZE_ZERO_BUCKET - 1; in printDistribution()
321 if (b1 > 0) --b1; in printDistribution()
325 for (int i = b1; i <= b2; ++i) { in printDistribution()
335 for (int i = b1; i <= b2; ++i) { in printDistribution()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c255 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_native() local
260 b1 = zcp->zc_word[3]; in fletcher_2_incremental_native()
266 b1 += a1; in fletcher_2_incremental_native()
269 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_incremental_native()
288 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_byteswap() local
293 b1 = zcp->zc_word[3]; in fletcher_2_incremental_byteswap()
299 b1 += a1; in fletcher_2_incremental_byteswap()
302 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_incremental_byteswap()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_xdr.c687 void *b1, *b2; in sameNisPlusObj() local
715 b1 = am(myself, l1); in sameNisPlusObj()
717 if (b1 == 0 || b2 == 0) { in sameNisPlusObj()
718 sfree(b1); in sameNisPlusObj()
723 xdrmem_create(&x1, (char *)b1, l1, XDR_ENCODE); in sameNisPlusObj()
727 ret = (memcmp(b1, b2, l1) == 0); in sameNisPlusObj()
735 sfree(b1); in sameNisPlusObj()
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c429 unsigned char b1 = DEC(*(in++)); in outdec() local
436 if (!isvalid(b1)) { in outdec()
440 *(out++) = (b0 << 2) | (b1 >> 4); in outdec()
447 *(out++) = (b1 << 4) | (b2 >> 2); in outdec()
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c783 char *a1, *b1, *a2; in filename() local
788 b1 = pa1 = (char *)malloc(strlen(a1) + strlen(a2) + 2); in filename()
789 while (*b1++ = *a1++); in filename()
790 b1[-1] = '/'; in filename()
791 a1 = b1; in filename()
794 a1 = b1; in filename()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java768 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar()
772 b1 = (byte) ((code >> 8) & 0xFF); in unescapeChar()
782 b[1] = b1; in unescapeChar()
787 b[1] = b1; in unescapeChar()
789 } else if (b1 != 0) { in unescapeChar()
791 b[1] = b1; in unescapeChar()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c98 gss_buffer_cmp(gss_buffer_t b1, gss_buffer_t b2) in gss_buffer_cmp() argument
100 if (b1->length != b2->length) in gss_buffer_cmp()
102 if (b1->length == 0) in gss_buffer_cmp()
104 if (b1->value == b2->value) in gss_buffer_cmp()
106 if (b1->value == 0 || b2->value == 0) in gss_buffer_cmp()
109 return (memcmp(b1->value, b2->value, b1->length) == 0); in gss_buffer_cmp()
/illumos-gate/usr/src/boot/common/
H A Dutil.c47 memcmp(const void *b1, const void *b2, size_t len) in memcmp() argument
51 for (p1 = b1, p2 = b2; len > 0; len--, p1++, p2++) { in memcmp()
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c230 #define b1 (Cj1+20) macro
492 s = b1[0] + z * (b1[1] + z * (b1[2] + z * (b1[3] + z * b1[4]))); in __k_j1f()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c664 double b0, b1, b2, b3; in __vlog() local
753 b1 = (s1 * s1) * (mhalf + s1 * (P3 + s1 * (P4 + in __vlog()
764 (n1 * ln2lo + TBL[i1+3]) + b1)); in __vlog()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h81 #define memcmp(b1, b2, n) bcmp(b1, b2, n) argument
83 #define memcpy(b1, b2, n) bcopy(b2, b1, (int)n) argument
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h553 #define bytes2word(b0, b1, b2, b3) \ argument
555 ((uint32_t)(b1) << 8) | (b0))
563 #define bytes2word(b0, b1, b2, b3) \ argument
564 (((uint32_t)(b0) << 24) | ((uint32_t)(b1) << 16) | \

123456