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

1234

/netbsd-current/external/apache2/llvm/dist/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py57 base_offset = ntest * 2 * BUNDLE_SIZE
58 inst_orig_offset = base_offset + offset # had it not been padded...
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE
81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
/netbsd-current/sys/dev/isa/
H A Dnca_isa.c179 bus_size_t base_offset, reg_offset = 0; local
191 for (base_offset = 0; base_offset < max_offset; base_offset += 0x08) {
193 printf("%s: testing offset 0x%x\n", __func__, (int)base_offset);
197 if (bus_space_read_1(iot, ioh, base_offset) == 0xff)
212 base_offset + C400_CSR,
224 if (nca_isa_test(iot, ioh, base_offset+reg_offset)) {
225 epd->sc_reg_offset = base_offset;
/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
H A Domap.h76 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c206 off_t base_offset; member in struct:lto_obj_add_section_data
236 new_slot->start = loasd->base_offset + offset;
274 loasd.base_offset = lo->base.offset;
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc202 off_t base_offset; member in struct:lto_obj_add_section_data
232 new_slot->start = loasd->base_offset + offset;
270 loasd.base_offset = lo->base.offset;
/netbsd-current/sys/ufs/ufs/
H A Dufs_extattr.c956 off_t base_offset; local
965 base_offset = sizeof(struct ufs_extattr_fileheader) +
979 aio.uio_offset = base_offset;
1020 *bap = base_offset;
1070 off_t base_offset; local
1100 error = ufs_extattr_get_header(vp, attribute, &ueh, &base_offset);
1111 uio->uio_offset = base_offset + sizeof(struct
1356 off_t base_offset; local
1397 base_offset = sizeof(struct ufs_extattr_fileheader) +
1414 local_aio.uio_offset = base_offset;
1474 off_t base_offset; local
[all...]
/netbsd-current/sys/ufs/lfs/
H A Dulfs_extattr.c967 off_t base_offset; local
976 base_offset = sizeof(struct ulfs_extattr_fileheader) +
990 aio.uio_offset = base_offset;
1031 *bap = base_offset;
1081 off_t base_offset; local
1111 error = ulfs_extattr_get_header(vp, attribute, &ueh, &base_offset);
1122 uio->uio_offset = base_offset + sizeof(struct
1367 off_t base_offset; local
1408 base_offset = sizeof(struct ulfs_extattr_fileheader) +
1425 local_aio.uio_offset = base_offset;
1485 off_t base_offset; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds12z-opc.h241 int base_offset; member in struct:memory_operand
H A Ds12z-dis.c287 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-opc.h241 int base_offset; member in struct:memory_operand
H A Ds12z-dis.c306 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds12z-opc.h241 int base_offset; member in struct:memory_operand
H A Ds12z-dis.c299 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds12z-opc.h241 int base_offset; member in struct:memory_operand
H A Ds12z-dis.c287 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dsi_vbt.c71 #define VLV_GPIO_PCONF0(base_offset) (base_offset)
72 #define VLV_GPIO_PAD_VAL(base_offset) ((base_offset) + 8)
75 u16 base_offset; member in struct:gpio_map
260 pconf0 = VLV_GPIO_PCONF0(map->base_offset);
261 padval = VLV_GPIO_PAD_VAL(map->base_offset);
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_cs.c360 u64 base_offset, base_align; local
384 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i];
427 if (!IS_ALIGNED(base_offset, base_align)) {
429 base_offset, base_align, array_mode);
528 u64 base_offset, base_align; local
578 base_offset = track->db_bo_mc + track->db_offset;
617 if (!IS_ALIGNED(base_offset, base_align)) {
619 base_offset, base_align, array_mode);
1475 u64 base_offset,
1494 base_offset <<
1472 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
1958 u32 size, offset, base_offset, mip_offset; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalops.c2036 LONGEST base_offset;
2073 base_offset = baseclass_offset (type, i, base_valaddr,
2079 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8;
2081 v = search_struct_method (name, arg1p, args, base_offset + offset,
2319 LONGEST base_offset;
2323 base_offset = baseclass_offset (type, i,
2331 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8;
2334 find_method_list (argp, method, base_offset + offset,
3499 int base_offset;
3502 base_offset
2034 LONGEST base_offset; local
2317 LONGEST base_offset; local
3497 int base_offset; local
[all...]
H A Dwindows-tdep.c886 int base_offset; /* Offset of image_base_address in PEB. */ local
891 base_offset = 8;
897 base_offset = 16;
906 if (!target_read_memory (peb + base_offset, buf, ptr_bytes))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.h127 poly_int64_pod base_offset; variable
H A Dasan.c1424 HOST_WIDE_INT base_offset = offsets[length - 1]; local
1426 HOST_WIDE_INT asan_frame_size = offsets[0] - base_offset;
1452 pp_wide_integer (&asan_pp, offsets[l] - base_offset);
1511 gen_int_mode (base_offset - base_align_bias, Pmode),
1556 - base_offset, Pmode),
1594 prev_offset = base_offset;
1603 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1);
1611 = base_offset + ((offset - base_offset)
1701 prev_offset = base_offset;
[all...]
H A Ddwarf2cfi.c542 cfa->base_offset = 0;
622 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int;
626 cfa->base_offset = ptr->dw_loc_oprnd2.v.val_int;
693 || known_eq (loc1->base_offset, loc2->base_offset)));
858 || !new_cfa->base_offset.is_constant ())
1170 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset);
1551 cfa.base_offset = -cfa_store.offset
1558 cfa.base_offset = -cfa_store.offset
1565 cfa.base_offset
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-tdep.c878 int base_offset; /* Offset of image_base_address in PEB. */ local
883 base_offset = 8;
889 base_offset = 16;
898 if (!target_read_memory (peb + base_offset, buf, ptr_bytes))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dasan.cc1813 HOST_WIDE_INT base_offset = offsets[length - 1]; local
1815 HOST_WIDE_INT asan_frame_size = offsets[0] - base_offset;
1841 pp_wide_integer (&asan_pp, offsets[l] - base_offset);
1900 gen_int_mode (base_offset - base_align_bias, Pmode),
1945 - base_offset, Pmode),
1983 prev_offset = base_offset;
1992 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1);
2000 = base_offset + ((offset - base_offset)
2090 prev_offset = base_offset;
[all...]
H A Ddwarf2cfi.cc542 cfa->base_offset = 0;
628 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int;
772 || known_eq (loc1->base_offset, loc2->base_offset)));
943 || !new_cfa->base_offset.is_constant ())
1320 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset);
1704 cfa.base_offset = -cfa_store.offset
1711 cfa.base_offset = -cfa_store.offset
1718 cfa.base_offset = -/+ <const_int> - {cfa_store,cfa_temp}.offset
1723 cfa.base_offset
[all...]

Completed in 226 milliseconds

1234