Home
last modified time | relevance | path

Searched refs:nextsize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/opencrypto/
H A Ddeflate.c147 int nextsize = buf[i-1].size * 2; in deflate_global() local
148 if (i == ZBUF || nextsize > 1000000) in deflate_global()
150 buf[i].out = malloc(nextsize, M_CRYPTO_DATA, M_NOWAIT); in deflate_global()
154 zbuf.avail_out = buf[i].size = nextsize; in deflate_global()
341 int nextsize = buf[i-1].size * 2; in gzip_global() local
342 if (i == ZBUF || nextsize > 1000000) in gzip_global()
344 buf[i].out = malloc(nextsize, M_CRYPTO_DATA, M_NOWAIT); in gzip_global()
348 zbuf.avail_out = buf[i].size = nextsize; in gzip_global()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c202 int nextsize = fs->e2fs_bsize; in ext2fs_bufrd()
204 size, &nextlbn, &nextsize, 1, 0, &bp); in ext2fs_bufrd()
201 int nextsize = fs->e2fs_bsize; ext2fs_bufrd() local
/netbsd-src/sys/ufs/lfs/
H A Dulfs_readwrite.c170 int nextsize = lfs_blksize(fs, ip, nextlbn); in BUFRD() local
172 size, &nextlbn, &nextsize, 1, 0, &bp); in BUFRD()
/netbsd-src/sys/ufs/ufs/
H A Dufs_readwrite.c173 int nextsize = ufs_blksize(fs, ip, nextlbn); in BUFRD()
175 size, &nextlbn, &nextsize, 1, 0, &bp); in BUFRD()
171 int nextsize = ufs_blksize(fs, ip, nextlbn); BUFRD() local
/netbsd-src/sys/ufs/ffs/
H A Dffs_extattr.c209 u_int nextsize = sblksize(fs, dp->di_extsize, nextlbn); in ffs_extread() local
213 size, &nextlbn, &nextsize, 1, 0, &bp); in ffs_extread()
H A Dffs_snapshot.c2103 int nextsize = fs->fs_bsize; in ffs_snapshot_read() local
2105 size, &nextlbn, &nextsize, 1, 0, &bp); in ffs_snapshot_read()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c398 d_uns64 nextsize = t->next->size(); in pointerBitmap() local
399 if (nextsize == SIZE_INVALID) in pointerBitmap()
404 offset = arrayoff + i * nextsize; in pointerBitmap()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d246 ulong nextsize = t.next.size(); in visit() local
247 if (nextsize == SIZE_INVALID) in visit()
252 offset = arrayoff + i * nextsize; in visit()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vnops.c702 int nextsize = chfs_blksize(chmp, ip, nextlbn); in chfs_read() local
705 size, &nextlbn, &nextsize, 1, 0, &bp); in chfs_read()