Searched refs:__bit (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | bit | 67 # include <__bit/bit_cast.h> 68 # include <__bit/bit_ceil.h> 69 # include <__bit/bit_floor.h> 70 # include <__bit/bit_log2.h> 71 # include <__bit/bit_width.h> 72 # include <__bit/countl.h> 73 # include <__bit/countr.h> 74 # include <__bit/endian.h> 75 # include <__bit/has_single_bit.h> 76 # include <__bit/popcount.h> [all …]
|
| H A D | module.modulemap | 1063 module std_private_bit_bit_cast [system] { header "__bit/bit_cast.h" } 1064 module std_private_bit_bit_ceil [system] { header "__bit/bit_ceil.h" } 1065 module std_private_bit_bit_floor [system] { header "__bit/bit_floor.h" } 1066 module std_private_bit_bit_log2 [system] { header "__bit/bit_log2.h" } 1067 module std_private_bit_bit_width [system] { header "__bit/bit_width.h" } 1068 module std_private_bit_blsr [system] { header "__bit/blsr.h" } 1069 module std_private_bit_byteswap [system] { header "__bit/byteswap.h" } 1070 module std_private_bit_countl [system] { header "__bit/countl.h" } 1071 module std_private_bit_countr [system] { header "__bit/countr.h" } 1072 module std_private_bit_endian [system] { header "__bit/endian.h" } [all …]
|
| H A D | __bit_reference | 16 #include <__bit/countr.h> 17 #include <__bit/invert_if.h> 18 #include <__bit/popcount.h>
|
| H A D | __hash_table | 16 #include <__bit/countl.h>
|
| /src/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 …]
|
| /src/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()
|
| /src/lib/libc++/ |
| H A D | libcxx.imp | 221 { include: [ "<__bit/bit_cast.h>", "private", "<bit>", "public" ] }, 222 { include: [ "<__bit/bit_ceil.h>", "private", "<bit>", "public" ] }, 223 { include: [ "<__bit/bit_floor.h>", "private", "<bit>", "public" ] }, 224 { include: [ "<__bit/bit_log2.h>", "private", "<bit>", "public" ] }, 225 { include: [ "<__bit/bit_width.h>", "private", "<bit>", "public" ] }, 226 { include: [ "<__bit/blsr.h>", "private", "<bit>", "public" ] }, 227 { include: [ "<__bit/byteswap.h>", "private", "<bit>", "public" ] }, 228 { include: [ "<__bit/countl.h>", "private", "<bit>", "public" ] }, 229 { include: [ "<__bit/countr.h>", "private", "<bit>", "public" ] }, 230 { include: [ "<__bit/endian.h>", "private", "<bit>", "public" ] }, [all …]
|
| H A D | Makefile | 509 BITDIR= ${CXXINCLUDEDIR}/__bit 525 BIT+= ${HDRDIR}/__bit/${hdr}
|
| /src/etc/mtree/ |
| H A D | BSD.include.dist | 23 __bit
|