Searched refs:ioff (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot_ufs/
H A Dreadufs_ffs.c130 unsigned ioff; local
135 ioff = ino_to_fsbo(&fsi, ino);
139 di = (void *) &(&buf->di1)[ioff];
141 di = (void *) &(&buf->di2)[ioff];
147 di = &buf[ioff];
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/xxboot/
H A Dreadufs_ffs.c129 unsigned ioff; local
134 ioff = ino_to_fsbo(&fsi, ino);
138 di = (void *) &(&buf->di1)[ioff];
140 di = (void *) &(&buf->di2)[ioff];
146 di = &buf[ioff];
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dbus_dma.c584 bus_size_t minlen, ioff; local
587 for (iov = uio->uio_iov, ioff = offset; len != 0; iov++) {
589 if (ioff >= iov->iov_len) {
590 ioff -= iov->iov_len;
598 minlen = iov->iov_len - ioff;
603 addr += ioff;
621 ioff = 0;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_pool.c590 pool_init(struct pool *pp, size_t size, u_int align, u_int ioff, int flags, argument
695 * Silently enforce `0 <= ioff < align'.
697 pp->pr_itemoffset = ioff %= align;
699 trysize = palloc->pa_pagesz - ((align - ioff) % align);
715 * Alignment is to take place at `ioff' within the item. This means
719 pp->pr_itemsperpage = (off - ((align - ioff) % align)) / pp->pr_size;
1345 const unsigned int ioff = pp->pr_itemoffset; local
1380 if (ioff != 0)
1381 cp = (char *)cp + align - ioff;
1383 KASSERT((((vaddr_t)cp + ioff)
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dfss.c1045 int ioff; local
1048 ioff = cl%(FSS_CLSIZE(sc)/sizeof(u_int32_t));
1051 return &sc->sc_indir_data[ioff];
1070 return &sc->sc_indir_data[ioff];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c2634 int dcode, icode, reg, ioff, dscale, ilen;
2647 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2;
2688 if (srel[1].r_offset == irel->r_offset + ioff)
2696 unsigned char * ip = insn + ioff;
2631 int dcode, icode, reg, ioff, dscale, ilen; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c2637 int dcode, icode, reg, ioff, dscale, ilen;
2650 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2;
2691 if (srel[1].r_offset == irel->r_offset + ioff)
2699 unsigned char * ip = insn + ioff;
2634 int dcode, icode, reg, ioff, dscale, ilen; local
/netbsd-6-1-5-RELEASE/sys/dev/stbi/
H A Dstb_image.c2889 uint32 ioff=0, idata_limit=0, i, pal_len=0; local
2970 if (ioff + c.length > idata_limit) {
2973 while (ioff + c.length > idata_limit)
2978 if (!getn(s, z->idata+ioff,c.length)) return e("outofdata","Corrupt PNG");
2979 ioff += c.length;
2988 z->expanded = (uint8 *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, 16384, (int *) &raw_len, !iphone);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Demit-rtl.c1739 HOST_WIDE_INT ioff = tree_low_cst (off_tree, 1);
1740 HOST_WIDE_INT aoff = (ioff & -ioff) * BITS_PER_UNIT;
1745 offset = GEN_INT (ioff);
1731 HOST_WIDE_INT ioff = tree_low_cst (off_tree, 1); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Demit-rtl.c1657 HOST_WIDE_INT ioff = tree_low_cst (off_tree, 1);
1658 HOST_WIDE_INT aoff = (ioff & -ioff) * BITS_PER_UNIT;
1662 offset = GEN_INT (ioff);
1650 HOST_WIDE_INT ioff = tree_low_cst (off_tree, 1); local

Completed in 206 milliseconds