| /netbsd-src/sys/opencrypto/ |
| H A D | deflate.c | 147 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 D | ext2fs_readwrite.c | 202 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 D | ulfs_readwrite.c | 170 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 D | ufs_readwrite.c | 173 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 D | ffs_extattr.c | 209 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 D | ffs_snapshot.c | 2103 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 D | traits.c | 398 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 D | traits.d | 246 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 D | chfs_vnops.c | 702 int nextsize = chfs_blksize(chmp, ip, nextlbn); in chfs_read() local 705 size, &nextlbn, &nextsize, 1, 0, &bp); in chfs_read()
|