Home
last modified time | relevance | path

Searched refs:__bit (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dbitstring.h107 register int __bit, __nbits = (nbits), __value = -1; \
108 for (__bit = 0; __bit < __nbits; ++__bit) \
109 if (!bit_test(__name, __bit)) { \
110 __value = __bit; \
119 register int __bit, __nbits = (nbits), __value = -1; \
120 for (__bit = 0; __bit < __nbits; ++__bit) \
121 if (bit_test(__name, __bit)) { \
122 __value = __bit; \
/dports/sysutils/syslinux/syslinux-6.03/com32/include/sys/i386/
H A Dbitops.h33 static inline void set_bit(long __bit, void *__bitmap) in set_bit() argument
37 : "Ir" (__bit) : "memory"); in set_bit()
40 static inline void clr_bit(long __bit, void *__bitmap) in clr_bit() argument
44 : "Ir" (__bit) : "memory"); in clr_bit()
47 static inline int __purefunc test_bit(long __bit, const void *__bitmap) in test_bit() argument
52 : "m" (*(const unsigned char *)__bitmap), "Ir" (__bit)); in test_bit()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/sys/x86_64/
H A Dbitops.h34 static inline void set_bit(long __bit, void *__bitmap) in set_bit() argument
38 : "Ir" (__bit) : "memory"); in set_bit()
41 static inline void clr_bit(long __bit, void *__bitmap) in clr_bit() argument
45 : "Ir" (__bit) : "memory"); in clr_bit()
48 static inline int __purefunc test_bit(long __bit, const void *__bitmap) in test_bit() argument
53 : "m" (*(const unsigned char *)__bitmap), "Ir" (__bit)); in test_bit()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h57 const mask __bit = static_cast<mask>(1 << __bitcur); in is() local
58 if (__m & __bit) in is()
61 switch (__bit) in is()
125 const mask __bit = static_cast<mask>(1 << __i); in is() local
126 if (this->is(__bit, *__low)) in is()
127 __m |= __bit; in is()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
129 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
130 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
131 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h57 const mask __bit = static_cast<mask>(1 << __bitcur); in is() local
58 if (__m & __bit) in is()
61 switch (__bit) in is()
125 const mask __bit = static_cast<mask>(1 << __i); in is() local
126 if (this->is(__bit, *__low)) in is()
127 __m |= __bit; in is()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
129 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
130 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
131 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
129 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
130 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
131 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/config/os/generic/
H A Dctype_inline.h61 const mask __bit = static_cast<mask>(1 << __bitcur); in _GLIBCXX_VISIBILITY() local
62 if (__m & __bit) in _GLIBCXX_VISIBILITY()
65 switch (__bit) in _GLIBCXX_VISIBILITY()
134 const mask __bit = static_cast<mask>(1 << __i); in _GLIBCXX_VISIBILITY() local
135 if (this->is(__bit, *__low)) in _GLIBCXX_VISIBILITY()
136 __m |= __bit; in _GLIBCXX_VISIBILITY()

12345678