Home
last modified time | relevance | path

Searched refs:BitField (Results 176 – 200 of 3150) sorted by relevance

12345678910>>...126

/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Dpacked_pixel.hpp48 template <typename BitField, typename ChannelRefs, typename Layout>
51 BitField _bitfield{0}; // TODO: Make private
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel()
194 template <typename BitField, typename ChannelRefs, typename Layout, int K>
195 struct kth_element_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
200 template <typename BitField, typename ChannelRefs, typename Layout, int K>
201 struct kth_element_reference_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
206 template <typename BitField, typename ChannelRefs, typename Layout, int K>
240 template <typename BitField, typename ChannelRefs, typename Layout>
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dpacked_pixel.hpp48 template <typename BitField, typename ChannelRefs, typename Layout>
51 BitField _bitfield{0}; // TODO: Make private
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel()
195 template <typename BitField, typename ChannelRefs, typename Layout, int K>
196 struct kth_element_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
201 template <typename BitField, typename ChannelRefs, typename Layout, int K>
202 struct kth_element_reference_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
207 template <typename BitField, typename ChannelRefs, typename Layout, int K>
242 template <typename BitField, typename ChannelRefs, typename Layout>
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Dpacked_pixel.hpp48 template <typename BitField, typename ChannelRefs, typename Layout>
51 BitField _bitfield{0}; // TODO: Make private
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel()
195 template <typename BitField, typename ChannelRefs, typename Layout, int K>
196 struct kth_element_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
201 template <typename BitField, typename ChannelRefs, typename Layout, int K>
202 struct kth_element_reference_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
207 template <typename BitField, typename ChannelRefs, typename Layout, int K>
242 template <typename BitField, typename ChannelRefs, typename Layout>
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Dpacked_pixel.hpp48 template <typename BitField, typename ChannelRefs, typename Layout>
51 BitField _bitfield{0}; // TODO: Make private
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel()
194 template <typename BitField, typename ChannelRefs, typename Layout, int K>
195 struct kth_element_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
200 template <typename BitField, typename ChannelRefs, typename Layout, int K>
201 struct kth_element_reference_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
206 template <typename BitField, typename ChannelRefs, typename Layout, int K>
240 template <typename BitField, typename ChannelRefs, typename Layout>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/
H A Dpacked_pixel.hpp48 template <typename BitField, typename ChannelRefs, typename Layout>
51 BitField _bitfield{0}; // TODO: Make private
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel()
194 template <typename BitField, typename ChannelRefs, typename Layout, int K>
195 struct kth_element_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
200 template <typename BitField, typename ChannelRefs, typename Layout, int K>
201 struct kth_element_reference_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
206 template <typename BitField, typename ChannelRefs, typename Layout, int K>
240 template <typename BitField, typename ChannelRefs, typename Layout>
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Dpacked_pixel.hpp48 template <typename BitField, typename ChannelRefs, typename Layout>
51 BitField _bitfield{0}; // TODO: Make private
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel()
195 template <typename BitField, typename ChannelRefs, typename Layout, int K>
196 struct kth_element_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
201 template <typename BitField, typename ChannelRefs, typename Layout, int K>
202 struct kth_element_reference_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
207 template <typename BitField, typename ChannelRefs, typename Layout, int K>
242 template <typename BitField, typename ChannelRefs, typename Layout>
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/nihstro/include/nihstro/
H A Dfloat24.h14 BitField< 0, 23, uint32_t> mant; in to_float24()
15 BitField<23, 8, uint32_t> biased_exp; in to_float24()
16 BitField<31, 1, uint32_t> sign; in to_float24()
26 BitField< 0, 16, uint32_t> mant; in to_float24()
27 BitField<16, 7, uint32_t> biased_exp; in to_float24()
28 BitField<23, 1, uint32_t> sign; in to_float24()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/include/nihstro/
H A Dfloat24.h14 BitField< 0, 23, uint32_t> mant; in to_float24()
15 BitField<23, 8, uint32_t> biased_exp; in to_float24()
16 BitField<31, 1, uint32_t> sign; in to_float24()
26 BitField< 0, 16, uint32_t> mant; in to_float24()
27 BitField<16, 7, uint32_t> biased_exp; in to_float24()
28 BitField<23, 1, uint32_t> sign; in to_float24()
/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Dmac_control.py43 from scapy.fields import IntField, ByteField, ByteEnumField, ShortField, BitField # noqa: E501
221 BitField('c7_enabled', 0, 1),
222 BitField('c6_enabled', 0, 1),
223 BitField('c5_enabled', 0, 1),
224 BitField('c4_enabled', 0, 1),
225 BitField('c3_enabled', 0, 1),
226 BitField('c2_enabled', 0, 1),
227 BitField('c1_enabled', 0, 1),
228 BitField('c0_enabled', 0, 1),
/dports/emulators/citra/citra-ac98458e0/src/core/hle/service/ir/
H A Dextra_hid.h24 BitField<0, 8, u32> header;
25 BitField<8, 12, u32> c_stick_x;
26 BitField<20, 12, u32> c_stick_y;
29 BitField<0, 5, u8> battery_level;
30 BitField<5, 1, u8> zl_not_held;
31 BitField<6, 1, u8> zr_not_held;
32 BitField<7, 1, u8> r_not_held;
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/service/ir/
H A Dextra_hid.h24 BitField<0, 8, u32> header;
25 BitField<8, 12, u32> c_stick_x;
26 BitField<20, 12, u32> c_stick_y;
29 BitField<0, 5, u8> battery_level;
30 BitField<5, 1, u8> zl_not_held;
31 BitField<6, 1, u8> zr_not_held;
32 BitField<7, 1, u8> r_not_held;
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dntp.py432 BitField("poll", 0xa, 8),
653 BitField("code", 0, 8)
798 BitField("zeros", 0, 2),
800 BitField("mode", 6, 3),
802 BitField("err", 0, 1),
803 BitField("more", 0, 1),
1780 BitField("more", 0, 1),
1782 BitField("mode", 0, 3),
1783 BitField("auth", 0, 1),
1784 BitField("seq", 0, 7),
[all …]
H A Dsixlowpan.py60 BitField,
137 BitField("_type", 0x41, 8)
180 BitField("res", 0, 5),
563 BitField("tf", 0x0, 2),
578 BitField("sci", 0, 4),
582 BitField("dci", 0, 4),
908 BitField("res", 0x1e, 5),
909 BitField("C", 0, 1),
910 BitField("P", 0, 2),
948 BitField("res", 0xe, 4),
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
H A Dpacked_pixel.hpp59 template <typename BitField, // A type that holds the bits of the pixel. Typically an integral…
63 BitField _bitfield;
73 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel()
120 template <typename BitField, typename ChannelRefVec, typename Layout, int K>
121 struct kth_element_type<packed_pixel<BitField,ChannelRefVec,Layout>,K> : public mpl::at_c<ChannelRe…
123 template <typename BitField, typename ChannelRefVec, typename Layout, int K>
124 struct kth_element_reference_type<packed_pixel<BitField,ChannelRefVec,Layout>,K> : public mpl::at_c…
126 template <typename BitField, typename ChannelRefVec, typename Layout, int K>
127 struct kth_element_const_reference_type<packed_pixel<BitField,ChannelRefVec,Layout>,K> {
148 template <typename BitField, typename ChannelRefVec, typename Layout>
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/
H A Dbit_aligned_pixel_reference.hpp109 template <typename BitField,
116 typedef BitField bitfield_t;
171 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
172 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
195 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
197 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
198 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
247 template <typename BitField, int NumBits, typename Layout>
253 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
257 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/gil/
H A Dbit_aligned_pixel_reference.hpp118 template <typename BitField,
125 typedef BitField bitfield_t;
180 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
181 struct kth_element_type<bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,IsMutable>, K> {
204 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool Mutable> inline
206 at_c(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable>& p) { in at_c() argument
207 typedef bit_aligned_pixel_reference<BitField,ChannelBitSizes,L,Mutable> pixel_t; in at_c()
256 template <typename BitField, int NumBits, typename Layout>
262 typedef bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, false> type;
266 template <typename BitField, int NumBits, typename Layout>
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/engines/
H A Dconst_buffer_engine_interface.h20 BitField<0, 2, Tegra::Shader::TextureType> texture_type;
21 BitField<2, 3, Tegra::Texture::ComponentType> r_type;
22 BitField<5, 1, u32> is_array;
23 BitField<6, 1, u32> is_buffer;
24 BitField<7, 1, u32> is_shadow;
25 BitField<8, 3, Tegra::Texture::ComponentType> g_type;
26 BitField<11, 3, Tegra::Texture::ComponentType> b_type;
27 BitField<14, 3, Tegra::Texture::ComponentType> a_type;
28 BitField<17, 7, Tegra::Texture::TextureFormat> format;
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/frontend/applets/
H A Dsoftware_keyboard.h27 BitField<1, 1, u8> disable_space;
28 BitField<2, 1, u8> disable_address;
29 BitField<3, 1, u8> disable_percent;
30 BitField<4, 1, u8> disable_slash;
31 BitField<6, 1, u8> disable_number;
32 BitField<7, 1, u8> disable_download_code;

12345678910>>...126