Home
last modified time | relevance | path

Searched refs:BitField (Results 126 – 150 of 3022) sorted by relevance

12345678910>>...121

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dbit_field_test.cc14 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
15 using Value1 = BitField::DefineFirstValue<uint32_t, 31>; in TEST_F()
24 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
25 using Value1 = BitField::DefineFirstValue<uint32_t, 31>; in TEST_F()
34 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
35 using Value1 = BitField::DefineFirstValue<uint16_t, 16>; in TEST_F()
46 using BitField = SingleThreadedBitField<uint8_t>; in TEST_F() typedef
47 using Value1 = BitField::DefineFirstValue<bool, 1>; in TEST_F()
68 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
81 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dbit_field_test.cc14 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
15 using Value1 = BitField::DefineFirstValue<uint32_t, 31>; in TEST_F()
24 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
25 using Value1 = BitField::DefineFirstValue<uint32_t, 31>; in TEST_F()
34 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
35 using Value1 = BitField::DefineFirstValue<uint16_t, 16>; in TEST_F()
46 using BitField = SingleThreadedBitField<uint8_t>; in TEST_F() typedef
47 using Value1 = BitField::DefineFirstValue<bool, 1>; in TEST_F()
68 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
81 using BitField = SingleThreadedBitField<uint32_t>; in TEST_F() typedef
[all …]
/dports/emulators/citra/citra-ac98458e0/src/core/hle/service/hid/
H A Dhid.h43 BitField<0, 1, u32> a;
44 BitField<1, 1, u32> b;
46 BitField<3, 1, u32> start;
47 BitField<4, 1, u32> right;
48 BitField<5, 1, u32> left;
49 BitField<6, 1, u32> up;
50 BitField<7, 1, u32> down;
51 BitField<8, 1, u32> r;
52 BitField<9, 1, u32> l;
53 BitField<10, 1, u32> x;
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/service/hid/
H A Dhid.h43 BitField<0, 1, u32> a;
44 BitField<1, 1, u32> b;
46 BitField<3, 1, u32> start;
47 BitField<4, 1, u32> right;
48 BitField<5, 1, u32> left;
49 BitField<6, 1, u32> up;
50 BitField<7, 1, u32> down;
51 BitField<8, 1, u32> r;
52 BitField<9, 1, u32> l;
53 BitField<10, 1, u32> x;
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/ic/
H A Dhandler-configuration.h47 class KindBits : public BitField<Kind, 0, 4> {};
53 : public BitField<bool, KindBits::kNext, 1> {};
59 : public BitField<bool, DoAccessCheckOnReceiverBits::kNext, 1> {};
76 class IsDoubleBits : public BitField<bool, IsInobjectBits::kNext, 1> {};
78 class FieldIndexBits : public BitField<unsigned, IsDoubleBits::kNext,
87 : public BitField<bool, LookupOnReceiverBits::kNext, 1> {};
96 : public BitField<ElementsKind, ConvertHoleBits::kNext, 8> {};
104 : public BitField<unsigned, LookupOnReceiverBits::kNext,
204 class KindBits : public BitField<Kind, 0, 4> {};
212 : public BitField<bool, KindBits::kNext, 1> {};
[all …]
/dports/emulators/anese/ANESE-0.9.1/src/nes/apu/
H A Dapu.h70 BitField<4, 3> period;
71 BitField<3> negate;
72 BitField<0, 3> shift;
179 BitField<7> dmc_irq;
180 BitField<6> frame_irq;
182 BitField<4> dmc;
183 BitField<3> noise;
184 BitField<2> tri;
185 BitField<1> pulse2;
186 BitField<0> pulse1;
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dscope-info.h326 class ScopeTypeField : public BitField<ScopeType, 0, 4> {};
331 : public BitField<LanguageMode, CallsSloppyEvalField::kNext, 1> {};
333 : public BitField<bool, LanguageModeField::kNext, 1> {};
338 : public BitField<bool, ReceiverVariableField::kNext, 1> {};
344 : public BitField<bool, FunctionVariableField::kNext, 1> {};
346 : public BitField<bool, HasInferredFunctionNameField::kNext, 1> {};
348 : public BitField<bool, AsmModuleField::kNext, 1> {};
352 : public BitField<bool, FunctionKindField::kNext, 1> {};
354 : public BitField<bool, HasOuterScopeInfoField::kNext, 1> {};
359 class VariableModeField : public BitField<VariableMode, 0, 3> {};
[all …]
/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Dnsh.py19 from scapy.fields import BitField, ByteField, ByteEnumField, BitEnumField, \
41 BitField('type', 0, 8),
42 BitField('reserved', 0, 1),
43 BitField('length', 0, 7),
54 BitField('ver', 0, 2),
55 BitField('oam', 0, 1),
56 BitField('unused1', 0, 1),
57 BitField('ttl', 63, 6),
62 BitField('unused2', 0, 4),
H A Dbfd.py14 from scapy.fields import BitField, BitEnumField, FlagsField, ByteField
41 BitField("version", 1, 3),
47 BitField("my_discriminator", 0x11111111, 32),
48 BitField("your_discriminator", 0x22222222, 32),
49 BitField("min_tx_interval", 1000000000, 32),
50 BitField("min_rx_interval", 1000000000, 32),
51 BitField("echo_rx_interval", 1000000000, 32)]
/dports/emulators/citra/citra-ac98458e0/src/video_core/
H A Dpica_state.h53 BitField<0, 12, u32> value; // 0.0.12 fixed point
58 BitField<12, 12, s32> difference;
71 BitField<0, 8, u32> r;
72 BitField<8, 8, u32> g;
73 BitField<16, 8, u32> b;
74 BitField<24, 8, u32> a;
85 BitField<8, 8, s32> g;
86 BitField<16, 8, s32> b;
87 BitField<24, 8, s32> a;
118 BitField<0, 12, u32> value; // 0.0.12 fixed point
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/
H A Dpica_state.h53 BitField<0, 12, u32> value; // 0.0.12 fixed point
58 BitField<12, 12, s32> difference;
71 BitField<0, 8, u32> r;
72 BitField<8, 8, u32> g;
73 BitField<16, 8, u32> b;
74 BitField<24, 8, u32> a;
85 BitField<8, 8, s32> g;
86 BitField<16, 8, s32> b;
87 BitField<24, 8, s32> a;
118 BitField<0, 12, u32> value; // 0.0.12 fixed point
[all …]
/dports/emulators/citra/citra-ac98458e0/src/core/file_sys/
H A Dncch_container.h72 BitField<0, 1, u8> is_data;
73 BitField<1, 1, u8> is_executable;
78 BitField<0, 1, u8> fixed_key;
79 BitField<1, 1, u8> no_romfs;
80 BitField<2, 1, u8> no_crypto;
81 BitField<5, 1, u8> seed_crypto;
157 BitField<40, 20, u64> extdata_id3;
159 BitField<0, 20, u64> extdata_id5;
168 BitField<0, 20, u64> extdata_id2;
182 BitField<2, 2, u8> affinity_mask;
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/file_sys/
H A Dncch_container.h72 BitField<0, 1, u8> is_data;
73 BitField<1, 1, u8> is_executable;
78 BitField<0, 1, u8> fixed_key;
79 BitField<1, 1, u8> no_romfs;
80 BitField<2, 1, u8> no_crypto;
81 BitField<5, 1, u8> seed_crypto;
157 BitField<40, 20, u64> extdata_id3;
159 BitField<0, 20, u64> extdata_id5;
168 BitField<0, 20, u64> extdata_id2;
182 BitField<2, 2, u8> affinity_mask;
[all …]
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtcontent.h34 BitField bitfield;
96 BitField *pBF;
97 BitField *pBMasterFilter;
98 BitField *pBRefer;
99 BitField *pBChecked;
100 BitField *pBMultPeer;
151 BitField *GetFilter() const { in GetFilter()
152 return m_current_filter ? &(m_current_filter->bitfield) : (BitField *)0; in GetFilter()
154 BitField *GetNextFilter() const { return GetNextFilter((BitField *)0); } in GetNextFilter()
155 BitField *GetNextFilter(BitField *pfilter) const;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Dmetafunctions.hpp24 template <typename BitField,typename ChannelRefs,typename Layout> struct packed_pixel;
310 template <typename BitField, typename FirstBit, typename NumBits>
315 BitField, FirstBit::value, NumBits::value, true
319 template <typename BitField, typename ChannelBitSizes>
365 template <typename BitField, typename ChannelBitSizes, typename Layout>
370 BitField,
373 BitField,
498 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
500 : packed_pixel_type<BitField, mp11::mp_list_c<unsigned, NumBits>, Layout>
503 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Dmetafunctions.hpp24 template <typename BitField,typename ChannelRefs,typename Layout> struct packed_pixel;
310 template <typename BitField, typename FirstBit, typename NumBits>
315 BitField, FirstBit::value, NumBits::value, true
319 template <typename BitField, typename ChannelBitSizes>
365 template <typename BitField, typename ChannelBitSizes, typename Layout>
370 BitField,
373 BitField,
498 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
500 : packed_pixel_type<BitField, mp11::mp_list_c<unsigned, NumBits>, Layout>
503 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dmetafunctions.hpp44 template <typename BitField,typename ChannelRefVec,typename Layout> struct packed_pixel;
258 template <typename BitField, typename FirstBit, typename NumBits>
263 template <typename BitField, typename ChannelBitSizesVector>
284 template <typename BitField, typename ChannelBitSizeVector, typename Layout>
286 …typedef packed_pixel<BitField, typename detail::packed_channel_references_vector_type<BitField,Cha…
382 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
384 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
385 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
387 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
391 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dmetafunctions.hpp44 template <typename BitField,typename ChannelRefVec,typename Layout> struct packed_pixel;
258 template <typename BitField, typename FirstBit, typename NumBits>
263 template <typename BitField, typename ChannelBitSizesVector>
284 template <typename BitField, typename ChannelBitSizeVector, typename Layout>
286 …typedef packed_pixel<BitField, typename detail::packed_channel_references_vector_type<BitField,Cha…
382 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
384 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
385 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
387 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
391 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dmetafunctions.hpp24 template <typename BitField,typename ChannelRefs,typename Layout> struct packed_pixel;
310 template <typename BitField, typename FirstBit, typename NumBits>
315 BitField, FirstBit::value, NumBits::value, true
319 template <typename BitField, typename ChannelBitSizes>
365 template <typename BitField, typename ChannelBitSizes, typename Layout>
370 BitField,
373 BitField,
498 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
500 : packed_pixel_type<BitField, mp11::mp_list_c<unsigned, NumBits>, Layout>
503 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Dmetafunctions.hpp24 template <typename BitField,typename ChannelRefs,typename Layout> struct packed_pixel;
310 template <typename BitField, typename FirstBit, typename NumBits>
315 BitField, FirstBit::value, NumBits::value, true
319 template <typename BitField, typename ChannelBitSizes>
365 template <typename BitField, typename ChannelBitSizes, typename Layout>
370 BitField,
373 BitField,
498 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
500 : packed_pixel_type<BitField, mp11::mp_list_c<unsigned, NumBits>, Layout>
503 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Dmetafunctions.hpp44 template <typename BitField,typename ChannelRefVec,typename Layout> struct packed_pixel;
258 template <typename BitField, typename FirstBit, typename NumBits>
263 template <typename BitField, typename ChannelBitSizesVector>
284 template <typename BitField, typename ChannelBitSizeVector, typename Layout>
286 …typedef packed_pixel<BitField, typename detail::packed_channel_references_vector_type<BitField,Cha…
382 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
384 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
385 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
387 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
391 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Dmetafunctions.hpp44 template <typename BitField,typename ChannelRefVec,typename Layout> struct packed_pixel;
258 template <typename BitField, typename FirstBit, typename NumBits>
263 template <typename BitField, typename ChannelBitSizesVector>
284 template <typename BitField, typename ChannelBitSizeVector, typename Layout>
286 …typedef packed_pixel<BitField, typename detail::packed_channel_references_vector_type<BitField,Cha…
382 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
384 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
385 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
387 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
391 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Dmetafunctions.hpp44 template <typename BitField,typename ChannelRefVec,typename Layout> struct packed_pixel;
258 template <typename BitField, typename FirstBit, typename NumBits>
263 template <typename BitField, typename ChannelBitSizesVector>
284 template <typename BitField, typename ChannelBitSizeVector, typename Layout>
286 …typedef packed_pixel<BitField, typename detail::packed_channel_references_vector_type<BitField,Cha…
382 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
384 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
385 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
387 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
391 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dmetafunctions.hpp44 template <typename BitField,typename ChannelRefVec,typename Layout> struct packed_pixel;
258 template <typename BitField, typename FirstBit, typename NumBits>
263 template <typename BitField, typename ChannelBitSizesVector>
284 template <typename BitField, typename ChannelBitSizeVector, typename Layout>
286 …typedef packed_pixel<BitField, typename detail::packed_channel_references_vector_type<BitField,Cha…
382 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
384 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
385 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
387 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
391 public packed_pixel_type<BitField, mpl::vector1_c<unsigned,NumBits>, Layout> {};
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Dmetafunctions.hpp24 template <typename BitField,typename ChannelRefs,typename Layout> struct packed_pixel;
310 template <typename BitField, typename FirstBit, typename NumBits>
315 BitField, FirstBit::value, NumBits::value, true
319 template <typename BitField, typename ChannelBitSizes>
365 template <typename BitField, typename ChannelBitSizes, typename Layout>
370 BitField,
373 BitField,
498 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
500 : packed_pixel_type<BitField, mp11::mp_list_c<unsigned, NumBits>, Layout>
503 template <typename BitField, int NumBits, bool IsMutable, typename Layout>
[all …]

12345678910>>...121