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

1 2 3

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.cpp 126 tag_t Thread::GenerateRandomTag(uptr num_bits) {
127 DCHECK_GT(num_bits, 0);
131 const uptr tag_mask = (1ULL << num_bits) - 1;
140 random_buffer_ >>= num_bits; local
  /src/external/gpl3/gcc/dist/gcc/analyzer/
ranges.cc 78 bit_offset_t num_bits = offset.get_bit_offset (); local
79 gcc_assert (num_bits % BITS_PER_UNIT == 0);
80 byte_offset_t num_bytes = num_bits / BITS_PER_UNIT;
region.cc 72 bit_offset_t num_bits = wi::to_offset (num_bytes_cst) * BITS_PER_UNIT; local
73 return make_concrete (base_region, num_bits);
1124 bit_size_t num_bits; local
1125 if (get_bit_size (&num_bits))
1126 if (num_bits == 0)
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread.cpp 135 tag_t Thread::GenerateRandomTag(uptr num_bits) {
136 DCHECK_GT(num_bits, 0);
140 const uptr tag_mask = (1ULL << num_bits) - 1;
149 random_buffer_ >>= num_bits; local
hwasan_linux.cpp 129 unsigned long num_bits = 0; local
138 reinterpret_cast<uptr>(&num_bits))))
141 if (num_bits < kTagBits)
  /src/external/gpl3/binutils/dist/gas/config/
