HomeSort by: relevance | last modified time | path
    Searched defs:b2 (Results 1 - 25 of 195) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
var-tag-2.cc 22 enum E2 {a2, b2, c2} E2; enumerator in enum:E2
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
var-tag-2.cc 22 enum E2 {a2, b2, c2} E2; enumerator in enum:E2
  /src/common/lib/libc/string/
bcmp.c 92 const uintptr_t *b1, *b2; local
95 b2 = s2;
98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0)
102 if (*b1++ != *b2++)
109 c2 = (const unsigned char *)b2;
memcmp.c 92 const uintptr_t *b1, *b2; local
95 b2 = s2;
98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0)
102 if (*b1 != *b2)
105 b2++;
111 c2 = (const unsigned char *)b2;
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
ambiguous-struct-B.c 3 struct A { struct B b; int foo; struct B b2; }; member in struct:A
ambiguous-struct-A.c 3 struct A { struct B b; long foo; long bar; struct B b2; }; member in struct:A
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
ambiguous-struct-B.c 3 struct A { struct B b; int foo; struct B b2; }; member in struct:A
ambiguous-struct-A.c 3 struct A { struct B b; long foo; long bar; struct B b2; }; member in struct:A
  /src/sys/sys/
joystick.h 13 int b2; member in struct:joystick
  /src/tests/usr.bin/xlint/lint1/
msg_102.c 29 static struct bit_fields_and_bits *b1, *b2; variable in typeref:struct:
46 return b1->bits == b2->bits;
  /src/crypto/external/apache2/openssl/dist/fuzz/
bignum.c 36 BIGNUM *b2; local
42 b2 = BN_new();
49 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
67 OPENSSL_assert(BN_bin2bn(buf + l1, l2, b2) == b2);
77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
84 BN_print_fp(stdout, b2);
97 BN_free(b2);
bndiv.c 26 static BIGNUM *b2; variable
34 b2 = BN_new();
50 /* s1 and s2 will be the signs for b1 and b2. */
58 * b2.
74 OPENSSL_assert(BN_bin2bn(buf + l1, l2, b2) == b2);
75 BN_set_negative(b2, s2);
78 if (BN_is_zero(b2)) {
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx));
87 success = (BN_is_negative(b3) != BN_is_negative(b2) || BN_is_zero(b3)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_toom_mul.c 29 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
35 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
58 /* b = b2 * B**2 + b1 * B + b0 */
69 if ((res = mp_copy(b, &b2)) != MP_OKAY) {
72 mp_rshd(&b2, B*2);
79 /* w4 = a2 * b2 */
80 if ((res = mp_mul(&a2, &b2, &w4)) != MP_OKAY) {
84 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
107 if ((res = mp_add(&tmp2, &b2, &tmp2)) != MP_OKAY) {
115 /* w3 = (a0 + 2(a1 + 2a2))(b0 + 2(b1 + 2b2)) */
    [all...]
  /src/crypto/external/bsd/openssl/dist/fuzz/
bignum.c 37 BIGNUM *b2; local
43 b2 = BN_new();
50 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
68 OPENSSL_assert(BN_bin2bn(buf + l1, l2, b2) == b2);
78 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
79 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
85 BN_print_fp(stdout, b2);
98 BN_free(b2);
bndiv.c 26 static BIGNUM *b2; variable
34 b2 = BN_new();
50 /* s1 and s2 will be the signs for b1 and b2. */
58 * b2.
74 OPENSSL_assert(BN_bin2bn(buf + l1, l2, b2) == b2);
75 BN_set_negative(b2, s2);
78 if (BN_is_zero(b2)) {
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx));
87 success = (BN_is_negative(b3) != BN_is_negative(b2) || BN_is_zero(b3)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
bignum.c 37 BIGNUM *b2; local
43 b2 = BN_new();
50 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
67 OPENSSL_assert(BN_bin2bn(buf + l1, l2, b2) == b2);
77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
84 BN_print_fp(stdout, b2);
97 BN_free(b2);
bndiv.c 26 static BIGNUM *b2; variable
34 b2 = BN_new();
50 /* s1 and s2 will be the signs for b1 and b2. */
58 * b2.
74 OPENSSL_assert(BN_bin2bn(buf + l1, l2, b2) == b2);
75 BN_set_negative(b2, s2);
78 if (BN_is_zero(b2)) {
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx));
87 success = (BN_is_negative(b3) != BN_is_negative(b2) || BN_is_zero(b3)
    [all...]
  /src/sys/arch/sun3/dev/
if_ie_sebuf.c 257 uint8_t *b2 = dst; local
266 *b2++ = *b1++;
275 bstore = (uint32_t)b2 & 1;
279 b2[1] = *sp & 0xff;
280 b2[0] = *sp >> 8;
282 *((uint16_t *)b2) = *sp;
284 b2 += 2;
289 *b2 = *b1e;
if_ie_vme.c 261 uint8_t *b2 = dst; local
270 *b2++ = *b1++;
279 bstore = (uint32_t)b2 & 1;
283 b2[1] = *sp & 0xff;
284 b2[0] = *sp >> 8;
286 *((uint16_t *)b2) = *sp;
288 b2 += 2;
293 *b2 = *b1e;
  /src/usr.bin/locate/bigram/
locate.bigram.c 68 u_char b1, b2; /* needed for final sorting */ member in struct:bigram
90 return it2->b2 - it2->b2;
105 bigrams[i].b2 = i % 256;
136 if (bg->b2 != '\0')
137 fputc(bg->b2, stdout);
  /src/crypto/external/apache2/openssl/dist/crypto/idea/
i_skey.c 93 long n1, n2, q, r, b1, b2, t; local
96 b2 = 0;
100 b2 = 1;
107 if (b2 < 0)
108 b2 = 0x10001 + b2;
112 t = b2;
113 b2 = b1 - q * b2;
118 return (IDEA_INT)b2;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/idea/
i_skey.c 94 int32_t n1, n2, q, r, b1, b2, t; local
97 b2 = 0;
101 b2 = 1;
108 if (b2 < 0)
109 b2 = 0x10001 + b2;
113 t = b2;
114 b2 = b1 - q * b2;
119 return (IDEA_INT)b2;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/idea/
i_skey.c 87 int32_t n1, n2, q, r, b1, b2, t; local
90 b2 = 0;
94 b2 = 1;
101 if (b2 < 0)
102 b2 = 0x10001 + b2;
106 t = b2;
107 b2 = b1 - q * b2;
112 return (IDEA_INT)b2;
    [all...]
  /src/common/lib/libprop/
prop_bool.c 107 prop_bool_t b2 = v2; local
110 prop_object_is_bool(b2)))
117 if (b1 == b2)
212 prop_bool_equals(prop_bool_t b1, prop_bool_t b2)
214 if (!prop_object_is_bool(b1) || !prop_object_is_bool(b2))
217 return (prop_object_equals(b1, b2));
  /src/sys/arch/macppc/dev/
videopll.c 105 int b0 = 0, b1 = 0, b2 = 0, freq_b = 0; local
125 b2 = p2;
133 DPRINTF("param: %d %d %d -> %d\n", b0, b1, b2, freq_b);
144 cmdbuf[1] = b2;

Completed in 30 milliseconds

1 2 3 4 5 6 7 8