HomeSort by: relevance | last modified time | path
    Searched defs:bits2 (Results 1 - 22 of 22) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
dsa_ctrl.c 95 size_t bits2 = qbits; local
100 *p++ = OSSL_PARAM_construct_size_t(OSSL_PKEY_PARAM_FFC_QBITS, &bits2);
dh_ctrl.c 108 size_t bits2 = qbits; local
113 *p++ = OSSL_PARAM_construct_size_t(OSSL_PKEY_PARAM_FFC_QBITS, &bits2);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
dsa_ctrl.c 95 size_t bits2 = qbits; local
100 *p++ = OSSL_PARAM_construct_size_t(OSSL_PKEY_PARAM_FFC_QBITS, &bits2);
dh_ctrl.c 108 size_t bits2 = qbits; local
113 *p++ = OSSL_PARAM_construct_size_t(OSSL_PKEY_PARAM_FFC_QBITS, &bits2);
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp2.c 20 int i, j, bits, b, bits1, bits2, ret = 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; local
39 bits2 = BN_num_bits(p2);
40 if ((bits1 == 0) && (bits2 == 0)) {
45 bits = (bits1 > bits2) ? bits1 : bits2;
65 window2 = BN_window_bits_for_exponent_size(bits2);
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp2.c 20 int i, j, bits, b, bits1, bits2, ret = local
40 bits2 = BN_num_bits(p2);
41 if ((bits1 == 0) && (bits2 == 0)) {
46 bits = (bits1 > bits2) ? bits1 : bits2;
66 window2 = BN_window_bits_for_exponent_size(bits2);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp2.c 20 int i, j, bits, b, bits1, bits2, ret = local
40 bits2 = BN_num_bits(p2);
41 if ((bits1 == 0) && (bits2 == 0)) {
46 bits = (bits1 > bits2) ? bits1 : bits2;
66 window2 = BN_window_bits_for_exponent_size(bits2);
  /src/external/lgpl3/gmp/dist/mpq/
cmp.c 101 mp_bitcnt_t bits1, bits2; local
109 bits2 = (mp_bitcnt_t) tmp2_size * GMP_NUMB_BITS - cnt1 - cnt2 + 2 * GMP_NAIL_BITS;
111 if (bits1 > bits2 + 1)
113 if (bits2 + op2_is_int > bits1 + 1)
  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress_amd64.S 82 #define bits2 r12 define
151 movq 80(%rax), %bits2
353 movq %bits2, 80(%rax)
405 movq 80(%rax), %bits2
574 movq %bits2, 80(%rax)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ifcombine.cc 413 tree name1, name2, bit1, bit2, bits1, bits2; local
486 test for name & (bits1 | bits2) != 0. */
488 && recognize_bits_test (outer_cond, &name2, &bits2, !outer_inv))
502 else if (bits1 == bits2)
504 std::swap (name2, bits2);
507 else if (name1 == bits2)
508 std::swap (name2, bits2);
518 >= TYPE_PRECISION (TREE_TYPE (bits2)))
522 bits2 = fold_convert (unsigned_type_for (TREE_TYPE (bits2)), bits2)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ifcombine.cc 394 tree name1, name2, bit1, bit2, bits1, bits2; local
465 test for name & (bits1 | bits2) != 0. */
467 && recognize_bits_test (outer_cond, &name2, &bits2, !outer_inv))
481 else if (bits1 == bits2)
483 std::swap (name2, bits2);
486 else if (name1 == bits2)
487 std::swap (name2, bits2);
497 >= TYPE_PRECISION (TREE_TYPE (bits2)))
501 bits2 = fold_convert (unsigned_type_for (TREE_TYPE (bits2)), bits2)
    [all...]
  /src/tests/usr.bin/xlint/lint1/
