/freebsd/contrib/wpa/src/utils/ |
H A D | bitfield.h | 12 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);
|
H A D | bitfield.c | 15 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()
|
H A D | Makefile | 7 bitfield.o \
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | aria | 34 # bitfield length; the length of bitfield like: 4 6 Ah 10h 13h 167h 35 >(6.L+30) ubelong x \b, %#x bytes bitfield 36 # bitfield; bitfield which represents current download progress
|
/freebsd/sys/contrib/device-tree/Bindings/mux/ |
H A D | reg-mux.txt | 1 Generic register bitfield-based multiplexer controller bindings 11 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask 20 bitfield described by the corresponding register offset and bitfield mask
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/print/ |
H A D | Makefile | 13 tst.bitfield.d \ 14 tst.bitfield.d.out \
|
/freebsd/usr.sbin/wpa/src/utils/ |
H A D | Makefile | 13 bitfield.c \
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/offsetof/ |
H A D | Makefile | 8 err.D_OFFSETOF_BITFIELD.bitfield.d \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.h | 32 uint32_t bitfield = 0; member
|
H A D | AppleObjCTypeEncodingParser.cpp | 79 retval.bitfield = bitfield_size; in ReadStructElement() 145 lldb::eAccessPublic, element.bitfield); in BuildAggregate()
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
H A D | firmware.txt | 13 - extended-modes: The Extended Modes bitfield, taken from the
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-thunderx.txt | 8 - Second cell is a standard generic flag bitfield as described in gpio.txt.
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | efm32-spi.txt | 14 bitfield to configure the pinmux for the device, see
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 173 // Implicit bitfield sanitizers 174 SANITIZER("implicit-bitfield-conversion", ImplicitBitfieldConversion)
|
H A D | DiagnosticGroups.td | 49 DiagGroup<"single-bit-bitfield-constant-conversion">; 50 def BitFieldConstantConversion : DiagGroup<"bitfield-constant-conversion", 52 def BitFieldEnumConversion : DiagGroup<"bitfield-enum-conversion">; 53 def BitFieldWidth : DiagGroup<"bitfield-width">; 628 def PaddedBitField : DiagGroup<"padded-bitfield">; 924 def SignedEnumBitfield : DiagGroup<"signed-enum-bitfield">;
|
H A D | DiagnosticASTKinds.td | 794 "%select{non-|}5bitfield %4|" 795 "bitfield %4 with one width expression|" 805 "%select{non-|}4bitfield %3|" 806 "bitfield %3 with different width expression|" 1003 // -Wpadded-bitfield
|
/freebsd/sys/contrib/device-tree/Bindings/c6x/ |
H A D | dscr.txt | 66 more devices (one bitfield per device). The layout of each tuple is: 83 bitfield per device). The layout of each tuple is:
|
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
H A D | nvidia,tegra30-actmon.txt | 30 - opp-supported-hw: bitfield indicating SoC speedo ID mask
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 185 void SwiftAggLowering::addBitFieldData(const FieldDecl *bitfield, in addBitFieldData() argument 188 assert(bitfield->isBitField()); in addBitFieldData() 190 auto width = bitfield->getBitWidthValue(ctx); in addBitFieldData()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonIntrinsicsV5.td | 147 // Extract bitfield 208 // Split bitfield
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_i.h | 260 struct bitfield *ip_pool;
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar5.c | 2611 uint16_t bitfield; in decode_number() local 2615 if(ARCHIVE_OK != (ret = read_bits_16(a, rar, p, &bitfield))) { in decode_number() 2619 bitfield &= 0xfffe; in decode_number() 2621 if(bitfield < table->decode_len[table->quick_bits]) { in decode_number() 2622 int code = bitfield >> (16 - table->quick_bits); in decode_number() 2631 if(bitfield < table->decode_len[i]) { in decode_number() 2639 dist = bitfield - table->decode_len[bits - 1]; in decode_number()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | rrm.c | 780 static int wpas_beacon_rep_add_frame_body(struct bitfield *eids, in wpas_beacon_rep_add_frame_body() 781 struct bitfield *ext_eids, in wpas_beacon_rep_add_frame_body() 1056 struct bitfield *eids; in wpas_rm_handle_beacon_req_subelem()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 210 bool dot = false, bool no_ivar = false, bool bitfield = true, 214 m_allow_bitfields_syntax(bitfield), in m_check_dot_vs_arrow_syntax()
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra20-emc.txt | 20 - opp-supported-hw: One bitfield indicating SoC process ID mask
|