Searched defs:bit_offset (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h54 uint64_t bit_offset; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h85 uint64_t bit_offset; member in struct:lldb_private::npdb::UdtRecordCompleter::Member
98 Member(llvm::StringRef name, uint64_t bit_offset, uint64_t bit_size, argument
H A DUdtRecordCompleter.cpp340 AddMember(TypeSystemClang &clang, Member *field, uint64_t bit_offset, CompilerType parent_ct, ClangASTImporter::LayoutInfo &parent_layout, clang::DeclContext *parent_decl_ctx) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c101 int bit_offset; member in struct:private_data
247 int bits, ret, clear_flg, bit_offset; local
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_bitops.h508 u32 bit_offset = i * BITS_PER_U32; local
523 u32 bit_offset = i * BITS_PER_U32; local
/freebsd-current/usr.sbin/bhyve/
H A Dbasl.c132 basl_fill_gas(ACPI_GENERIC_ADDRESS *const gas, const uint8_t space_id, const uint8_t bit_width, const uint8_t bit_offset, const uint8_t access_width, const uint64_t address) argument
567 basl_table_append_gas(struct basl_table *const table, const uint8_t space_id, const uint8_t bit_width, const uint8_t bit_offset, const uint8_t access_width, const uint64_t address) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp285 uint64_t bit_offset; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h256 uint64_t bit_offset = 0; member in struct:DWARFASTParserClang::FieldInfo
284 int64_t bit_offset = 0; member in struct:DWARFASTParserClang::MemberAttributes
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp414 uint32_t bit_offset = 0; local
430 uint32_t bit_offset = 0; local
470 uint64_t bit_offset = 0; local
745 const uint32_t bit_offset local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp799 bool Scalar::ExtractBitfield(uint32_t bit_size, uint32_t bit_offset) { argument
809 m_integer >>= bit_offset; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h443 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local
450 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2175 uint32_t bit_offset = 0; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h665 TypeMemberImpl(const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset, argument
671 TypeMemberImpl(const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset) argument
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp406 uint32_t bit_offset; local
420 uint32_t bit_offset; local
482 uint32_t bit_offset; local
/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c92 int bit_offset; member in struct:__anon12
1103 i64 bit_offset = (i64)(len * 8 - (size_t)padding); local
1734 size_t bit_offset = offset % 8; local
1835 i64 bit_offset = len * 8 - padding; local
[all...]
/freebsd-current/sys/contrib/xen/
H A Dplatform.h393 uint32_t bit_offset; member in struct:xen_power_register
436 uint8_t bit_offset; member in struct:xen_pct_register
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp290 GetVBaseBitOffset(VTableContextBase &vtable_ctx, ValueObject &valobj, const ASTRecordLayout &record_layout, const CXXRecordDecl *cxx_record_decl, const CXXRecordDecl *base_class_decl, int32_t &bit_offset) argument
[all...]

Completed in 2115 milliseconds