atof-ieee.c 483 int num_bits;
486 num_bits = -exponent_4;
488 LITTLENUM_NUMBER_OF_BITS * precision - (exponent_bits + 1 + num_bits);
496 num_bits += 1;
500 if (num_bits >= LITTLENUM_NUMBER_OF_BITS - exponent_bits)
503 num_bits -= (LITTLENUM_NUMBER_OF_BITS - 1) - exponent_bits;
505 if (num_bits + exponent_bits + 1
516 while (num_bits >= LITTLENUM_NUMBER_OF_BITS)
518 num_bits -= LITTLENUM_NUMBER_OF_BITS;
521 if (num_bits)
482 int num_bits; local
    [all...]
tc-tilepro.c 351 int num_bits = operand->num_bits; local
358 num_bits,
367 min = -(1 << (num_bits - 1));
368 max = (1 << (num_bits - 1)) - 1;
373 max = (1 << num_bits) - 1;
659 (operand->num_bits + 7) >> 3,
  /src/external/gpl3/binutils.old/dist/gas/config/
atof-ieee.c 483 int num_bits;
486 num_bits = -exponent_4;
488 LITTLENUM_NUMBER_OF_BITS * precision - (exponent_bits + 1 + num_bits);
496 num_bits += 1;
500 if (num_bits >= LITTLENUM_NUMBER_OF_BITS - exponent_bits)
503 num_bits -= (LITTLENUM_NUMBER_OF_BITS - 1) - exponent_bits;
505 if (num_bits + exponent_bits + 1
516 while (num_bits >= LITTLENUM_NUMBER_OF_BITS)
518 num_bits -= LITTLENUM_NUMBER_OF_BITS;
521 if (num_bits)
482 int num_bits; local
    [all...]
tc-tilepro.c 351 int num_bits = operand->num_bits; local
358 num_bits,
367 min = -(1 << (num_bits - 1));
368 max = (1 << (num_bits - 1)) - 1;
373 max = (1 << num_bits) - 1;
659 (operand->num_bits + 7) >> 3,
  /src/external/gpl3/gcc/dist/libgomp/
ordered.c 268 unsigned int i, bits[MAX_COLLAPSED_BITS], num_bits = 0; local
292 if (num_bits <= MAX_COLLAPSED_BITS)
300 if (num_bits + this_bits <= MAX_COLLAPSED_BITS)
303 num_bits += this_bits;
306 num_bits = MAX_COLLAPSED_BITS + 1;
316 if (num_bits <= MAX_COLLAPSED_BITS)
344 if (num_bits <= MAX_COLLAPSED_BITS)
518 unsigned int i, bits[MAX_COLLAPSED_BITS], num_bits = 0; local
542 if (num_bits <= MAX_COLLAPSED_BITS)
550 if (num_bits + this_bits <= MAX_COLLAPSED_BITS
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
ordered.c 268 unsigned int i, bits[MAX_COLLAPSED_BITS], num_bits = 0; local
292 if (num_bits <= MAX_COLLAPSED_BITS)
300 if (num_bits + this_bits <= MAX_COLLAPSED_BITS)
303 num_bits += this_bits;
306 num_bits = MAX_COLLAPSED_BITS + 1;
316 if (num_bits <= MAX_COLLAPSED_BITS)
344 if (num_bits <= MAX_COLLAPSED_BITS)
518 unsigned int i, bits[MAX_COLLAPSED_BITS], num_bits = 0; local
542 if (num_bits <= MAX_COLLAPSED_BITS)
550 if (num_bits + this_bits <= MAX_COLLAPSED_BITS
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_local.h 276 int num_bits; member in struct:bn_recp_ctx_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_local.h 269 int num_bits; member in struct:bn_recp_ctx_st
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_local.h 274 int num_bits; member in struct:bn_recp_ctx_st
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 31 #define FMT(name, num_bits, cst_bits, mask, fields) \
32 { num_bits, cst_bits, mask, fields },
246 unsigned int num_bits; local
277 num_bits = (header.word_compact[fp_offset >> 2] ? 16 : 32);
281 num_bits = 32;
293 if (num_bits == 16)
339 if (fmt->num_bits != num_bits)
472 if (num_bits == 16 && (fp_offset & 0x2) == 2)
927 if (num_bits == 16 && header.rs && !(opc->flags & TIC6X_FLAG_INSN16_NORS)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 31 #define FMT(name, num_bits, cst_bits, mask, fields) \
32 { num_bits, cst_bits, mask, fields },
246 unsigned int num_bits; local
277 num_bits = (header.word_compact[fp_offset >> 2] ? 16 : 32);
281 num_bits = 32;
293 if (num_bits == 16)
339 if (fmt->num_bits != num_bits)
472 if (num_bits == 16 && (fp_offset & 0x2) == 2)
927 if (num_bits == 16 && header.rs && !(opc->flags & TIC6X_FLAG_INSN16_NORS)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 31 #define FMT(name, num_bits, cst_bits, mask, fields) \
32 { num_bits, cst_bits, mask, fields },
246 unsigned int num_bits; local
277 num_bits = (header.word_compact[fp_offset >> 2] ? 16 : 32);
281 num_bits = 32;
293 if (num_bits == 16)
339 if (fmt->num_bits != num_bits)
472 if (num_bits == 16 && (fp_offset & 0x2) == 2)
927 if (num_bits == 16 && header.rs && !(opc->flags & TIC6X_FLAG_INSN16_NORS)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 31 #define FMT(name, num_bits, cst_bits, mask, fields) \
32 { num_bits, cst_bits, mask, fields },
246 unsigned int num_bits; local
277 num_bits = (header.word_compact[fp_offset >> 2] ? 16 : 32);
281 num_bits = 32;
293 if (num_bits == 16)
339 if (fmt->num_bits != num_bits)
472 if (num_bits == 16 && (fp_offset & 0x2) == 2)
927 if (num_bits == 16 && header.rs && !(opc->flags & TIC6X_FLAG_INSN16_NORS)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
hx_locl.h 239 unsigned long num_bits; member in struct:hx509_generate_private_context
  /src/external/gpl3/binutils/dist/include/
xtensa-isa-internal.h 127 int num_bits; /* Width of the registers. */ member in struct:xtensa_regfile_internal_struct
134 int num_bits; /* Width of the interface. */ member in struct:xtensa_interface_internal_struct
149 int num_bits; /* Number of state bits. */ member in struct:xtensa_state_internal_struct
  /src/external/gpl3/binutils.old/dist/include/
xtensa-isa-internal.h 127 int num_bits; /* Width of the registers. */ member in struct:xtensa_regfile_internal_struct
134 int num_bits; /* Width of the interface. */ member in struct:xtensa_interface_internal_struct
149 int num_bits; /* Number of state bits. */ member in struct:xtensa_state_internal_struct
  /src/external/gpl3/gdb.old/dist/include/
xtensa-isa-internal.h 127 int num_bits; /* Width of the registers. */ member in struct:xtensa_regfile_internal_struct
134 int num_bits; /* Width of the interface. */ member in struct:xtensa_interface_internal_struct
149 int num_bits; /* Number of state bits. */ member in struct:xtensa_state_internal_struct
  /src/external/gpl3/gdb.old/dist/gdbsupport/
unordered_dense.h 534 static constexpr auto num_bits = num_bits_closest(MaxSegmentSizeBytes, sizeof(T)); member in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::segmented_vector
535 static constexpr auto num_elements_in_block = 1U << num_bits;
591 return m_data[m_idx >> num_bits][m_idx & mask];
595 return &m_data[m_idx >> num_bits][m_idx & mask];
705 return m_blocks[i >> num_bits][i & mask];
709 return m_blocks[i >> num_bits][i & mask];
  /src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h 534 static constexpr auto num_bits = num_bits_closest(MaxSegmentSizeBytes, sizeof(T)); member in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::segmented_vector
535 static constexpr auto num_elements_in_block = 1U << num_bits;
591 return m_data[m_idx >> num_bits][m_idx & mask];
595 return &m_data[m_idx >> num_bits][m_idx & mask];
705 return m_blocks[i >> num_bits][i & mask];
709 return m_blocks[i >> num_bits][i & mask];
  /src/external/gpl3/gdb/dist/include/
xtensa-isa-internal.h 127 int num_bits; /* Width of the registers. */ member in struct:xtensa_regfile_internal_struct
134 int num_bits; /* Width of the interface. */ member in struct:xtensa_interface_internal_struct
149 int num_bits; /* Number of state bits. */ member in struct:xtensa_state_internal_struct

Completed in 78 milliseconds

1 2 3