HomeSort by: relevance | last modified time | path
    Searched refs:nblocks (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_basic_blocks.cc 57 unsigned int nblocks, b; local
62 if (gmon_io_read_32 (ifp, &nblocks))
71 nblocks = bfd_get_32 (core_bfd, (bfd_byte *) & nblocks);
75 for (b = 0; b < nblocks; ++b)
  /src/sys/arch/alpha/stand/common/
bbinfo.h 40 int32_t nblocks; member in struct:bbinfo
  /src/sys/arch/evbmips/stand/sbmips/common/
bbinfo.h 40 int32_t nblocks; member in struct:bbinfo
  /src/sys/arch/sbmips/stand/common/
bbinfo.h 40 int32_t nblocks; member in struct:bbinfo
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 75 const int nblocks = len / 4; local
84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
87 for (i = -nblocks; i; i++) {
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
126 const int nblocks = len / 16; local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
143 for (i = -nblocks; i; i++) {
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
230 const int nblocks = len / 16; local
243 for (i = 0; i < nblocks; i++)
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 75 const int nblocks = len / 4; local
84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
87 for (i = -nblocks; i; i++) {
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
126 const int nblocks = len / 16; local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
143 for (i = -nblocks; i; i++) {
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
230 const int nblocks = len / 16; local
243 for (i = 0; i < nblocks; i++)
    [all...]
  /src/sys/arch/aarch64/aarch64/
pmapboot.c 478 vsize_t left, mapsize, nblocks; local
485 nblocks = ulmin(left / L3_SIZE,
487 if (((va & L3_ADDR_BITS) != 0) && (nblocks > 0)) {
488 mapsize = nblocks * L3_SIZE;
498 nblocks = ulmin(left / L2_SIZE,
500 if (((va & L2_ADDR_BITS) != 0) && (nblocks > 0)) {
501 mapsize = nblocks * L2_SIZE;
510 nblocks = left / L1_SIZE;
511 if (nblocks > 0) {
512 mapsize = nblocks * L1_SIZE
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
memory-block.h 38 static void trim (int nblocks = freelist_size);
  /src/external/gpl3/gcc.old/dist/gcc/
memory-block.h 38 static void trim (int nblocks = freelist_size);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hash.h 75 const int nblocks = len / 4; local
84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
87 for (i = -nblocks; i; i++) {
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
126 const int nblocks = len / 16; local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
143 for (i = -nblocks; i; i++) {
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
228 const int nblocks = len / 16; local
241 for (i = 0; i < nblocks; i++)
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 75 const int nblocks = len / 4; local
84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4);
87 for (i = -nblocks; i; i++) {
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4);
126 const int nblocks = len / 16; local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16);
143 for (i = -nblocks; i; i++) {
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16);
228 const int nblocks = len / 16; local
241 for (i = 0; i < nblocks; i++)
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
basic_blocks.c 122 unsigned int nblocks, b; local
127 if (gmon_io_read_32 (ifp, &nblocks))
136 nblocks = bfd_get_32 (core_bfd, (bfd_byte *) & nblocks);
140 for (b = 0; b < nblocks; ++b)
213 unsigned int nblocks = 0; local
223 nblocks += i;
228 || gmon_io_write_32 (ofp, nblocks))
  /src/external/gpl3/binutils.old/dist/gprof/
basic_blocks.c 122 unsigned int nblocks, b; local
127 if (gmon_io_read_32 (ifp, &nblocks))
136 nblocks = bfd_get_32 (core_bfd, (bfd_byte *) & nblocks);
140 for (b = 0; b < nblocks; ++b)
213 unsigned int nblocks = 0; local
223 nblocks += i;
228 || gmon_io_write_32 (ofp, nblocks))
  /src/sys/dev/scsipi/
st_scsi.c 207 st->numblks = _3btol(scsipi_sense.blk_desc.nblocks);
318 scsi_pdata.blk_desc.nblocks[0] = 0;
319 scsi_pdata.blk_desc.nblocks[1] = 0;
320 scsi_pdata.blk_desc.nblocks[2] = 0;
  /src/sbin/fsck_lfs/
segwrite.c 545 int i, nblocks, num; local
558 nblocks = &sp->fip->fi_blocks[sp->fip->fi_nblocks] - sp->start_lbp;
561 nblocks = lfs_blocks_sub(fs, &tmpptr, &sp->start_lbp);
562 //nblocks_orig = nblocks;
565 if (vp == NULL || nblocks == 0)
572 for (i = 0; i < nblocks; i++) {
574 printf("nblocks = %d, not %d\n", i, nblocks);
575 nblocks = i;
579 nblocks -= num - 1
769 int do_again, nblocks, byteoffset; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 186 size_t nblocks, ivlen; local
239 nblocks = (inl + cipher_ctx->blocksize - 1)
243 nblocks += iv[ivlen];
244 iv[ivlen] = (uint8_t) nblocks;
245 nblocks >>= 8;
262 size_t nblocks, len; local
273 nblocks = inl/cipher_ctx->blocksize;
274 len = nblocks * cipher_ctx->blocksize;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zvol.h 50 extern int zvol_dump(dev_t dev, caddr_t addr, daddr_t offset, int nblocks);
  /src/sys/ufs/ext2fs/
ext2fs_inode.c 298 int i, nblocks; local
377 nblocks = btodb(fs->e2fs_bsize);
438 blocksreleased += nblocks;
508 int nblocks, blocksreleased = 0; local
522 nblocks = btodb(fs->e2fs_bsize);
584 blocksreleased += nblocks;
  /src/usr.sbin/npf/npfctl/
npf_bpf_comp.c 142 unsigned nblocks; member in struct:npf_bpf
289 ctx->nblocks++;
343 ctx->gblock = ctx->nblocks;
364 (ctx->nblocks - ctx->gblock) <= 1 &&
435 assert(ctx->nblocks == ctx->gblock);
490 assert(ctx->nblocks == ctx->gblock);
  /src/sys/arch/atari/dev/
fd.c 141 int nblocks; /* number of blocks on disk */ member in struct:fd_softc
170 int nblocks; /* number of blocks */ member in struct:fd_types
416 type->nblocks / (type->nsectors * type->nheads), type->nheads,
519 sc->nblocks = fdtypes[type].nblocks;
612 if (bp->b_blkno + sz > sc->nblocks) {
613 sz = sc->nblocks - bp->b_blkno;
1300 lp->d_ncylinders = sc->nblocks / lp->d_secpercyl;
1301 lp->d_secperunit = sc->nblocks;
  /src/sys/ufs/lfs/
lfs_segment.c 1644 int i, nblocks, num; local
1658 * nblocks = &sp->fip->fi_blocks[sp->fip->fi_nblocks] - sp->start_lbp;
1673 * 4. Save the value of nblocks in blocks_orig so we can
1680 nblocks = lfs_blocks_sub(fs, &tmpptr, &sp->start_lbp);
1681 nblocks_orig = nblocks;
1683 KASSERT(nblocks >= 0);
1685 if (nblocks == 0)
1692 for (i = 0; i < nblocks; i++) {
1694 DLOG((DLOG_SEG, "lfs_updatemeta: nblocks = %d, not %d\n", i, nblocks));
2067 int do_again, nblocks, byteoffset; local
    [all...]
lfs_inode.c 225 int i, nblocks; local
447 nblocks = lfs_btofsb(fs, lfs_sb_getbsize(fs));
492 real_released += nblocks;
493 blocksreleased += nblocks;
737 int nblocks; local
753 nblocks = lfs_btofsb(fs, lfs_sb_getbsize(fs));
824 real_released += nblocks;
825 blocksreleased += nblocks;
  /src/sbin/newfs_lfs/
make_lfs.c 295 int nblocks, bb, base, factor, lvl; local
298 nblocks = howmany(nfrags, lfs_sb_getfrag(fs));
299 if (nblocks >= ULFS_NDADDR)
316 if (ULFS_NDADDR < nblocks) {
318 /* XXX We are only called with nblocks > 1 for Ifile */
319 bb = nblocks - ULFS_NDADDR;
330 for (i = 0; i < MIN(nblocks,ULFS_NDADDR); i++) {
333 if (nblocks > ULFS_NDADDR) {
335 bb = howmany(nblocks - ULFS_NDADDR, LFS_NINDIR(fs)) - 1;
  /src/sys/crypto/aes/arch/x86/
aes_via.c 163 uint8_t out[static 16], size_t nblocks, uint32_t cw0)
177 : "+c"(nblocks), "+S"(in), "+D"(out)
184 uint8_t out[static 16], size_t nblocks, uint32_t cw0)
198 : "+c"(nblocks), "+S"(in), "+D"(out)
287 uint8_t out[static 16], size_t nblocks, uint8_t **ivp, uint32_t cw0)
303 * - Counts nblocks down to zero.
304 * - Advances in by nblocks (units of blocks).
305 * - Advances out by nblocks (units of blocks).
309 : "+c"(nblocks), "+S"(in), "+D"(out), "+a"(*ivp)
316 uint8_t out[static 16], size_t nblocks, uint8_t iv[static 16]
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 246 size_t nblocks, ivlen; local
299 nblocks = (inl + cipher_ctx->blocksize - 1)
303 nblocks += iv[ivlen];
304 iv[ivlen] = (uint8_t)nblocks;
305 nblocks >>= 8;
321 size_t nblocks, len; local
332 nblocks = inl / cipher_ctx->blocksize;
333 len = nblocks * cipher_ctx->blocksize;

Completed in 33 milliseconds

1 2 3