| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 656 const uint16_t bitfields = data.GetU16(offset_ptr); in Decode() local 657 m_type_data_resolved = (1u << 15 & bitfields) != 0; in Decode() 658 m_is_synthetic = (1u << 14 & bitfields) != 0; in Decode() 659 m_is_debug = (1u << 13 & bitfields) != 0; in Decode() 660 m_is_external = (1u << 12 & bitfields) != 0; in Decode() 661 m_size_is_sibling = (1u << 11 & bitfields) != 0; in Decode() 662 m_size_is_synthesized = (1u << 10 & bitfields) != 0; in Decode() 663 m_size_is_valid = (1u << 9 & bitfields) != 0; in Decode() 664 m_demangled_is_synthesized = (1u << 8 & bitfields) != 0; in Decode() 665 m_contains_linker_annotations = (1u << 7 & bitfields) != 0; in Decode() [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | eth_common.h | 130 u8 bitfields; member 157 __le16 bitfields; member 250 u8 bitfields; member 311 u8 bitfields; member 451 __le16 bitfields; member 480 __le16 bitfields; member
|
| H A D | qlnx_os.c | 3391 first_bd->data.bd_flags.bitfields = in qlnx_send() 3399 first_bd->data.bd_flags.bitfields |= in qlnx_send() 3405 first_bd->data.bd_flags.bitfields |= in qlnx_send() 3411 first_bd->data.bd_flags.bitfields |= in qlnx_send() 3416 first_bd->data.bd_flags.bitfields |= in qlnx_send() 3418 first_bd->data.bd_flags.bitfields |= in qlnx_send() 3444 third_bd->data.bitfields |= in qlnx_send() 3486 third_bd->data.bitfields |= in qlnx_send() 3561 third_bd->data.bitfields |= in qlnx_send() 3576 first_bd->data.bitfields = in qlnx_send() [all …]
|
| H A D | common_hsi.h | 912 __le16 bitfields; member
|
| /freebsd/sys/contrib/device-tree/Bindings/c6x/ |
| H A D | dscr.txt | 64 This property describes the bitfields used to control the state of devices. 65 Each tuple describes a range of identical bitfields used to control one or 80 This property describes the bitfields used to provide device state status 82 identical bitfields used to provide status for one or more devices (one
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 10 bitfields \
|
| /freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
| H A D | nvidia,tegra20-cpufreq.txt | 11 - opp-supported-hw: Two bitfields indicating:
|
| H A D | ti-cpufreq.txt | 29 - opp-supported-hw: Two bitfields indicating:
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | MissingFeatures.h | 179 static bool bitfields() { return false; } in bitfields() function
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenRecordLayoutBuilder.cpp | 269 assert(!cir::MissingFeatures::bitfields()); in lower() 291 assert(!cir::MissingFeatures::bitfields()); in fillOutputFields() 632 assert(!cir::MissingFeatures::bitfields()); in computeRecordLayout()
|
| /freebsd/sys/contrib/device-tree/Bindings/mux/ |
| H A D | reg-mux.txt | 3 Define register bitfields to be used to control multiplexers. The parent
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 9 // This file enumerates the various bitfields that we want to store on C++ class 16 /// In this file, each of the bitfields representing data about a C++ class
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRAttrs.td | 463 Holds the following information about bitfields: name, storage type, size 466 Given the following struct with bitfields:
|
| H A D | CIROps.td | 1695 Suppose we have a struct with multiple bitfields stored in 1781 Suppose we have a struct with multiple bitfields stored in
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | TODO.asn1 | 22 * Range-checking code for bitfields: Create an automatic field info
|
| /freebsd/etc/mtree/ |
| H A D | BSD.tests.dist | 115 bitfields
|
| /freebsd/targets/pseudo/tests/ |
| H A D | Makefile.depend | 45 cddl/usr.sbin/dtrace/tests/common/bitfields \
|
| /freebsd/contrib/tcsh/ |
| H A D | complete.tcsh | 133 no-strict-prototype signed-bitfields signed-char this-is-variable \ 134 unsigned-bitfields unsigned-char writable-strings call-saved-reg \
|
| /freebsd/crypto/heimdal/lib/gssapi/ |
| H A D | ChangeLog | 771 * spnego/spnego_locl.h: Make bitfields unsigned, add maybe_open.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4022 def fsigned_bitfields : Flag<["-"], "fsigned-bitfields">, Group<f_Group>; 4287 def funsigned_bitfields : Flag<["-"], "funsigned-bitfields">, Group<f_Group>; 5010 def mms_bitfields : Flag<["-"], "mms-bitfields">, Group<m_Group>, 5020 def mno_ms_bitfields : Flag<["-"], "mno-ms-bitfields">, Group<m_Group>,
|
| /freebsd/sys/conf/ |
| H A D | NOTES | 1624 # Print register bitfields in debug output. Adds ~128k to driver
|
| /freebsd/contrib/bmake/ |
| H A D | ChangeLog | 1526 o replace enums with bitfields, this simplifies a lot of code.
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 6667 structure since the memory layout of individual bitfields is not defined 11951 For example, bitfields have been completely removed because of their lack 13708 eliminate bitfields entirely because of a lack of portability.
|