Home
last modified time | relevance | path

Searched refs:ioff (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/arch/hppa/stand/xxboot/
H A Dreadufs_ffs.c130 unsigned ioff; in get_ffs_inode() local
135 ioff = ino_to_fsbo(&fsi, ino); in get_ffs_inode()
139 di = (void *) &(&buf->di1)[ioff]; in get_ffs_inode()
141 di = (void *) &(&buf->di2)[ioff]; in get_ffs_inode()
147 di = &buf[ioff]; in get_ffs_inode()
/netbsd/sys/arch/x68k/stand/boot_ufs/
H A Dreadufs_ffs.c131 unsigned ioff; in get_ffs_inode() local
136 ioff = ino_to_fsbo(&fsi, ino); in get_ffs_inode()
140 di = (void *) &(&buf->di1)[ioff]; in get_ffs_inode()
142 di = (void *) &(&buf->di2)[ioff]; in get_ffs_inode()
148 di = &buf[ioff]; in get_ffs_inode()
/netbsd/sys/ufs/ext2fs/
H A Dext2fs_alloc.c648 …e(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff) in ext2fs_cg_update() argument
661 …if (E2FS_HAS_GD_CSUM(fs) && nifree < 0 && (ioff+1) >= (fs->e2fs.e2fs_ipg - fs2h16(gd->ext2bgd_itab… in ext2fs_cg_update()
662 gd->ext2bgd_itable_unused_lo = h2fs16(fs->e2fs.e2fs_ipg - (ioff + 1)); in ext2fs_cg_update()
728 ino_t ioff; in ext2fs_cg_verify_and_initialize() local
757 ioff = fs->e2fs.e2fs_ipg - fs2h16(gd->ext2bgd_itable_unused_lo); in ext2fs_cg_verify_and_initialize()
758 boff = (ioff % fs->e2fs_ipb) * EXT2_DINODE_SIZE(fs); in ext2fs_cg_verify_and_initialize()
760 for(i = ioff / fs->e2fs_ipb; i < fs->e2fs_itpg; i++) { in ext2fs_cg_verify_and_initialize()
/netbsd/sys/dev/
H A Dfss.c1122 int ioff; in fss_bs_indir() local
1125 ioff = cl%(FSS_CLSIZE(sc)/sizeof(u_int32_t)); in fss_bs_indir()
1128 return &sc->sc_indir_data[ioff]; in fss_bs_indir()
1147 return &sc->sc_indir_data[ioff]; in fss_bs_indir()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c2854 int dcode, icode, reg, ioff, dscale, ilen; in elf32_rx_relax_section() local
2867 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2; in elf32_rx_relax_section()
2908 if (srel[1].r_offset == irel->r_offset + ioff) in elf32_rx_relax_section()
2916 unsigned char * ip = insn + ioff; in elf32_rx_relax_section()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c2846 int dcode, icode, reg, ioff, dscale, ilen; in elf32_rx_relax_section() local
2859 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2; in elf32_rx_relax_section()
2900 if (srel[1].r_offset == irel->r_offset + ioff) in elf32_rx_relax_section()
2908 unsigned char * ip = insn + ioff; in elf32_rx_relax_section()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c2865 int dcode, icode, reg, ioff, dscale, ilen; in elf32_rx_relax_section() local
2878 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2; in elf32_rx_relax_section()
2919 if (srel[1].r_offset == irel->r_offset + ioff) in elf32_rx_relax_section()
2927 unsigned char * ip = insn + ioff; in elf32_rx_relax_section()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c2854 int dcode, icode, reg, ioff, dscale, ilen; in elf32_rx_relax_section() local
2867 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2; in elf32_rx_relax_section()
2908 if (srel[1].r_offset == irel->r_offset + ioff) in elf32_rx_relax_section()
2916 unsigned char * ip = insn + ioff; in elf32_rx_relax_section()
/netbsd/sys/dev/stbi/
H A Dstb_image.c2916 uint32 ioff=0, idata_limit=0, i, pal_len=0; in parse_png_file() local
2997 if (ioff + c.length > idata_limit) { in parse_png_file()
3000 while (ioff + c.length > idata_limit) in parse_png_file()
3005 if (!getn(s, z->idata+ioff,c.length)) return e("outofdata","Corrupt PNG"); in parse_png_file()
3006 ioff += c.length; in parse_png_file()
3015 …(uint8 *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, 16384, (int *) &ra… in parse_png_file()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vrp.c3708 offset_int ioff = wi::to_offset (fold_convert (ptrdiff_type_node, cstoff)); in check_mem_ref() local
3709 offset_int extrema[2] = { 0, wi::abs (ioff) }; in check_mem_ref()
3870 offrange[0] += ioff; in check_mem_ref()
3871 offrange[1] += ioff; in check_mem_ref()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vrp.c3708 offset_int ioff = wi::to_offset (fold_convert (ptrdiff_type_node, cstoff)); in check_mem_ref() local
3709 offset_int extrema[2] = { 0, wi::abs (ioff) }; in check_mem_ref()
3870 offrange[0] += ioff; in check_mem_ref()
3871 offrange[1] += ioff; in check_mem_ref()
/netbsd/sys/kern/
H A Dsubr_pool.c807 pool_init(struct pool *pp, size_t size, u_int align, u_int ioff, int flags, in pool_init() argument
815 KASSERT(ioff == 0); in pool_init()