HomeSort by: relevance | last modified time | path
    Searched refs:b1 (Results 1 - 25 of 628) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
using-crash.cc 35 class b1 { public: int x; }; class
37 class c1 : public b1
40 using b1::x;
non-trivial-retval.cc 66 class B1
69 B1 () {}
76 B1 (int i);
77 B1 (const B1 &obj);
79 int b1; member in class:B1
82 B1::B1 (const B1 &obj)
84 b1 = obj.b1
92 B1 b1; local
164 B1 b1 = f22 (i1, i2); local
    [all...]
var-tag.cc 23 enum E1 {a1, b1, c1} E1; enumerator in enum:C::E1
24 union U1 {int a1; char b1;} U1; member in union:C::U1
26 C () : E1 (b1) {}
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
using-crash.cc 35 class b1 { public: int x; }; class
37 class c1 : public b1
40 using b1::x;
non-trivial-retval.cc 66 class B1
69 B1 () {}
76 B1 (int i);
77 B1 (const B1 &obj);
79 int b1; member in class:B1
82 B1::B1 (const B1 &obj)
84 b1 = obj.b1
92 B1 b1; local
164 B1 b1 = f22 (i1, i2); local
    [all...]
var-tag.cc 23 enum E1 {a1, b1, c1} E1; enumerator in enum:C::E1
24 union U1 {int a1; char b1;} U1; member in union:C::U1
26 C () : E1 (b1) {}
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2b-load-sse2.h 19 #define LOAD_MSG_0_1(b0, b1) \
21 b1 = _mm_set_epi64x(m6, m4)
22 #define LOAD_MSG_0_2(b0, b1) \
24 b1 = _mm_set_epi64x(m7, m5)
25 #define LOAD_MSG_0_3(b0, b1) \
27 b1 = _mm_set_epi64x(m14, m12)
28 #define LOAD_MSG_0_4(b0, b1) \
30 b1 = _mm_set_epi64x(m15, m13)
31 #define LOAD_MSG_1_1(b0, b1) \
33 b1 = _mm_set_epi64x(m13, m9
    [all...]
blake2b-load-sse41.h 19 #define LOAD_MSG_0_1(b0, b1) \
22 b1 = _mm_unpacklo_epi64(m2, m3); \
25 #define LOAD_MSG_0_2(b0, b1) \
28 b1 = _mm_unpackhi_epi64(m2, m3); \
31 #define LOAD_MSG_0_3(b0, b1) \
34 b1 = _mm_unpacklo_epi64(m6, m7); \
37 #define LOAD_MSG_0_4(b0, b1) \
40 b1 = _mm_unpackhi_epi64(m6, m7); \
43 #define LOAD_MSG_1_1(b0, b1) \
46 b1 = _mm_unpackhi_epi64(m4, m6);
    [all...]
  /src/lib/libc/string/
Lint_bcmp.c 12 bcmp(const void *b1, const void *b2, size_t len)
Lint_memcmp.c 12 memcmp(const void *b1, const void *b2, size_t len)
  /src/external/bsd/libfido2/dist/openbsd-compat/
timingsafe_bcmp.c 25 timingsafe_bcmp(const void *b1, const void *b2, size_t n)
27 const unsigned char *p1 = b1, *p2 = b2;
  /src/common/lib/libc/string/
memcmp.c 92 const uintptr_t *b1, *b2; local
94 b1 = s1;
98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0)
102 if (*b1 != *b2)
104 b1++;
110 c1 = (const unsigned char *)b1;
consttime_memequal.c 19 consttime_memequal(const void *b1, const void *b2, size_t len)
21 const unsigned char *c1 = b1, *c2 = b2;
bcmp.c 92 const uintptr_t *b1, *b2; local
94 b1 = s1;
98 if ((((uintptr_t)b1 | (uintptr_t)b2) & (sizeof(uintptr_t) - 1)) == 0)
102 if (*b1++ != *b2++)
108 c1 = (const unsigned char *)b1;
  /src/lib/libc/gdtoa/
