Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 246) sorted by relevance

12345678910

/l4re-core-master/cxx/lib/tl/include/
A Dbitmap58 * \param bit the bit index in the bitmap.
115 * \param bit the number of the bit
118 void bit(long bit, bool on) throw();
121 * \brief Clear bit \a bit.
126 * \brief Set bit \a bit.
127 * \param bit the number of the bit to set,
136 word_type bit(long bit) const throw();
139 * \brief Get the bit at index \a bit.
144 { return this->bit(bit); }
211 Bitmap_base::bit(long bit, bool on) throw()
[all …]
A Dbitfield28 * Definition for a member (part) of a bit field.
30 * \param T The underlying type of the bit field.
31 * \param LSB The least significant bit of our bits.
32 * \param MSB The most significant bit of our bits.
129 * \return The new value of the whole bit field.
148 * \return The new value of the whole bit field.
167 * \return The new value of the whole bit field.
177 * the bit field.
189 * \return The raw bit field value.
202 * \return The raw bit field value.
[all …]
/l4re-core-master/l4util/include/ARCH-amd64/
A Dbitops_arch.h84 l4_int8_t bit; in l4util_test_bit() local
91 "=r" (bit) /* 0, old bit value */ in l4util_test_bit()
99 return (int)bit; in l4util_test_bit()
108 l4_int8_t bit; in l4util_bts() local
115 "=r" (bit) /* 0, old bit value */ in l4util_bts()
123 return (int)bit; in l4util_bts()
131 l4_int8_t bit; in l4util_btr() local
138 "=r" (bit) /* 0, old bit value */ in l4util_btr()
146 return (int)bit; in l4util_btr()
154 l4_int8_t bit; in l4util_btc() local
[all …]
/l4re-core-master/l4util/include/ARCH-x86/
A Dbitops_arch.h83 l4_int8_t bit; in l4util_test_bit() local
90 "=q" (bit) /* 0, old bit value */ in l4util_test_bit()
98 return (int)bit; in l4util_test_bit()
106 l4_int8_t bit; in l4util_bts() local
113 "=q" (bit) /* 0, old bit value */ in l4util_bts()
121 return (int)bit; in l4util_bts()
129 l4_int8_t bit; in l4util_btr() local
136 "=q" (bit) /* 0, old bit value */ in l4util_btr()
144 return (int)bit; in l4util_btr()
152 l4_int8_t bit; in l4util_btc() local
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/
A Datomic.h278 #define atomic_bit_set(mem, bit) \ argument
282 : "m" (*mem), "ir" (1L << (bit))); \
286 : "m" (*mem), "ir" (1L << (bit))); \
290 : "m" (*mem), "ir" (1L << (bit))); \
291 else if (__builtin_constant_p (bit) && (bit) < 32) \
294 : "m" (*mem), "i" (1L << (bit))); \
302 #define atomic_bit_test_set(mem, bit) \ argument
307 : "m" (*mem), "ir" (bit)); \
311 : "m" (*mem), "ir" (bit)); \
315 : "m" (*mem), "ir" (bit)); \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Datomic.h331 #define atomic_bit_set(mem, bit) \ argument
335 : "m" (*mem), "ir" (1 << (bit))); \
339 : "m" (*mem), "ir" (1 << (bit))); \
343 : "m" (*mem), "ir" (1 << (bit))); \
349 #define atomic_bit_test_set(mem, bit) \ argument
354 : "m" (*mem), "ir" (bit)); \
358 : "m" (*mem), "ir" (bit)); \
362 : "m" (*mem), "ir" (bit)); \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/
A DNM_Macros.S63 .macro _bgen reg,val,bit
64 .if ((\val)==(1<<\bit))
65 BGEN \reg,\bit
71 ; MOVIP %reg,32-bit-value
128 ; ADDIP %reg,16-bit-value
133 ; SUBIP %reg,16-bit-value
138 ; CMPIP %reg,16-bit-value
143 ; ANDIP %reg,16-bit-value
149 ; ANDNIP %reg,16-bit-value
155 ; ORIP %reg,16-bit-value
[all …]
A DNR_Math1.S17 .MACRO ZSTEP bit
18 SKP0 %o0,\bit
56 ; No bit 31: we already set %o0 to positive
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/metag/
A Dmemcpy.S110 ! Calculate the bit offsets required for the shift operations necesssary
112 ! D0Ar6 = bit offset, D1Ar5 = (32 - bit offset)
121 ! form 64-bit data in D0Re0, D1Re0
138 ! Calculate the bit offsets required for the shift operations necesssary
140 ! D0Ar6 = bit offset, D1Ar5 = (32 - bit offset)
146 ! form 64-bit data in D0Re0,D1Re0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dbit1 // <bit> -*- C++ -*-
25 /** @file include/bit
130 "Maximum supported integer size is 128-bit");
174 "Maximum supported integer size is 128-bit");
212 "Maximum supported integer size is 128-bit");
289 // [bit.rot], rotating
303 // [bit.count], counting
311 /// The number of contiguous one bits, starting from the highest bit.
317 /// The number of contiguous zero bits, starting from the lowest bit.
323 /// The number of contiguous one bits, starting from the lowest bit.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/
A Dctype_members.cc37 #define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8)) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/
A Dctype_members.cc37 #define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8)) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/
A Dctype_members.cc37 #define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8)) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/
A Dctype_members.cc37 #define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8)) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/
A Dctype_members.cc37 #define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8)) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/
A Dctype_members.cc37 #define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8)) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr2/
A Ddynamic_bitset332 // find first "on" bit
505 * size of an actual bit. Ha.)
549 // Flips the bit
844 * @brief Sets every bit to true.
856 * @param __pos The index of the bit.
869 * @brief Sets every bit to false.
879 * @brief Sets a given bit to false.
880 * @param __pos The index of the bit.
906 * @param __pos The index of the bit.
1028 * @brief Tests the value of a bit.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr2/
A Ddynamic_bitset332 // find first "on" bit
505 * size of an actual bit. Ha.)
549 // Flips the bit
844 * @brief Sets every bit to true.
856 * @param __pos The index of the bit.
869 * @brief Sets every bit to false.
879 * @brief Sets a given bit to false.
880 * @param __pos The index of the bit.
906 * @param __pos The index of the bit.
1028 * @brief Tests the value of a bit.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr2/
A Ddynamic_bitset337 // find first "on" bit
511 * size of an actual bit. Ha.)
549 // Flips the bit
830 * @brief Sets every bit to true.
842 * @param __pos The index of the bit.
855 * @brief Sets every bit to false.
865 * @brief Sets a given bit to false.
866 * @param __pos The index of the bit.
892 * @param __pos The index of the bit.
1018 * @brief Tests the value of a bit.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr2/
A Ddynamic_bitset332 // find first "on" bit
505 * size of an actual bit. Ha.)
549 // Flips the bit
844 * @brief Sets every bit to true.
856 * @param __pos The index of the bit.
869 * @brief Sets every bit to false.
879 * @brief Sets a given bit to false.
880 * @param __pos The index of the bit.
906 * @param __pos The index of the bit.
1028 * @brief Tests the value of a bit.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr2/
A Ddynamic_bitset337 // find first "on" bit
511 * size of an actual bit. Ha.)
549 // Flips the bit
829 * @brief Sets every bit to true.
841 * @param __pos The index of the bit.
854 * @brief Sets every bit to false.
864 * @brief Sets a given bit to false.
865 * @param __pos The index of the bit.
891 * @param __pos The index of the bit.
1017 * @brief Tests the value of a bit.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr2/
A Ddynamic_bitset337 // find first "on" bit
511 * size of an actual bit. Ha.)
549 // Flips the bit
830 * @brief Sets every bit to true.
842 * @param __pos The index of the bit.
855 * @brief Sets every bit to false.
865 * @brief Sets a given bit to false.
866 * @param __pos The index of the bit.
892 * @param __pos The index of the bit.
1018 * @brief Tests the value of a bit.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr2/
A Ddynamic_bitset337 // find first "on" bit
511 * size of an actual bit. Ha.)
549 // Flips the bit
830 * @brief Sets every bit to true.
842 * @param __pos The index of the bit.
855 * @brief Sets every bit to false.
865 * @brief Sets a given bit to false.
866 * @param __pos The index of the bit.
892 * @param __pos The index of the bit.
1018 * @brief Tests the value of a bit.
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dposix_fallocate64.c32 # error your machine is neither 32 bit or 64 bit ... it must be magical
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dbit1 // <bit> -*- C++ -*-
25 /** @file include/bit
159 "Maximum supported integer size is 128-bit");
203 "Maximum supported integer size is 128-bit");
241 "Maximum supported integer size is 128-bit");
318 // [bit.rot], rotating
332 // [bit.count], counting
340 /// The number of contiguous one bits, starting from the highest bit.
346 /// The number of contiguous zero bits, starting from the lowest bit.
352 /// The number of contiguous one bits, starting from the lowest bit.
[all …]

Completed in 55 milliseconds

12345678910