/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 414 uint32_t bit_offset = 0; GetDirectBaseClassAtIndex() local 430 uint32_t bit_offset = 0; GetVirtualBaseClassAtIndex() local 470 uint64_t bit_offset = 0; GetFieldAtIndex() local 745 const uint32_t bit_offset = m_opaque_up->GetBitOffset(); GetDescription() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ProcessStructReader.h | 54 uint64_t bit_offset; in ProcessStructReader() local
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_compress.c | 101 int bit_offset; member 247 int bits, ret, clear_flg, bit_offset; in output_code() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 256 uint64_t bit_offset = 0; global() member 284 int64_t bit_offset = 0; global() member
|
/freebsd-src/sys/dev/ice/ |
H A D | ice_bitops.h | 508 u32 bit_offset = i * BITS_PER_U32; in ice_bitmap_from_array32() local 523 u32 bit_offset = i * BITS_PER_U32; in ice_bitmap_from_array32() local
|
/freebsd-src/usr.sbin/bhyve/ |
H A D | basl.c | 133 const uint8_t bit_width, const uint8_t bit_offset, in basl_fill_gas() 568 const uint8_t bit_width, const uint8_t bit_offset, in basl_table_append_gas()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.h | 85 uint64_t bit_offset; member
|
H A D | UdtRecordCompleter.cpp | 341 AddMember(TypeSystemClang & clang,Member * field,uint64_t bit_offset,CompilerType parent_ct,ClangASTImporter::LayoutInfo & parent_layout,clang::DeclContext * parent_decl_ctx) AddMember() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 406 uint32_t bit_offset; IsVirtualBase() local 420 uint32_t bit_offset; IsVirtualBase() local 482 uint32_t bit_offset; GetNumberOfNonEmptyBaseClasses() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxMap.cpp | 285 uint64_t bit_offset; GetValueOffset() local
|
/freebsd-src/sys/contrib/zstd/doc/educational_decoder/ |
H A D | zstd_decompress.c | 92 int bit_offset; member 1103 i64 bit_offset = (i64)(len * 8 - (size_t)padding); in decompress_sequences() local 1734 size_t bit_offset = offset % 8; in read_bits_LE() local 1835 i64 bit_offset = len * 8 - padding; in HUF_decompress_1stream() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 443 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; in Get() local 450 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; in Inc() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 671 TypeMemberImpl(const lldb::TypeImplSP & type_impl_sp,uint64_t bit_offset) TypeMemberImpl() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 799 ExtractBitfield(uint32_t bit_size,uint32_t bit_offset) ExtractBitfield() argument
|
/freebsd-src/sys/contrib/xen/ |
H A D | platform.h | 393 uint32_t bit_offset; member 436 uint8_t bit_offset; member
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 2175 uint32_t bit_offset = 0; Evaluate() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 295 GetVBaseBitOffset(VTableContextBase & vtable_ctx,ValueObject & valobj,const ASTRecordLayout & record_layout,const CXXRecordDecl * cxx_record_decl,const CXXRecordDecl * base_class_decl,int32_t & bit_offset) GetVBaseBitOffset() argument 6101 int32_t bit_offset; GetChildCompilerTypeAtIndex() local [all...] |