strtoIg.c 43 Bigint *b, *b1; local
58 b1 = Balloc(b->k);
59 if (b1 == NULL)
61 Bcopy(b1, b);
69 b1 = increment(b1);
72 b1->x[0] = 0;
73 b1->x[nw1] = 1L << nb11;
82 if (b1->wds > nw
83 || (nb1 && b1->x[nw1] & 1L << nb1))
    [all...]
  /src/tests/usr.bin/xlint/lint1/
msg_102.c 29 static struct bit_fields_and_bits *b1, *b2; variable in typeref:struct:bit_fields_and_bits
46 return b1->bits == b2->bits;
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-pow_ui.c 30 mpf_t b1, r, r2, limit; local
32 mpf_inits (b1, r, r2, NULL);
41 mpf_set_ui (b1, b);
45 mpf_pow_ui (r, b1, e);
57 mpf_clears (b1, r, r2, limit, NULL);
  /src/crypto/external/apache2/openssl/dist/fuzz/
bndiv.c 25 static BIGNUM *b1; variable
33 b1 = BN_new();
50 /* s1 and s2 will be the signs for b1 and b2. */
57 /* We are going to split the buffer in two, sizes l1 and l2, giving b1 and
72 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
73 BN_set_negative(b1, s1);
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx));
84 if (BN_is_zero(b1))
86 else if (BN_is_negative(b1))
    [all...]
bignum.c 35 BIGNUM *b1; local
41 b1 = BN_new();
49 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
65 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
66 BN_set_negative(b1, s1);
77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
82 BN_print_fp(stdout, b1);
96 BN_free(b1);
    [all...]
  /src/crypto/external/bsd/openssl/dist/fuzz/
bndiv.c 25 static BIGNUM *b1; variable
33 b1 = BN_new();
50 /* s1 and s2 will be the signs for b1 and b2. */
57 /* We are going to split the buffer in two, sizes l1 and l2, giving b1 and
72 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
73 BN_set_negative(b1, s1);
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx));
84 if (BN_is_zero(b1))
86 else if (BN_is_negative(b1))
    [all...]
bignum.c 36 BIGNUM *b1; local
42 b1 = BN_new();
50 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
66 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
67 BN_set_negative(b1, s1);
78 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
79 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
83 BN_print_fp(stdout, b1);
97 BN_free(b1);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
bndiv.c 25 static BIGNUM *b1; variable
33 b1 = BN_new();
50 /* s1 and s2 will be the signs for b1 and b2. */
57 /* We are going to split the buffer in two, sizes l1 and l2, giving b1 and
72 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
73 BN_set_negative(b1, s1);
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx));
84 if (BN_is_zero(b1))
86 else if (BN_is_negative(b1))
    [all...]
bignum.c 36 BIGNUM *b1; local
42 b1 = BN_new();
50 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
65 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
66 BN_set_negative(b1, s1);
77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
82 BN_print_fp(stdout, b1);
96 BN_free(b1);
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
base32_code.c 211 VSTRING *b1 = vstring_alloc(1); local
237 base32_encode(b1, STR(test), LEN(test));
238 DECODE(b2, STR(b1), LEN(b1));
241 base32_encode(b1, STR(test), LEN(test));
242 base32_encode(b2, STR(b1), LEN(b1));
243 base32_encode(b1, STR(b2), LEN(b2));
244 DECODE(b2, STR(b1), LEN(b1));
    [all...]
  /src/external/mit/isl/dist/test_inputs/codegen/omega/
wak1-0.c 1 for (int c0 = a1; c0 <= min(min(b1, a3 - 1), a2 - 1); c0 += 1)
4 if (c0 >= a1 && b1 >= c0)
8 for (int c0 = max(max(a1, a2), b2 + 1); c0 <= min(b1, a3 - 1); c0 += 1)
11 if (c0 >= a1 && b1 >= c0)
17 for (int c0 = max(max(a1, a3), b3 + 1); c0 <= min(b1, a2 - 1); c0 += 1)
20 if (c0 >= a1 && b1 >= c0)
24 for (int c0 = max(max(max(max(a1, a3), b3 + 1), a2), b2 + 1); c0 <= b1; c0 += 1)

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>