/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | memory_resource.cc | 317 static constexpr unsigned bits_per_word = numeric_limits<word>::digits; member 324 const size_type last_word = num_blocks / bits_per_word; in bitset() 327 if (const size_type extra_bits = num_blocks % bits_per_word) in bitset() 344 n += (bits_per_word - std::__popcount(_M_words[i])); in free() 373 if (const size_type extra_bits = size() % bits_per_word) in empty() 374 last <<= (bits_per_word - extra_bits); in empty() 387 const size_type wd = n / bits_per_word; in operator []() 388 const word bit = word(1) << (n % bits_per_word); in operator []() 398 if (n < bits_per_word) in get_first_unset() 403 return (wd * bits_per_word) + n; in get_first_unset() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | memory_resource.cc | 282 static constexpr unsigned bits_per_word = numeric_limits<word>::digits; member 289 const size_type last_word = num_blocks / bits_per_word; in bitset() 292 if (const size_type extra_bits = num_blocks % bits_per_word) in bitset() 309 n += (bits_per_word - std::__popcount(_M_words[i])); in free() 338 if (const size_type extra_bits = size() % bits_per_word) in empty() 339 last <<= (bits_per_word - extra_bits); in empty() 352 const size_type wd = n / bits_per_word; in operator []() 353 const word bit = word(1) << (n % bits_per_word); in operator []() 363 if (n < bits_per_word) in get_first_unset() 368 return (wd * bits_per_word) + n; in get_first_unset() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | cpu-nios2.c | 34 if (a->bits_per_word != b->bits_per_word) in nios2_compatible()
|
H A D | cpu-arc.c | 87 if (a->bits_per_word != b->bits_per_word) in arc_compatible()
|
H A D | cpu-powerpc.c | 38 if (a->mach == bfd_mach_ppc_vle && b->bits_per_word == 32) in powerpc_compatible() 40 if (b->mach == bfd_mach_ppc_vle && a->bits_per_word == 32) in powerpc_compatible()
|
H A D | cpu-m68k.c | 216 if (a->bits_per_word != b->bits_per_word) in bfd_m68k_compatible()
|
H A D | archures.c | 1118 if (a->bits_per_word != b->bits_per_word) in bfd_default_compatible()
|
H A D | elf32-ppc.c | 1068 if (abfd->arch_info->bits_per_word == 32 in _bfd_elf_ppc_set_arch() 1149 if (abfd->arch_info->bits_per_word == 64) in ppc_elf_object_p() 1157 BFD_ASSERT (abfd->arch_info->bits_per_word == 32); in ppc_elf_object_p()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | cpu-nios2.c | 34 if (a->bits_per_word != b->bits_per_word) in nios2_compatible()
|
H A D | cpu-arc.c | 87 if (a->bits_per_word != b->bits_per_word) in arc_compatible()
|
H A D | cpu-powerpc.c | 38 if (a->mach == bfd_mach_ppc_vle && b->bits_per_word == 32) in powerpc_compatible() 40 if (b->mach == bfd_mach_ppc_vle && a->bits_per_word == 32) in powerpc_compatible()
|
H A D | cpu-m68k.c | 216 if (a->bits_per_word != b->bits_per_word) in bfd_m68k_compatible()
|
H A D | archures.c | 1099 if (a->bits_per_word != b->bits_per_word) in bfd_default_compatible()
|
H A D | elf32-ppc.c | 1074 if (abfd->arch_info->bits_per_word == 32 in _bfd_elf_ppc_set_arch() 1154 if (abfd->arch_info->bits_per_word == 64) in ppc_elf_object_p() 1162 BFD_ASSERT (abfd->arch_info->bits_per_word == 32); in ppc_elf_object_p()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/ |
H A D | printers.py | 346 def __init__(self, begin, size, bits_per_word): argument 349 self.bits_per_word = bits_per_word 368 if self.offset >= self.bits_per_word: 408 bits_per_word = self.val["__bits_per_word"] 410 self.val["__cap_alloc_"]) * bits_per_word 412 begin, self.length, bits_per_word) 437 self.bits_per_word = int(self.val["__bits_per_word"]) 451 word = bit // self.bits_per_word 452 word_bit = bit % self.bits_per_word
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | archures.texi | 546 int bits_per_word;
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | archures.texi | 560 int bits_per_word;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtlanal.c | 5992 unsigned bits_per_word = BITS_PER_WORD; in split_double() local 5996 sign_bit <<= bits_per_word - 1; in split_double() 6019 high >>= bits_per_word - 1; in split_double()
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/ |
H A D | bfd.h | 1901 int bits_per_word; member
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/ |
H A D | bfd.h | 1901 int bits_per_word; member
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/ |
H A D | bfd.h | 1901 int bits_per_word; member
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/ |
H A D | bfd.h | 1901 int bits_per_word; member
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/ |
H A D | bfd.h | 1901 int bits_per_word; member
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsel/ |
H A D | bfd.h | 1901 int bits_per_word; member
|
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/ |
H A D | bfd.h | 1941 int bits_per_word; member
|