Searched refs:bit_offset (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_sections.c52 uint16_t bit_offset; member in struct:format_info
70 pfi->bit_offset = bo;
107 return ((pfi->bit_offset + 7) / 8);
136 if (((psub->bit_offset + psub->bit_size) / 8) > size)
140 rem = psub->bit_offset & 7;
141 off = psub->bit_offset / 8;
161 uint16_t bit_offset = 0; local
203 pfi = format_info_new(linebuf[0], bit_offset ^
206 bit_offset += cmd_index;
217 bit_offset
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c103 int bit_offset; member in struct:private_data
188 state->bit_offset = 0;
249 int bits, ret, clear_flg, bit_offset; local
257 bit_offset = state->bit_offset % 8;
258 state->bit_buf |= (ocode << bit_offset) & 0xff;
261 bits = state->code_len - (8 - bit_offset);
262 ocode >>= 8 - bit_offset;
270 state->bit_offset += state->code_len;
272 if (state->bit_offset
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i53 bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bits for this member as an integer.''')
374 bit_offset = base.bit_offset
377 if member.bit_offset > bit_offset:
384 bit_offset = vbase.bit_offset
387 if member.bit_offset > bit_offset:
394 bit_offset
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h52 uint64_t bit_offset; local
56 idx, name, &bit_offset, &bitfield_bit_size, &is_bitfield);
65 size_t byte_index = static_cast<size_t>(bit_offset / 8);
/freebsd-11-stable/contrib/gcc/
H A Dtree-dfa.c868 tree bit_offset = bitsize_zero_node; local
905 bit_offset = size_binop (PLUS_EXPR, bit_offset,
920 bit_offset = size_binop (PLUS_EXPR,
921 bit_offset, this_offset);
922 bit_offset = size_binop (PLUS_EXPR, bit_offset,
935 - TREE_INT_CST_LOW (bit_offset));
960 bit_offset = size_binop (PLUS_EXPR, bit_offset, inde
[all...]
H A Dtree-ssa-loop-prefetch.c402 HOST_WIDE_INT bit_offset; local
418 bit_offset = TREE_INT_CST_LOW (off);
419 gcc_assert (bit_offset % BITS_PER_UNIT == 0);
421 *delta += bit_offset / BITS_PER_UNIT;
H A Dtree-vect-transform.c913 int bit_offset; local
953 for (bit_offset = vec_size_in_bits/2;
954 bit_offset >= element_bitsize;
955 bit_offset /= 2)
957 tree bitpos = size_int (bit_offset);
1001 for (bit_offset = element_bitsize;
1002 bit_offset < vec_size_in_bits;
1003 bit_offset += element_bitsize)
1005 tree bitpos = bitsize_int (bit_offset);
H A Dstor-layout.c803 excess_unit_span (HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset,
808 unsigned HOST_WIDE_INT offset = byte_offset * BITS_PER_UNIT + bit_offset;
958 HOST_WIDE_INT bit_offset = tree_low_cst (rli->bitpos, 0);
967 if (excess_unit_span (offset, bit_offset, field_size, type_align, type))
990 HOST_WIDE_INT bit_offset = tree_low_cst (rli->bitpos, 0);
1006 if (excess_unit_span (offset, bit_offset, field_size, type_align, type))
799 excess_unit_span(HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset, HOST_WIDE_INT size, HOST_WIDE_INT align, tree type) argument
954 HOST_WIDE_INT bit_offset = tree_low_cst (rli->bitpos, 0); local
986 HOST_WIDE_INT bit_offset = tree_low_cst (rli->bitpos, 0); local
H A Dggc-page.c1382 unsigned int bit_offset, word, bit;
1387 bit_offset = OFFSET_TO_BIT (((const char *) p) - pe->page, order);
1388 word = bit_offset / HOST_BITS_PER_LONG;
1389 bit = bit_offset % HOST_BITS_PER_LONG;
1426 pe->next_bit_hint = bit_offset;
1379 unsigned int bit_offset, word, bit; local
H A Dexpr.c5673 tree bit_offset = bitsize_zero_node;
5718 bit_offset = size_binop (PLUS_EXPR, bit_offset,
5734 bit_offset = size_binop (PLUS_EXPR, bit_offset,
5767 bit_offset = size_binop (PLUS_EXPR, bit_offset,
5801 tem = double_int_add (tem, tree_to_double_int (bit_offset));
5811 *pbitpos = tree_low_cst (bit_offset, 0);
5658 tree bit_offset = bitsize_zero_node; local
H A Dexpmed.c577 unsigned int bit_offset = (backwards
585 bitnum + bit_offset, word_mode,
1315 unsigned int bit_offset = (WORDS_BIG_ENDIAN
1323 bitnum + bit_offset, 1, target_part, mode,
576 unsigned int bit_offset = (backwards local
1311 unsigned int bit_offset = (WORDS_BIG_ENDIAN local
H A Dtree.h2709 #define DECL_FIELD_BIT_OFFSET(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.bit_offset)
2757 tree bit_offset;
2744 tree bit_offset; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp404 uint32_t bit_offset = 0; local
407 idx, &bit_offset);
410 TypeImplSP(new TypeImpl(base_class_type)), bit_offset));
421 uint32_t bit_offset = 0; local
424 idx, &bit_offset);
427 TypeImplSP(new TypeImpl(base_class_type)), bit_offset));
463 uint64_t bit_offset = 0; local
468 idx, name_sstr, &bit_offset, &bitfield_bit_size, &is_bitfield));
474 new TypeMemberImpl(TypeImplSP(new TypeImpl(field_type)), bit_offset,
719 const uint32_t bit_offset local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h332 TypeMemberImpl(const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset, argument
335 : m_type_impl_sp(type_impl_sp), m_bit_offset(bit_offset), m_name(name),
338 TypeMemberImpl(const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset) argument
339 : m_type_impl_sp(type_impl_sp), m_bit_offset(bit_offset), m_name(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h175 uint64_t bit_offset = 0; member in struct:DWARFASTParserClang::FieldInfo
186 return (bit_size + bit_offset) <= next_bit_offset;
H A DDWARFASTParserClang.cpp2417 int64_t bit_offset = 0; local
2443 bit_offset = form_value.Signed();
2557 if (byte_size.getValueOr(0) == 0 && bit_offset < 0) {
2559 bit_offset = 0;
2600 this_field_info.bit_offset = field_bit_offset;
2604 this_field_info.bit_offset = data_bit_offset;
2611 this_field_info.bit_offset += byte_size.getValueOr(0) * 8;
2612 this_field_info.bit_offset -= (bit_offset + bit_size);
2614 this_field_info.bit_offset
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp296 uint64_t bit_offset; local
297 if (node_type.GetIndexOfFieldWithName("__value_", nullptr, &bit_offset) !=
299 m_skip_size = bit_offset / 8u;
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h385 uint32_t bit_offset; member in struct:xen_power_register
428 uint8_t bit_offset; member in struct:xen_pct_register
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h374 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local
375 return (buffer[index] >> bit_offset) & counter_mask;
381 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local
382 buffer[index] += 1ULL << bit_offset;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h112 bool ExtractBitfield(uint32_t bit_size, uint32_t bit_offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp284 int32_t &bit_offset) {
300 bit_offset = base_offset * 8;
5752 int32_t bit_offset;
5813 base_class_decl, bit_offset);
5816 bit_offset = record_layout.getVBaseClassOffset(base_class_decl)
5820 bit_offset = record_layout.getBaseClassOffset(base_class_decl)
5825 child_byte_offset = bit_offset / 8;
5869 bit_offset = record_layout.getFieldOffset(field_idx);
5871 child_bitfield_bit_offset = bit_offset % child_bit_size;
5873 bit_offset
279 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...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c1369 int bit_offset, int bit_size,
1384 int len = (bit_size + bit_offset + HOST_CHAR_BIT - 1) / 8;
1415 VALUE_BITPOS (v) = bit_offset + VALUE_BITPOS (obj);
1440 ((bytes[0] << bit_offset) & (1 << (HOST_CHAR_BIT - 1))))
1444 (HOST_CHAR_BIT - (bit_size + bit_offset) % HOST_CHAR_BIT)
1467 int sign_bit_offset = (bit_size + bit_offset - 1) % 8;
1470 unusedLS = bit_offset;
1364 ada_value_primitive_packed_val(struct value *obj, char *valaddr, long offset, int bit_offset, int bit_size, struct type *type) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp2721 bool Scalar::ExtractBitfield(uint32_t bit_size, uint32_t bit_offset) { argument
2738 m_integer = m_integer.ashr(bit_offset)
2749 m_integer = m_integer.lshr(bit_offset)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c3278 enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset)
3282 int words = (bytes + (bit_offset % 64) / 8 + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
3332 (offset + bit_offset) % 256);
3337 int pos = (offset + (bit_offset % 64)) / 8 / 8;
3358 for (i = (int_bit_position (field) + (bit_offset % 64)) / 8 / 8;
3359 i < ((int_bit_position (field) + (bit_offset % 64))
3371 + bit_offset) % 256);
3377 (int_bit_position (field) + (bit_offset % 64)) / 8 / 8;
3391 TREE_TYPE (type), subclasses, bit_offset);
3425 bit_offset);
3269 classify_argument(enum machine_mode mode, tree type, enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2134 uint32_t bit_offset = 0; local
2137 bit_size, bit_offset)) {
2234 ", bit_offset = %" PRIu64 ") from an address value.",
2243 ", bit_offset = %" PRIu64 ") from a vector value.",

Completed in 337 milliseconds

12