expr_sizeof.c 111 unsigned int bits2:24; member in struct:__anon8009
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_lib.c 1302 size_t bits2 = bits; local
1315 *p++ = OSSL_PARAM_construct_size_t(OSSL_PKEY_PARAM_RSA_BITS, &bits2);
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_lib.c 1226 size_t bits2 = bits; local
1239 *p++ = OSSL_PARAM_construct_size_t(OSSL_PKEY_PARAM_RSA_BITS, &bits2);
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 3355 int bits1, bits2, bits3; local
3358 bits2 = instance->BEHa[130];
3359 instance->rsm.bad_almanac = (bits2 & 0x80);
3360 instance->rsm.bad_fix = (bits2 & 0x8) || (bits1 == 0x2);
3372 bits1, bits2, bits3,
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 5355 int bits2 = end2 - start2;
5359 if (bits2 < 0)
5365 value |= ((given >> start2) & ((2ul << bits2) - 1)) << width;
5354 int bits2 = end2 - start2; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 5355 int bits2 = end2 - start2;
5359 if (bits2 < 0)
5365 value |= ((given >> start2) & ((2ul << bits2) - 1)) << width;
5354 int bits2 = end2 - start2; local
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 4047 unsigned int bits1, bits2, bits3, bits4; local
4089 if (!elf_fetch_backward_init (&pback2, pbackend2, &val2, &bits2))
4115 if (!elf_fetch_bits_backward (&pback2, pbackend2, &val2, &bits2))
4128 t2 = huffman_table[(val2 >> (bits2 - huffman_table_bits))
4141 bits2 -= t2 & 0xff;
4153 while (bits1 > 11 && bits2 > 11 && bits3 > 11 && bits4 > 11);
4164 if (!elf_fetch_bits_backward (&pback2, pbackend2, &val2, &bits2))
4188 if (unlikely (bits2 < huffman_table_bits))
4190 t2 = huffman_table[(val2 << (huffman_table_bits - bits2))
4192 if (unlikely (bits2 < (t2 & 0xff))
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 4047 unsigned int bits1, bits2, bits3, bits4; local
4089 if (!elf_fetch_backward_init (&pback2, pbackend2, &val2, &bits2))
4115 if (!elf_fetch_bits_backward (&pback2, pbackend2, &val2, &bits2))
4128 t2 = huffman_table[(val2 >> (bits2 - huffman_table_bits))
4141 bits2 -= t2 & 0xff;
4153 while (bits1 > 11 && bits2 > 11 && bits3 > 11 && bits4 > 11);
4164 if (!elf_fetch_bits_backward (&pback2, pbackend2, &val2, &bits2))
4188 if (unlikely (bits2 < huffman_table_bits))
4190 t2 = huffman_table[(val2 << (huffman_table_bits - bits2))
4192 if (unlikely (bits2 < (t2 & 0xff))
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 5355 int bits2 = end2 - start2;
5359 if (bits2 < 0)
5365 value |= ((given >> start2) & ((2ul << bits2) - 1)) << width;
5354 int bits2 = end2 - start2; local
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 4047 unsigned int bits1, bits2, bits3, bits4; local
4089 if (!elf_fetch_backward_init (&pback2, pbackend2, &val2, &bits2))
4115 if (!elf_fetch_bits_backward (&pback2, pbackend2, &val2, &bits2))
4128 t2 = huffman_table[(val2 >> (bits2 - huffman_table_bits))
4141 bits2 -= t2 & 0xff;
4153 while (bits1 > 11 && bits2 > 11 && bits3 > 11 && bits4 > 11);
4164 if (!elf_fetch_bits_backward (&pback2, pbackend2, &val2, &bits2))
4188 if (unlikely (bits2 < huffman_table_bits))
4190 t2 = huffman_table[(val2 << (huffman_table_bits - bits2))
4192 if (unlikely (bits2 < (t2 & 0xff))
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 5451 int bits2 = end2 - start2;
5455 if (bits2 < 0)
5461 value |= ((given >> start2) & ((2ul << bits2) - 1)) << width;
5450 int bits2 = end2 - start2; local

Completed in 87 milliseconds