HomeSort by: relevance | last modified time | path
    Searched defs:base_offset (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/dev/isa/
nca_isa.c 179 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;
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-object.cc 202 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;
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-object.cc 202 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;
  /src/sys/ufs/lfs/
ulfs_extattr.c 967 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...]
  /src/sys/ufs/ufs/
ufs_extattr.c 959 off_t base_offset; local
968 base_offset = sizeof(struct ufs_extattr_fileheader) +
982 aio.uio_offset = base_offset;
1023 *bap = base_offset;
1073 off_t base_offset; local
1103 error = ufs_extattr_get_header(vp, attribute, &ueh, &base_offset);
1114 uio->uio_offset = base_offset + sizeof(struct
1359 off_t base_offset; local
1400 base_offset = sizeof(struct ufs_extattr_fileheader) +
1417 local_aio.uio_offset = base_offset;
1477 off_t base_offset; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi_vbt.c 71 #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);
  /src/external/gpl3/binutils/dist/opcodes/
s12z-opc.h 241 int base_offset; member in struct:memory_operand
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-opc.h 241 int base_offset; member in struct:memory_operand
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 157 It can now be either REG + CFA_OFFSET or *(REG + BASE_OFFSET) + CFA_OFFSET.
162 poly_int64_pod base_offset; variable
ipa-param-manipulation.cc 828 poly_int64 base_offset; local
829 base = get_addr_base_and_unit_offset (base, &base_offset);
845 base_offset + apm->unit_offset);
853 base_offset + apm->unit_offset);
postreload.cc 2000 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)];
2004 + base_offset
2041 = trunc_int_for_mode (added_offset + base_offset,
1998 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; local
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 467 long int cur_base_offset, base_offset; local
519 base_offset = value_as_long (value_subscript (vbase_array, cur_base_offset));
520 return base_offset;
windows-tdep.c 879 int base_offset; /* Offset of image_base_address in PEB. */ local
884 base_offset = 8;
890 base_offset = 16;
899 if (!target_read_memory (peb + base_offset, buf, ptr_bytes))
  /src/external/gpl3/gdb/dist/opcodes/
s12z-opc.h 241 int base_offset; member in struct:memory_operand
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-opc.h 241 int base_offset; member in struct:memory_operand
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_cs.c 360 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 <<= 8
1958 u32 size, offset, base_offset, mip_offset; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 157 It can now be either REG + CFA_OFFSET or *(REG + BASE_OFFSET) + CFA_OFFSET.
162 poly_int64 base_offset; variable
ipa-param-manipulation.cc 798 poly_int64 base_offset; local
799 base = get_addr_base_and_unit_offset (base, &base_offset);
815 base_offset + apm->unit_offset);
823 base_offset + apm->unit_offset);
postreload.cc 2078 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)];
2082 + base_offset
2127 = trunc_int_for_mode (added_offset + base_offset,
2076 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 3169 int64_t base_offset = 0;
3196 &base_offset);
3206 base_offset = 0;
3218 plongest (base_offset), plongest (frame_offset));
3168 int64_t base_offset = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 3173 int64_t base_offset = 0;
3200 &base_offset);
3210 base_offset = 0;
3222 plongest (base_offset), plongest (frame_offset));
3172 int64_t base_offset = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 466 long int cur_base_offset, base_offset; local
518 base_offset = value_as_long (value_subscript (vbase_array, cur_base_offset));
519 return base_offset;
windows-tdep.c 879 int base_offset; /* Offset of image_base_address in PEB. */ local
884 base_offset = 8;
890 base_offset = 16;
899 if (!target_read_memory (peb + base_offset, buf, ptr_bytes))
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 1851 HOST_WIDE_INT base_offset;
1860 base_reg_rtx = 0, base_offset = 0;
1887 base_reg_rtx = stack_pointer_rtx, base_offset = 0;
1895 base_offset = gp_offset - ((reg_save_count - 1) * 4);
1896 base_reg_rtx = iq2000_add_large_offset_to_sp (base_offset);
1907 GEN_INT (gp_offset - base_offset)));
1832 HOST_WIDE_INT base_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 1854 HOST_WIDE_INT base_offset;
1863 base_reg_rtx = 0, base_offset = 0;
1890 base_reg_rtx = stack_pointer_rtx, base_offset = 0;
1898 base_offset = gp_offset - ((reg_save_count - 1) * 4);
1899 base_reg_rtx = iq2000_add_large_offset_to_sp (base_offset);
1910 GEN_INT (gp_offset - base_offset)));
1835 HOST_WIDE_INT base_offset; local

Completed in 63 milliseconds

1 2