/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | memcmp.c | 36 register const unsigned char* b2 = (const unsigned char*)ab2; 40 if (*b1++ != *b2++) 41 return(*--b1 - *--b2);
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | bcmp.c | 42 bcmp(const void *b1, const void *b2, size_t length) argument 49 p2 = (char *)b2;
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.h | 38 int memcmp(const void *b1, const void *b2, size_t len); 42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0)
|
H A D | util.c | 47 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/cmd/eqn/ |
H A D | shift.c | 23 int shval, d1, h1, b1, h2, b2; local 33 b2 = ebase[p2]; 47 shval = - d1 + h2 - b2; 49 shval = b1-b2; 67 shval = -VERT((4 * (h1-b1)) / 10) - b2; 70 shval = -VERT(1) - b2; 73 shval = -(h1-b1) + h2-b2 - d1; 114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local 129 h2 = eht[p2]; b2 = ebase[p2]; 137 subsh = -d1+h2-b2; [all...] |
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strcmp.c | 72 int b1, b2; local 203 b2 = i2; 205 str2 = (void *) &b2;
|
/illumos-gate/usr/src/common/unicode/ |
H A D | u8_textprep.c | 147 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ 148 (u) = ((uint32_t)(b1) & 0x0F) << 12 | ((uint32_t)(b2) & 0x3F) << 6 | \ 466 uint16_t b2 = 0; local 483 b2 = u8s[0] = s[0]; 488 b2 = u8s[1] = s[1]; 510 b2 = u8_case_common_b2_tbl[uv][b1][b2]; 511 if (b2 == U8_TBL_ELEMENT_NOT_DEF) 515 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id; 526 b3_base = u8_toupper_b3_tbl[uv][b2][b 696 uint16_t b2 = 0; local 750 uint16_t b2 = 0; local 972 uint16_t b2 = 0; local [all...] |
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | vector.c | 31 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);
|
H A D | vector.h | 57 STP_VECT_compare_bridge_id (IN BRIDGE_ID* b1, IN BRIDGE_ID* b2);
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mp_gf2m-priv.h | 95 /* Compute xor-multiply of two binary polynomials (a2, a1, a0) x (b2, b1, b0) 100 const mp_digit b2, const mp_digit b1, const mp_digit b0); 102 /* Compute xor-multiply of two binary polynomials (a3, a2, a1, a0) x (b3, b2, b1, b0) 107 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
|
H A D | mp_gf2m.c | 155 /* Compute xor-multiply of two binary polynomials (a2, a1, a0) x (b2, b1, b0) 161 const mp_digit b2, const mp_digit b1, const mp_digit b0) 165 s_bmul_1x1(r+5, r+4, a2, b2); /* fill top 2 words */ 166 s_bmul_2x2(zm, a1, a2^a0, b1, b2^b0); /* fill middle 4 words */ 180 /* Compute xor-multiply of two binary polynomials (a3, a2, a1, a0) x (b3, b2, b1, b0) 185 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, 190 s_bmul_2x2(r+4, a3, a2, b3, b2); /* fill top 4 words */ 191 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ 160 s_bmul_3x3(mp_digit *r, const mp_digit a2, const mp_digit a1, const mp_digit a0, const mp_digit b2, const mp_digit b1, const mp_digit b0) argument 184 s_bmul_4x4(mp_digit *r, const mp_digit a3, const mp_digit a2, const mp_digit a1, const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, const mp_digit b0) argument
|
/illumos-gate/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_entp_setup.c | 311 int b0, b1, b2; local 328 * word, 2 bits for each: b2:b1:b0. First we set up an 349 for (b2 = 0; b2 < N2RNG_NBIASES; b2++) { 352 if (b0 == b2 || b1 == b2) continue; 353 candidates[2] = &rng->n_perftable[2][b2]; 361 ENCODEBIAS(2, b2);
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | IANACharCode.java | 274 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; 279 b2 = (byte) ((code >> 16) & 0xFF); 289 b[2] = b2; 297 if (b1 != 0 || b2 != 0) { 316 if (b2 != 0) { 318 b[2] = b2;
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecl_gf.c | 621 mp_digit b0 = 0, b1 = 0, b2 = 0; local 635 b2 = MP_DIGIT(b,2); 645 MP_SUB_BORROW(r2, b2, r2, borrow, borrow); 654 : "r" (b0), "r" (b1), "r" (b2), 662 b2 = MP_DIGIT(&meth->irr,2); 668 MP_ADD_CARRY(b2, r2, r2, borrow, borrow); 675 : "r" (b0), "r" (b1), "r" (b2), 705 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; local 723 b2 = MP_DIGIT(b,2); 733 MP_SUB_BORROW(r2, b2, 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 D | ec2_163.c | 186 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; local 222 b2 = MP_DIGIT(b, 2); 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 D | ec2_193.c | 195 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local 235 b2 = MP_DIGIT(b, 2); 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 D | ec2_233.c | 213 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local 258 b2 = MP_DIGIT(b, 2); 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);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcsec_defs.h | 112 #define GSS_BUFFERS_EQUAL(b1, b2) (((b1).length == (b2).length) && \ 113 (bcmp((b1).value, (b2).value, (b1.length)) == 0))
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | tree.c | 418 int b1, b2; local 455 b2 = p2->bal; 460 if (b2 == 1) 464 if (b2 == -1) 478 int b1, b2; local 514 b2 = p2->bal; 519 if (b2 == -1) 523 if (b2 == 1)
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uudecode.c | 432 unsigned char b2 = DEC(*(in++)); local 445 if (!isvalid(b2)) { 449 *(out++) = (b1 << 4) | (b2 >> 2); 455 *out = (b2 << 6) | b3;
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 304 int b2 = d.size() - 1; // last displayed bucket 306 for (; (b1 <= b2) && (d.get(b1).getFrequency() == 0); ++b1); 309 if (b1 > b2) { 315 b2 = 2; 318 b2 = QUANTIZE_ZERO_BUCKET + 1; 322 for (; (b2 > 0) && (d.get(b2).getFrequency() == 0); --b2); 323 if (b2 < (d.size() - 1)) ++b2; [all...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_xdr.c | 687 void *b1, *b2; local 716 b2 = am(myself, l2); 717 if (b1 == 0 || b2 == 0) { 719 sfree(b2); 724 xdrmem_create(&x2, (char *)b2, l2, XDR_ENCODE); 727 ret = (memcmp(b1, b2, l1) == 0); 736 sfree(b2);
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_s390x.c | 265 BITFLD(b2, d2h); 271 BITFLD(b2, d2h); 277 BITFLD(b2, d2h); 285 BITFLD(b2, d2h); 293 BITFLD(b2, dl2h); 301 BITFLD(b2, dl2h); 309 BITFLD(b2, d2h); 315 BITFLD(b2, d2h); 329 BITFLD(b2, d2h); 342 BITFLD(b2, dl2 [all...] |
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | attributes.sh | 174 b2=aGVsbG8gd29ybGRoZWxsbyB3b3JsZA== 176 b2=iIWTk5ZAppaZk4SIhZOTlkCmlpmThA== 185 [[ $q == $b2 ]] || err_exit 'typeset -b not working with concatination' 188 [[ $x == $b2 ]] || err_exit 'typeset -b not working with append'
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 553 #define bytes2word(b0, b1, b2, b3) \ 554 (((uint32_t)(b3) << 24) | ((uint32_t)(b2) << 16) | \ 563 #define bytes2word(b0, b1, b2, b3) \ 565 ((uint32_t)(b2) << 8) | (b3))
|