/netbsd-src/external/apache2/llvm/dist/llvm/utils/testgen/ |
H A D | mc-bundling-x86-gen.py | 57 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-src/sys/dev/isa/ |
H A D | nca_isa.c | 179 bus_size_t base_offset, reg_offset = 0; in nca_isa_find() local 191 for (base_offset = 0; base_offset < max_offset; base_offset += 0x08) { in nca_isa_find() 193 printf("%s: testing offset 0x%x\n", __func__, (int)base_offset); in nca_isa_find() 197 if (bus_space_read_1(iot, ioh, base_offset) == 0xff) in nca_isa_find() 212 base_offset + C400_CSR, in nca_isa_find() 224 if (nca_isa_test(iot, ioh, base_offset+reg_offset)) { in nca_isa_find() 225 epd->sc_reg_offset = base_offset; in nca_isa_find()
|
/netbsd-src/sys/ufs/lfs/ |
H A D | ulfs_extattr.c | 967 off_t base_offset; in ulfs_extattr_get_header() local 976 base_offset = sizeof(struct ulfs_extattr_fileheader) + in ulfs_extattr_get_header() 990 aio.uio_offset = base_offset; in ulfs_extattr_get_header() 1031 *bap = base_offset; in ulfs_extattr_get_header() 1081 off_t base_offset; in ulfs_extattr_get() local 1111 error = ulfs_extattr_get_header(vp, attribute, &ueh, &base_offset); in ulfs_extattr_get() 1122 uio->uio_offset = base_offset + sizeof(struct in ulfs_extattr_get() 1367 off_t base_offset; in ulfs_extattr_set() local 1408 base_offset = sizeof(struct ulfs_extattr_fileheader) + in ulfs_extattr_set() 1425 local_aio.uio_offset = base_offset; in ulfs_extattr_set() [all …]
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_extattr.c | 956 off_t base_offset; in ufs_extattr_get_header() local 965 base_offset = sizeof(struct ufs_extattr_fileheader) + in ufs_extattr_get_header() 979 aio.uio_offset = base_offset; in ufs_extattr_get_header() 1020 *bap = base_offset; in ufs_extattr_get_header() 1070 off_t base_offset; in ufs_extattr_get() local 1100 error = ufs_extattr_get_header(vp, attribute, &ueh, &base_offset); in ufs_extattr_get() 1111 uio->uio_offset = base_offset + sizeof(struct in ufs_extattr_get() 1356 off_t base_offset; in ufs_extattr_set() local 1397 base_offset = sizeof(struct ufs_extattr_fileheader) + in ufs_extattr_set() 1414 local_aio.uio_offset = base_offset; in ufs_extattr_set() [all …]
|
/netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/ |
H A D | omap.h | 76 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_dsi_vbt.c | 71 #define VLV_GPIO_PCONF0(base_offset) (base_offset) argument 72 #define VLV_GPIO_PAD_VAL(base_offset) ((base_offset) + 8) argument 75 u16 base_offset; member 260 pconf0 = VLV_GPIO_PCONF0(map->base_offset); in vlv_exec_gpio() 261 padval = VLV_GPIO_PAD_VAL(map->base_offset); in vlv_exec_gpio()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-object.cc | 202 off_t base_offset; member 232 new_slot->start = loasd->base_offset + offset; in lto_obj_add_section() 270 loasd.base_offset = lo->base.offset; in lto_obj_build_section_table()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-object.c | 206 off_t base_offset; member 236 new_slot->start = loasd->base_offset + offset; in lto_obj_add_section() 274 loasd.base_offset = lo->base.offset; in lto_obj_build_section_table()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_r600_cs.c | 360 u64 base_offset, base_align; in r600_cs_track_validate_cb() local 384 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i]; in r600_cs_track_validate_cb() 427 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_cb() 429 base_offset, base_align, array_mode); in r600_cs_track_validate_cb() 528 u64 base_offset, base_align; in r600_cs_track_validate_db() local 578 base_offset = track->db_bo_mc + track->db_offset; in r600_cs_track_validate_db() 617 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_db() 619 base_offset, base_align, array_mode); in r600_cs_track_validate_db() 1475 u64 base_offset, in r600_check_texture_resource() argument 1494 base_offset <<= 8; in r600_check_texture_resource() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | asan.c | 1424 HOST_WIDE_INT base_offset = offsets[length - 1]; in asan_emit_stack_protection() local 1426 HOST_WIDE_INT asan_frame_size = offsets[0] - base_offset; in asan_emit_stack_protection() 1452 pp_wide_integer (&asan_pp, offsets[l] - base_offset); in asan_emit_stack_protection() 1511 gen_int_mode (base_offset - base_align_bias, Pmode), in asan_emit_stack_protection() 1556 - base_offset, Pmode), in asan_emit_stack_protection() 1594 prev_offset = base_offset; in asan_emit_stack_protection() 1603 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1); in asan_emit_stack_protection() 1611 = base_offset + ((offset - base_offset) in asan_emit_stack_protection() 1701 prev_offset = base_offset; in asan_emit_stack_protection() 1702 last_offset = base_offset; in asan_emit_stack_protection() [all …]
|
H A D | dwarf2cfi.c | 539 cfa->base_offset = 0; in get_cfa_from_loc_descr() 619 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr() 623 cfa->base_offset = ptr->dw_loc_oprnd2.v.val_int; in get_cfa_from_loc_descr() 690 || known_eq (loc1->base_offset, loc2->base_offset))); in cfa_equal_p() 855 || !new_cfa->base_offset.is_constant ()) in def_cfa_0() 1167 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset); in dwarf2out_frame_debug_def_cfa() 2019 cur_cfa->base_offset = offset; in dwarf2out_frame_debug_expr() 2043 cur_cfa->base_offset = offset; in dwarf2out_frame_debug_expr()
|
H A D | dwarf2out.h | 127 poly_int64_pod base_offset; member
|
H A D | ipa-param-manipulation.c | 691 poly_int64 base_offset; in modify_call() local 692 base = get_addr_base_and_unit_offset (base, &base_offset); in modify_call() 708 base_offset + apm->unit_offset); in modify_call() 716 base_offset + apm->unit_offset); in modify_call()
|
H A D | tree-sra.c | 1579 poly_int64 base_offset; in build_ref_for_offset() local 1592 base = get_addr_base_and_unit_offset (base, &base_offset); in build_ref_for_offset() 1618 base_offset + byte_offset); in build_ref_for_offset() 1625 base_offset + byte_offset); in build_ref_for_offset() 1735 poly_int64 base_offset; in build_debug_ref_for_model() local 1742 base = get_addr_base_and_unit_offset (base, &base_offset); in build_debug_ref_for_model() 1748 base_offset + offset / BITS_PER_UNIT); in build_debug_ref_for_model() 1755 base_offset + offset / BITS_PER_UNIT); in build_debug_ref_for_model()
|
H A D | function.c | 583 poly_int64 base_offset; in class() local 770 if (known_in_range_p (offset, p->base_offset, p->full_size)) in find_temp_slot_from_address() 849 p->base_offset = best_p->base_offset + rounded_size; in assign_stack_temp_for_type() 904 p->base_offset = frame_offset; in assign_stack_temp_for_type() 909 p->base_offset = frame_offset_old; in assign_stack_temp_for_type() 1068 if (known_eq (p->base_offset + p->full_size, q->base_offset)) in combine_temp_slots() 1075 else if (known_eq (q->base_offset + q->full_size, p->base_offset)) in combine_temp_slots()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | asan.cc | 1813 HOST_WIDE_INT base_offset = offsets[length - 1]; in asan_emit_stack_protection() local 1815 HOST_WIDE_INT asan_frame_size = offsets[0] - base_offset; in asan_emit_stack_protection() 1841 pp_wide_integer (&asan_pp, offsets[l] - base_offset); in asan_emit_stack_protection() 1920 gen_int_mode (base_offset - base_align_bias, Pmode), in asan_emit_stack_protection() 1965 - base_offset, Pmode), in asan_emit_stack_protection() 2003 prev_offset = base_offset; in asan_emit_stack_protection() 2012 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1); in asan_emit_stack_protection() 2020 = base_offset + ((offset - base_offset) in asan_emit_stack_protection() 2110 prev_offset = base_offset; in asan_emit_stack_protection() 2111 last_offset = base_offset; in asan_emit_stack_protection() [all …]
|
H A D | dwarf2cfi.cc | 539 cfa->base_offset = 0; in get_cfa_from_loc_descr() 625 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr() 769 || known_eq (loc1->base_offset, loc2->base_offset))); in cfa_equal_p() 940 || !new_cfa->base_offset.is_constant ()) in def_cfa_0() 1317 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset); in dwarf2out_frame_debug_def_cfa() 2173 cur_cfa->base_offset = offset; in dwarf2out_frame_debug_expr() 2197 cur_cfa->base_offset = offset; in dwarf2out_frame_debug_expr()
|
H A D | tree-sra.cc | 1619 poly_int64 base_offset; in build_ref_for_offset() local 1632 base = get_addr_base_and_unit_offset (base, &base_offset); in build_ref_for_offset() 1658 base_offset + byte_offset); in build_ref_for_offset() 1665 base_offset + byte_offset); in build_ref_for_offset() 1775 poly_int64 base_offset; in build_debug_ref_for_model() local 1782 base = get_addr_base_and_unit_offset (base, &base_offset); in build_debug_ref_for_model() 1788 base_offset + offset / BITS_PER_UNIT); in build_debug_ref_for_model() 1795 base_offset + offset / BITS_PER_UNIT); in build_debug_ref_for_model()
|
H A D | dwarf2out.h | 162 poly_int64_pod base_offset; member
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | s12z-opc.h | 241 int base_offset; member
|
H A D | s12z-dis.c | 287 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset); in opr_emit_disassembly()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | s12z-opc.h | 241 int base_offset; member
|
H A D | s12z-dis.c | 287 (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset); in opr_emit_disassembly()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
H A D | iq2000.cc | 1835 HOST_WIDE_INT base_offset; in save_restore_insns() local 1844 base_reg_rtx = 0, base_offset = 0; in save_restore_insns() 1871 base_reg_rtx = stack_pointer_rtx, base_offset = 0; in save_restore_insns() 1879 base_offset = gp_offset - ((reg_save_count - 1) * 4); in save_restore_insns() 1880 base_reg_rtx = iq2000_add_large_offset_to_sp (base_offset); in save_restore_insns() 1891 GEN_INT (gp_offset - base_offset))); in save_restore_insns()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
H A D | iq2000.c | 1835 HOST_WIDE_INT base_offset; in save_restore_insns() local 1844 base_reg_rtx = 0, base_offset = 0; in save_restore_insns() 1871 base_reg_rtx = stack_pointer_rtx, base_offset = 0; in save_restore_insns() 1879 base_offset = gp_offset - ((reg_save_count - 1) * 4); in save_restore_insns() 1880 base_reg_rtx = iq2000_add_large_offset_to_sp (base_offset); in save_restore_insns() 1891 GEN_INT (gp_offset - base_offset))); in save_restore_insns()
|