Home
last modified time | relevance | path

Searched refs:bits_per_word (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc317 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 Dmemory_resource.cc282 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 Dcpu-nios2.c34 if (a->bits_per_word != b->bits_per_word) in nios2_compatible()
H A Dcpu-arc.c87 if (a->bits_per_word != b->bits_per_word) in arc_compatible()
H A Dcpu-powerpc.c38 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 Dcpu-m68k.c216 if (a->bits_per_word != b->bits_per_word) in bfd_m68k_compatible()
H A Darchures.c1118 if (a->bits_per_word != b->bits_per_word) in bfd_default_compatible()
H A Delf32-ppc.c1068 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 Dcpu-nios2.c34 if (a->bits_per_word != b->bits_per_word) in nios2_compatible()
H A Dcpu-arc.c87 if (a->bits_per_word != b->bits_per_word) in arc_compatible()
H A Dcpu-powerpc.c38 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 Dcpu-m68k.c216 if (a->bits_per_word != b->bits_per_word) in bfd_m68k_compatible()
H A Darchures.c1099 if (a->bits_per_word != b->bits_per_word) in bfd_default_compatible()
H A Delf32-ppc.c1074 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 Dprinters.py346 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 Darchures.texi546 int bits_per_word;
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Darchures.texi560 int bits_per_word;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c5992 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 Dbfd.h1901 int bits_per_word; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/
H A Dbfd.h1901 int bits_per_word; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/
H A Dbfd.h1901 int bits_per_word; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/
H A Dbfd.h1901 int bits_per_word; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/
H A Dbfd.h1901 int bits_per_word; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsel/
H A Dbfd.h1901 int bits_per_word; member
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/
H A Dbfd.h1941 int bits_per_word; member

1234