HomeSort by relevance Sort by last modified time
    Searched refs:blocksize (Results 126 - 150 of 201) sorted by null

1 2 3 4 56 7 8 9

  /external/e2fsprogs/debugfs/
ncheck.c 31 int blocksize EXT2FS_ATTR((unused)),
debugfs.c 49 blk_t blocksize, int catastrophic,
55 if (superblock != 0 && blocksize == 0) {
82 retval = ext2fs_open(device, open_flags, superblock, blocksize,
129 blk_t blocksize = 0; local
158 blocksize = parse_ulong(optarg, argv[0],
179 superblock, blocksize, catastrophic,
184 fprintf(stderr, "%s: Usage: open [-s superblock] [-b blocksize] "
258 "<device> <blocksize>", CHECK_FS_NOTOPEN))
905 current_fs->blocksize - 1) /
906 current_fs->blocksize) + 1
2152 blk_t blocksize = 0; local
    [all...]
icheck.c 81 block_buf = malloc(current_fs->blocksize * 3);
ls.c 48 int blocksize EXT2FS_ATTR((unused)),
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 316 unsigned int blocksize; // 0x400 typical; also 0x800, 0x1000 member in struct:PDB_JG_HEADER
972 unsigned blocksize, nBlocks; local
983 blocksize = pdb->u.ds.header->block_size;
984 nBlocks = (size + blocksize - 1) / blocksize;
985 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
987 VG_(memcpy)( buffer + i * blocksize,
988 pdb->pdbimage + block_list[i] * blocksize,
989 blocksize );
998 unsigned blocksize, nBlocks local
1059 unsigned blocksize = pdb->u.jg.header->blocksize; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 397 fs->blocksize,
398 fs->desc_blocks * fs->blocksize,
404 (old_fs->desc_blocks * fs->blocksize), 0,
406 fs->blocksize);
424 if (new > (int) fs->blocksize/4)
425 new = fs->blocksize/4;
623 retval = ext2fs_get_array(fs->blocksize, fs->inode_blocks_per_group,
628 memset(rfs->itable_buf, 0, fs->blocksize * fs->inode_blocks_per_group);
1118 retval = ext2fs_get_array(fs->blocksize,
    [all...]
online.c 111 fs->device_name, *new_size, fs->blocksize / 1024);
  /external/flac/libFLAC/
stream_decoder.c     [all...]
stream_encoder_framing.c 235 FLAC__ASSERT(header->blocksize > 0 && header->blocksize <= FLAC__MAX_BLOCK_SIZE);
236 /* when this assertion holds true, any legal blocksize can be expressed in the frame header */
239 switch(header->blocksize) {
254 if(header->blocksize <= 0x100)
339 if(!FLAC__bitwriter_write_raw_uint32(bw, header->blocksize-1, (blocksize_hint==6)? 8:16))
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 71 * @param blocksize Size of blocks to allocate
73 public NodeVector(int blocksize)
75 m_blocksize = blocksize;
  /external/e2fsprogs/lib/ext2fs/
alloc.c 195 retval = ext2fs_get_mem(fs->blocksize, &buf);
200 memset(block_buf, 0, fs->blocksize);
  /external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
SDL_bsdaudio.c 292 info.blocksize,
381 info.blocksize = spec->size;
  /external/e2fsprogs/lib/blkid/
probe.c 810 unsigned int blocksize; local
813 blocksize = blkid_le16(rs->rs_blocksize);
815 /* The blocksize must be at least 1k */
816 if ((blocksize >> 10) == 0)
820 if (id->bim_kboff/(blocksize>>10) > blkid_le32(rs->rs_journal_block))
1197 unsigned int blocksize; local
1243 blocksize = blkid_be32(hfsplus->blocksize);
1247 buf = get_buffer(probe, off + (cat_block * blocksize), 0x2000);
    [all...]
  /external/openssl/crypto/evp/
e_aes.c 416 #define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
418 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
426 nid##_##keylen##_##nmode,blocksize, \
437 #define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
439 nid##_##keylen##_##mode,blocksize, \
448 nid##_##keylen##_##mode,blocksize, \
461 #define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
463 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
473 #define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
475 nid##_##keylen##_##mode,blocksize, \
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 182 if (inode->i_size > fs->blocksize)
205 if ((inode->i_size >= fs->blocksize) ||
206 (blocks != fs->blocksize >> 9) ||
218 len = strnlen(buf, fs->blocksize);
219 if (len == fs->blocksize)
490 (rec_len >= ctx->fs->blocksize - 12))
672 block_buf = (char *) e2fsck_allocate_memory(ctx, fs->blocksize * 3,
    [all...]
pass4.c 148 fs->blocksize, "bad_inode buffer");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 186 * @param blocksize The block size of the DTM.
193 int blocksize, boolean usePrevsib,
199 if (blocksize <= 64)
210 m_exptype = new SuballocatedIntVector(blocksize, numblocks);
211 m_firstch = new SuballocatedIntVector(blocksize, numblocks);
212 m_nextsib = new SuballocatedIntVector(blocksize, numblocks);
213 m_parent = new SuballocatedIntVector(blocksize, numblocks);
219 m_prevsib = new SuballocatedIntVector(blocksize, numblocks);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 240 * @param blocksize The block size of the DTM.
248 int blocksize,
254 xstringfactory, doIndexing, blocksize, usePrevsib, newNameTable);
257 // the blocksize is small. This reduces the cost of creating an RTF.
258 if (blocksize <= 64)
260 m_data = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS_SMALL);
261 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS_SMALL);
269 m_data = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS);
270 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS);
280 //m_data = new SuballocatedIntVector(blocksize);
    [all...]
  /external/quake/quake/src/QW/client/
surf16.s 62 movl C(blocksize),%eax
  /external/quake/quake/src/WinQuake/
surf16.s 62 movl C(blocksize),%eax
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 78 * @param blocksize Size of blocks to allocate
81 public NodeSetDTM(int blocksize, int dummy, DTMManager dtmManager)
83 super(blocksize);
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 322 blocksize; member in struct:__anon7176
356 blocksize; member in struct:__anon7177
  /external/e2fsprogs/misc/
tune2fs.c 187 fs->blocksize, io_ptr, &jfs);
527 fs->blocksize, io_ptr, &jfs);
1103 retval = ext2fs_get_mem(fs->blocksize, &buf);
1212 retval = ext2fs_get_mem(fs->blocksize * 3, &block_buf);
1313 old_itable_size = fs->inode_blocks_per_group * fs->blocksize;
1319 fs->blocksize);
1321 new_itable_size = new_ino_blks_per_grp * fs->blocksize;
    [all...]
  /external/libvorbis/lib/
vorbisenc.c 522 long blocksize=ci->blocksizes[block]>>1; local
529 f->n=freq/nyq*blocksize;
569 r->end=(int)((freq/nyq*blocksize*ch)/r->grouping+.9)* /* round up only if we're well past */
571 /* the blocksize and grouping may disagree at the end */
572 if(r->end>blocksize*ch)r->end=blocksize*ch/r->grouping*r->grouping;
576 r->end=(int)((freq/nyq*blocksize)/r->grouping+.9)* /* round up only if we're well past */
578 /* the blocksize and grouping may disagree at the end */
579 if(r->end>blocksize)r->end=blocksize/r->grouping*r->grouping
    [all...]
  /external/stressapptest/src/
pattern.cc 259 int blocksize = 4096; local
260 int count = blocksize / sizeof i;

Completed in 1653 milliseconds

1 2 3 4 56 7 8 9