| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | bit | 70 # include <__bit/bit_cast.h> 71 # include <__bit/bit_ceil.h> 72 # include <__bit/bit_floor.h> 73 # include <__bit/bit_log2.h> 74 # include <__bit/bit_width.h> 75 # include <__bit/countl.h> 76 # include <__bit/countr.h> 77 # include <__bit/endian.h> 78 # include <__bit/has_single_bit.h> 79 # include <__bit/popcount.h> [all …]
|
| H A D | module.modulemap.in | 910 module bit_cast { header "__bit/bit_cast.h" } 911 module bit_ceil { header "__bit/bit_ceil.h" } 912 module bit_floor { header "__bit/bit_floor.h" } 913 module bit_log2 { header "__bit/bit_log2.h" } 914 module bit_width { header "__bit/bit_width.h" } 915 module blsr { header "__bit/blsr.h" } 916 module byteswap { header "__bit/byteswap.h" } 917 module countl { header "__bit/countl.h" } 918 module countr { header "__bit/countr.h" } 919 module endian { header "__bit/endian.h" } [all …]
|
| H A D | bitset | 141 # include <__bit/countr.h> 142 # include <__bit/invert_if.h>
|
| H A D | __bit_reference | 22 #include <__bit/countr.h>
|
| H A D | __hash_table | 16 #include <__bit/countl.h>
|
| /freebsd/sys/sys/ |
| H A D | bitset.h | 240 long __bit, __mask; \ 243 __bit = 0; \ 248 __bit = ffsl((p)->__bits[__i] & __mask); \ 249 __bit += __i * _BITSET_BITS; \ 254 __bit; \ 261 long __bit; \ 263 __bit = 0; \ 266 __bit = flsl((p)->__bits[__i - 1]); \ 267 __bit += (__i - 1) * _BITSET_BITS; \ 271 __bit; \ [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | stable_partition.h | 155 bidirectional_iterator_tag __bit) { in __stable_partition_impl() argument 225 …d::__stable_partition_impl<_AlgPolicy, _Predicate&>(__first, __m1, __pred, __len_half, __p, __bit); in __stable_partition_impl() 241 …td::__stable_partition_impl<_AlgPolicy, _Predicate&>(__m1, __last, __pred, __len_half, __p, __bit); in __stable_partition_impl()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | stable_partition.h | 155 bidirectional_iterator_tag __bit) { in __stable_partition_impl() argument 225 …d::__stable_partition_impl<_AlgPolicy, _Predicate&>(__first, __m1, __pred, __len_half, __p, __bit); in __stable_partition_impl() 241 …td::__stable_partition_impl<_AlgPolicy, _Predicate&>(__m1, __last, __pred, __len_half, __p, __bit); in __stable_partition_impl()
|
| /freebsd/etc/mtree/ |
| H A D | BSD.include.dist | 25 __bit 48 __bit
|
| /freebsd/lib/libc++/ |
| H A D | libcxx.imp | 225 { include: [ "<__bit/bit_cast.h>", "private", "<bit>", "public" ] }, 226 { include: [ "<__bit/bit_ceil.h>", "private", "<bit>", "public" ] }, 227 { include: [ "<__bit/bit_floor.h>", "private", "<bit>", "public" ] }, 228 { include: [ "<__bit/bit_log2.h>", "private", "<bit>", "public" ] }, 229 { include: [ "<__bit/bit_width.h>", "private", "<bit>", "public" ] }, 230 { include: [ "<__bit/blsr.h>", "private", "<bit>", "public" ] }, 231 { include: [ "<__bit/byteswap.h>", "private", "<bit>", "public" ] }, 232 { include: [ "<__bit/countl.h>", "private", "<bit>", "public" ] }, 233 { include: [ "<__bit/countr.h>", "private", "<bit>", "public" ] }, 234 { include: [ "<__bit/endian.h>", "private", "<bit>", "public" ] }, [all …]
|
| H A D | module.modulemap | 910 module bit_cast { header "__bit/bit_cast.h" } 911 module bit_ceil { header "__bit/bit_ceil.h" } 912 module bit_floor { header "__bit/bit_floor.h" } 913 module bit_log2 { header "__bit/bit_log2.h" } 914 module bit_width { header "__bit/bit_width.h" } 915 module blsr { header "__bit/blsr.h" } 916 module byteswap { header "__bit/byteswap.h" } 917 module countl { header "__bit/countl.h" } 918 module countr { header "__bit/countr.h" } 919 module endian { header "__bit/endian.h" } [all …]
|
| H A D | Makefile | 525 BITDIR= ${CXXINCLUDEDIR}/__bit 541 BIT+= ${HDRDIR}/__bit/${hdr} 931 C3BITDIR= ${CXXINCLUDEDIR}/__cxx03/__bit 939 C3BIT+= ${HDRDIR}/__cxx03/__bit/${hdr}
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | module.modulemap | 1063 module cxx03_std_private_bit_bit_cast [system] { header "__bit/bit_cast.h" } 1064 module cxx03_std_private_bit_bit_ceil [system] { header "__bit/bit_ceil.h" } 1065 module cxx03_std_private_bit_bit_floor [system] { header "__bit/bit_floor.h" } 1066 module cxx03_std_private_bit_bit_log2 [system] { header "__bit/bit_log2.h" } 1067 module cxx03_std_private_bit_bit_width [system] { header "__bit/bit_width.h" } 1068 module cxx03_std_private_bit_blsr [system] { header "__bit/blsr.h" } 1069 module cxx03_std_private_bit_byteswap [system] { header "__bit/byteswap.h" } 1070 module cxx03_std_private_bit_countl [system] { header "__bit/countl.h" } 1071 module cxx03_std_private_bit_countr [system] { header "__bit/countr.h" } 1072 module cxx03_std_private_bit_endian [system] { header "__bit/endian.h" } [all …]
|
| H A D | __bit_reference | 16 #include <__cxx03/__bit/countr.h> 17 #include <__cxx03/__bit/invert_if.h> 18 #include <__cxx03/__bit/popcount.h>
|
| H A D | __hash_table | 16 #include <__cxx03/__bit/countl.h>
|