Home
last modified time | relevance | path

Searched refs:bitfield (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h238 constexpr explicit OpProperties(uint32_t bitfield) : bitfield_(bitfield) {} in OpProperties() argument
552 explicit NodeBase(uint32_t bitfield) : bit_field_(bitfield) {} in NodeBase() argument
608 uint32_t bitfield = OpcodeField::encode(opcode_of<Derived>) | in Allocate() local
612 new (node_buffer) Derived(bitfield, std::forward<Args>(args)...); in Allocate()
784 explicit ValueNode(uint32_t bitfield) in ValueNode() argument
785 : Node(bitfield), in ValueNode()
828 explicit NodeT(uint32_t bitfield) : Node(bitfield) { in NodeT() argument
846 explicit FixedInputNodeT(uint32_t bitfield) : NodeT<Derived>(bitfield) { in FixedInputNodeT() argument
860 explicit ValueNodeT(uint32_t bitfield) : ValueNode(bitfield) { in ValueNodeT() argument
878 explicit FixedInputValueNodeT(uint32_t bitfield) in FixedInputValueNodeT() argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbitfield.h12 struct bitfield;
14 struct bitfield * bitfield_alloc(size_t max_bits);
15 void bitfield_free(struct bitfield *bf);
16 void bitfield_set(struct bitfield *bf, size_t bit);
17 void bitfield_clear(struct bitfield *bf, size_t bit);
18 int bitfield_is_set(struct bitfield *bf, size_t bit);
19 int bitfield_get_first_zero(struct bitfield *bf);
Dbitfield.c15 struct bitfield { struct
21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc() argument
23 struct bitfield *bf; in bitfield_alloc()
34 void bitfield_free(struct bitfield *bf) in bitfield_free()
40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set()
48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear()
56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set()
76 int bitfield_get_first_zero(struct bitfield *bf) in bitfield_get_first_zero()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbitfield.h12 struct bitfield;
14 struct bitfield * bitfield_alloc(size_t max_bits);
15 void bitfield_free(struct bitfield *bf);
16 void bitfield_set(struct bitfield *bf, size_t bit);
17 void bitfield_clear(struct bitfield *bf, size_t bit);
18 int bitfield_is_set(struct bitfield *bf, size_t bit);
19 int bitfield_get_first_zero(struct bitfield *bf);
Dbitfield.c15 struct bitfield { struct
21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc() argument
23 struct bitfield *bf; in bitfield_alloc()
34 void bitfield_free(struct bitfield *bf) in bitfield_free()
40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set()
48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear()
56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set()
76 int bitfield_get_first_zero(struct bitfield *bf) in bitfield_get_first_zero()
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_external_objects_flags.txt60 bitfield createFlags,
61 bitfield usageFlags,
72 bitfield createFlags,
73 bitfield usageFlags,
84 bitfield createFlags,
85 bitfield usageFlags,
97 bitfield createFlags,
98 bitfield usageFlags,
110 bitfield createFlags,
111 bitfield usageFlags,
[all …]
/third_party/rust/crates/bindgen/book/src/
Dusing-bitfields.md6 * Immutable getter functions for each bitfield named ```<bitfield>```
7 * Setter functions for each contiguous block of bitfields named ```set_<bitfield>```
9 * A static constructor ```new_bitfield_{1, 2, ...}``` with a parameter for each bitfield contained…
22 // Create a default bitfield
25 // Print a bitfield
53 Overflowing a bitfield will result in the same behavior as in C/C++: the bitfield will be set to 0.
72 To create a new bitfield in Rust, use the bitfield allocation unit constructor.
/third_party/node/deps/v8/src/builtins/
Dbuiltins-bigint-gen.h20 TNode<Word32T> bitfield = LoadBigIntBitfield(value); in ReadBigIntLength() local
22 Signed(DecodeWord32<BigIntBase::LengthBits>(bitfield))); in ReadBigIntLength()
26 TNode<Word32T> bitfield = LoadBigIntBitfield(value); in ReadBigIntSign() local
27 return DecodeWord32<BigIntBase::SignBits>(bitfield); in ReadBigIntSign()
33 TNode<Uint32T> bitfield = Unsigned( in WriteBigIntSignAndLength() local
37 StoreBigIntBitfield(bigint, bitfield); in WriteBigIntSignAndLength()
Dbuiltins-data-view-gen.h46 TNode<Word32T> bitfield = LoadBigIntBitfield(value); in DataViewDecodeBigIntLength() local
47 return DecodeWord32<BigIntBase::LengthBits>(bitfield); in DataViewDecodeBigIntLength()
51 TNode<Word32T> bitfield = LoadBigIntBitfield(value); in DataViewDecodeBigIntSign() local
52 return DecodeWord32<BigIntBase::SignBits>(bitfield); in DataViewDecodeBigIntSign()
/third_party/mesa3d/src/compiler/glsl/
Dir_set_program_inouts.cpp101 GLbitfield64 bitfield; in mark() local
105 bitfield = BITFIELD64_BIT(idx - VARYING_SLOT_PATCH0); in mark()
109 bitfield = BITFIELD64_BIT(idx); in mark()
114 prog->info.patch_inputs_read |= bitfield; in mark()
116 prog->info.inputs_read |= bitfield; in mark()
121 prog->DualSlotInputs |= bitfield; in mark()
131 prog->info.patch_outputs_written |= bitfield; in mark()
133 prog->info.outputs_written |= bitfield; in mark()
135 prog->SecondaryOutputsWritten |= bitfield; in mark()
139 prog->info.outputs_read |= bitfield; in mark()
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.tq7 bitfield struct JSTemporalCalendarFlags extends uint31 {
11 bitfield struct JSTemporalYearMonthDay extends uint31 {
17 bitfield struct JSTemporalHourMinuteSecond extends uint31 {
23 bitfield struct JSTemporalSecondParts extends uint31 {
29 bitfield struct JSTemporalTimeZoneFlags extends uint31 {
33 bitfield struct JSTemporalTimeZoneSubMilliseconds extends uint31 {
Dbigint.h41 int32_t bitfield = RELAXED_READ_INT32_FIELD(*this, kBitfieldOffset); in length() local
42 return LengthBits::decode(static_cast<uint32_t>(bitfield)); in length()
47 int32_t bitfield = ACQUIRE_READ_INT32_FIELD(*this, kBitfieldOffset); in length() local
48 return LengthBits::decode(static_cast<uint32_t>(bitfield)); in length()
101 int32_t bitfield = RELAXED_READ_INT32_FIELD(*this, kBitfieldOffset); in sign() local
102 return SignBits::decode(static_cast<uint32_t>(bitfield)); in sign()
266 static int DigitsByteLengthForBitfield(uint32_t bitfield);
271 Isolate* isolate, uint32_t bitfield,
Dmap.tq5 bitfield struct MapBitFields1 extends uint8 {
16 bitfield struct MapBitFields2 extends uint8 {
22 bitfield struct MapBitFields3 extends uint32 {
/third_party/libabigail/tests/data/test-diff-suppr/PR28073/
DPR28073-bitfield-removed.o.abi1 <abi-corpus version='2.1' path='PR28073-bitfield-removed.o' architecture='elf-amd-x86_64'>
5 …<abi-instr address-size='64' path='PR28073-bitfield-removed.c' comp-dir-path='/home/dodji/git/liba…
12 …ult' filepath='/home/dodji/git/libabigail/fixes/prtests/PR28073/PR28073-bitfield-removed.c' line='…
14 …ult' filepath='/home/dodji/git/libabigail/fixes/prtests/PR28073/PR28073-bitfield-removed.c' line='…
17 …ult' filepath='/home/dodji/git/libabigail/fixes/prtests/PR28073/PR28073-bitfield-removed.c' line='…
23 …uct' filepath='/home/dodji/git/libabigail/fixes/prtests/PR28073/PR28073-bitfield-removed.c' line='…
24 …'st' filepath='/home/dodji/git/libabigail/fixes/prtests/PR28073/PR28073-bitfield-removed.c' line='…
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dstruct_with_bitfields.rs96 pub struct bitfield { struct
105 const UNINIT: ::std::mem::MaybeUninit<bitfield> = in bindgen_test_layout_bitfield() argument
109 ::std::mem::size_of::<bitfield>(), in bindgen_test_layout_bitfield()
111 concat!("Size of: ", stringify!(bitfield)) in bindgen_test_layout_bitfield()
114 ::std::mem::align_of::<bitfield>(), in bindgen_test_layout_bitfield()
116 concat!("Alignment of ", stringify!(bitfield)) in bindgen_test_layout_bitfield()
123 stringify!(bitfield), in bindgen_test_layout_bitfield()
129 impl bitfield { implementation
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c108 uint64_t bitfield; in set_io_mask() local
115 bitfield = BITFIELD64_BIT(idx - VARYING_SLOT_PATCH0); in set_io_mask()
122 bitfield = BITFIELD64_BIT(idx); in set_io_mask()
131 shader->info.patch_inputs_read |= bitfield; in set_io_mask()
133 shader->info.patch_inputs_read_indirectly |= bitfield; in set_io_mask()
135 shader->info.inputs_read |= bitfield; in set_io_mask()
137 shader->info.inputs_read_indirectly |= bitfield; in set_io_mask()
141 shader->info.tess.tcs_cross_invocation_inputs_read |= bitfield; in set_io_mask()
150 shader->info.patch_outputs_read |= bitfield; in set_io_mask()
152 shader->info.patch_outputs_accessed_indirectly |= bitfield; in set_io_mask()
[all …]
/third_party/mesa3d/src/freedreno/registers/
Drules-ng-ng.txt64 a register/bitfield, or discriminate between card variants.
172 on register/bitfield size
177 - "bitset": value decoded further according to the inline <bitfield>
180 The default is "bitset" if there are inline <bitfield> tags present,
182 "boolean" if this is a bitfield with width 1, otherwise "hex".
217 The <reg*> tags can also contain either bitfield definitions, or enum value
228 any <reg*> / <bitfield> definitions that reference it.
241 The <enum>s are referenced from inside <reg*> and <bitfield> tags by setting
308 a given register / bitfield / value / whatever will be automatically prepended
338 contains <bitfield> tags with the following attributes:
[all …]
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h872 const struct bptc_float_bitfield *bitfield; in extract_float_endpoints() local
885 for (bitfield = mode->bitfields; bitfield->endpoint != -1; bitfield++) { in extract_float_endpoints()
886 value = extract_bits(block, bit_offset, bitfield->n_bits); in extract_float_endpoints()
887 bit_offset += bitfield->n_bits; in extract_float_endpoints()
889 if (bitfield->reverse) { in extract_float_endpoints()
890 for (i = 0; i < bitfield->n_bits; i++) { in extract_float_endpoints()
892 endpoints[bitfield->endpoint][bitfield->component] |= in extract_float_endpoints()
893 1 << ((bitfield->n_bits - 1 - i) + bitfield->offset); in extract_float_endpoints()
896 endpoints[bitfield->endpoint][bitfield->component] |= in extract_float_endpoints()
897 value << bitfield->offset; in extract_float_endpoints()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_shader_thread_group.txt145 The variable gl_ThreadEqMaskNV is a bitfield in which the bit equal to the
146 current thread id is set. The variable gl_ThreadGeMaskNV is a bitfield in
148 gl_ThreadGtMaskNV is a bitfield in which bits greater than the current
149 thread id are set. The variable gl_ThreadLeMaskNV is a bitfield in which
151 gl_ThreadLtMaskNV is a bitfield in which bits lower than the current thread
158 application wants a bitfield in which bits lower or equal to the current
219 The function ballotThreadNV() computes a 32-bit bitfield. It looks at the
440 component is filled with a 32-bit unsigned integer bitfield in which the
444 component is filled with a 32-bit unsigned integer bitfield in which bits
448 component is filled with a 32-bit unsigned integer bitfield in which bits
[all …]
/third_party/openGLES/extensions/NV/
DNV_shader_thread_group.txt145 The variable gl_ThreadEqMaskNV is a bitfield in which the bit equal to the
146 current thread id is set. The variable gl_ThreadGeMaskNV is a bitfield in
148 gl_ThreadGtMaskNV is a bitfield in which bits greater than the current
149 thread id are set. The variable gl_ThreadLeMaskNV is a bitfield in which
151 gl_ThreadLtMaskNV is a bitfield in which bits lower than the current thread
158 application wants a bitfield in which bits lower or equal to the current
219 The function ballotThreadNV() computes a 32-bit bitfield. It looks at the
440 component is filled with a 32-bit unsigned integer bitfield in which the
444 component is filled with a 32-bit unsigned integer bitfield in which bits
448 component is filled with a 32-bit unsigned integer bitfield in which bits
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_definition.h22 #define spvIsInBitfield(value, bitfield) ((value) == ((value)&bitfield)) argument
/third_party/spirv-tools/source/
Dspirv_definition.h22 #define spvIsInBitfield(value, bitfield) ((value) == ((value)&bitfield)) argument
/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_definition.h22 #define spvIsInBitfield(value, bitfield) ((value) == ((value)&bitfield)) argument
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_blit_layers.txt46 bitfield mask, enum filter);
50 int dstY1, int dstLayer, bitfield mask,
69 bitfield mask, enum filter);
81 int dstLayer, bitfield mask, enum filter);
/third_party/rust/crates/bindgen/bindgen/codegen/
Dimpl_partialeq.rs52 for bitfield in bu.bitfields() { in gen_partialeq_impl()
53 if bitfield.name().is_some() { in gen_partialeq_impl()
54 let getter_name = bitfield.getter_name(); in gen_partialeq_impl()

12345678910>>...14