Searched refs:base_offset (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Domap.h72 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-v3-abi.c369 long int cur_base_offset, base_offset; local
418 base_offset = value_as_long (value_subscript (vbase_array, offset_val));
419 return base_offset;
H A Dvalops.c1584 int base_offset;
1596 &base_offset, &skip);
1621 base_offset =
1625 if (base_offset == -1)
1631 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8;
1633 v = search_struct_method (name, arg1p, args, base_offset + offset,
1819 int base_offset;
1830 &base_offset, &skip);
1837 base_offset = VALUE_OFFSET (*argp) + offset;
1838 base_offset
1582 int base_offset; local
1817 int base_offset; local
2575 int base_offset; local
[all...]
H A Ddwarf2loc.c61 CORE_ADDR base_offset = ANOFFSET (baton->objfile->section_offsets, local
63 CORE_ADDR base_address = baton->base_address + base_offset;
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_extattr.c848 off_t base_offset; local
878 base_offset = sizeof(struct ufs_extattr_fileheader) +
894 local_aio.uio_offset = base_offset;
944 uio->uio_offset = base_offset + sizeof(struct
1055 off_t base_offset; local
1086 base_offset = sizeof(struct ufs_extattr_fileheader) +
1103 local_aio.uio_offset = base_offset;
1131 uio->uio_offset = base_offset + sizeof(struct ufs_extattr_header);
1163 off_t base_offset; local
1185 base_offset
[all...]
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c1129 u_long base_offset, needed, total_size, total_percent, current_offset; local
1278 base_offset = BBSIZE / secsize;
1285 if (pp->p_offset > base_offset)
1286 free_space += pp->p_offset - base_offset;
1287 if (pp->p_offset + pp->p_size > base_offset)
1288 base_offset = pp->p_offset + pp->p_size;
1290 if (base_offset < lp->d_secperunit)
1291 free_space += lp->d_secperunit - base_offset;
1328 base_offset = BBSIZE / secsize;
1337 base_offset
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c365 u64 base_offset, base_align; local
390 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i];
433 if (!IS_ALIGNED(base_offset, base_align)) {
435 (uintmax_t)base_offset, (uintmax_t)base_align, array_mode);
534 u64 base_offset, base_align; local
585 base_offset = track->db_bo_mc + track->db_offset;
624 if (!IS_ALIGNED(base_offset, base_align)) {
626 (uintmax_t)base_offset, (uintmax_t)base_align, array_mode);
1555 u64 base_offset,
1574 base_offset <<
1552 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u64 base_offset, u64 mip_offset, u32 tiling_flags) argument
2035 u32 size, offset, base_offset, mip_offset; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-transform.c150 tree base_offset = unshare_expr (DR_OFFSET (dr)); local
153 /* Create base_offset */
154 base_offset = size_binop (PLUS_EXPR, base_offset, init);
155 dest = create_tmp_var (TREE_TYPE (base_offset), "base_off");
157 base_offset = force_gimple_operand (base_offset, &new_stmt, false, dest);
162 tree tmp = create_tmp_var (TREE_TYPE (base_offset), "offset");
166 base_offset = fold_build2 (PLUS_EXPR, TREE_TYPE (base_offset),
[all...]
H A Dfunction.c191 HOST_WIDE_INT base_offset;
696 p->base_offset = best_p->base_offset + rounded_size;
751 p->base_offset = frame_offset;
756 p->base_offset = frame_offset_old;
917 if (p->base_offset + p->full_size == q->base_offset)
924 else if (q->base_offset + q->full_size == p->base_offset)
960 && INTVAL (XEXP (x, 1)) >= p->base_offset
190 HOST_WIDE_INT base_offset; local
[all...]
H A Dpostreload.c1336 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)];
1340 + base_offset
1367 trunc_int_for_mode (added_offset + base_offset,
1334 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; local
H A Ddwarf2out.c214 HOST_WIDE_INT base_offset; local
699 loc->base_offset = 0;
734 loc.base_offset = 0;
749 || loc1->base_offset == loc2->base_offset));
1480 cfa.base_offset = -cfa_store.offset
1487 cfa.base_offset = -cfa_store.offset
1494 cfa.base_offset = -/+ <const_int> - {cfa_store,cfa_temp}.offset
1499 cfa.base_offset = -{cfa_store,cfa_temp}.offset
1504 cfa.base_offset
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp558 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const {
566 return value + base_offset;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1539 CharUnits base_offset;
1542 base_offset =
1545 base_offset =
1549 origin_base_cxx_record.decl, base_offset));
/freebsd-11-stable/sys/kern/
H A Dlink_elf.c788 Elf_Off base_offset; local
934 base_offset = trunc_page(segs[0]->p_offset);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c4005 ssize_t base_offset = xbp->xb_curp - xbp->xb_bufp; local
4039 memmove(xbp->xb_bufp + base_offset + div_len + olen,
4040 xbp->xb_bufp + base_offset, new_offset - base_offset);
4043 memcpy(xbp->xb_bufp + base_offset, div_number, div_len);
4046 memcpy(xbp->xb_bufp + base_offset + div_len, cp, olen);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp295 auto base_offset = ReadVBaseOffsetFromVTable(
297 if (base_offset == INT64_MAX)
300 bit_offset = base_offset * 8;

Completed in 410 milliseconds