HomeSort by relevance Sort by last modified time
    Searched refs:blocksize (Results 151 - 175 of 263) sorted by null

1 2 3 4 5 67 8 91011

  /external/e2fsprogs/lib/ext2fs/
block.c 66 limit = ctx->fs->blocksize >> 2;
144 limit = ctx->fs->blocksize >> 2;
223 limit = ctx->fs->blocksize >> 2;
329 limit = fs->blocksize >> 2;
339 retval = ext2fs_get_array(3, fs->blocksize, &ctx.ind_buf);
343 ctx.dind_buf = ctx.ind_buf + fs->blocksize;
344 ctx.tind_buf = ctx.dind_buf + fs->blocksize;
alloc.c 195 retval = ext2fs_get_mem(fs->blocksize, &buf);
200 memset(block_buf, 0, fs->blocksize);
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 648 unsigned blocksize = mWriteHeader.blocksize; local
649 if (blocksize == 0 || blocksize > getMaxBlockSize()) {
650 ALOGE("FLACParser::readBuffer write invalid blocksize %u", blocksize);
665 size_t bufferSize = blocksize * getChannels() * sizeof(short);
670 (*mCopy)(data, mWriteBuffer, blocksize, getChannels());
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_texture.c 292 uint32_t blocksize,
312 LEN(4); /* blocksize */
334 WRITE(4, uint32_t, blocksize); /* blocksize */
359 uint32_t blocksize,
375 LEN(4); /* blocksize */
392 WRITE(4, uint32_t, blocksize); /* blocksize */
585 READ(4, uint32_t, blocksize); /* blocksize */
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 213 inode.i_size = fs->blocksize;
458 inode.i_size = fs->blocksize;
602 int blocksize EXT2FS_ATTR((unused)),
726 retval = ext2fs_get_mem(fs->blocksize, &block);
731 memset(block, 0, fs->blocksize);
791 inode.i_size = (es.last_block + 1) * fs->blocksize;
unix.c 80 _("Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
95 " -B blocksize Force blocksize when looking for superblock\n"
760 ctx->blocksize = atoi(optarg);
941 if (ctx->superblock && ctx->blocksize) {
943 flags, ctx->superblock, ctx->blocksize,
946 int blocksize; local
947 for (blocksize = EXT2_MIN_BLOCK_SIZE;
948 blocksize <= EXT2_MAX_BLOCK_SIZE; blocksize *= 2)
1153 __u32 blocksize = EXT2_BLOCK_SIZE(fs->super); local
    [all...]
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...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.c 292 uint32_t blocksize,
312 LEN(4); /* blocksize */
334 WRITE(4, uint32_t, blocksize); /* blocksize */
359 uint32_t blocksize,
375 LEN(4); /* blocksize */
392 WRITE(4, uint32_t, blocksize); /* blocksize */
585 READ(4, uint32_t, blocksize); /* blocksize */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_miptree.c 189 const unsigned blocksize = util_format_get_blocksize(pt->format); local
199 mt->level[0].pitch = align(pt->width0 * blocksize, 64);
211 const unsigned blocksize = util_format_get_blocksize(pt->format); local
237 lvl->pitch = align(nbx * blocksize, tsx);
  /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...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 189 const unsigned blocksize = util_format_get_blocksize(pt->format); local
199 mt->level[0].pitch = align(pt->width0 * blocksize, 64);
211 const unsigned blocksize = util_format_get_blocksize(pt->format); local
237 lvl->pitch = align(nbx * blocksize, tsx);
  /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...]
  /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/qemu/distrib/sdl-1.2.15/src/audio/bsd/
SDL_bsdaudio.c 292 info.blocksize,
381 info.blocksize = spec->size;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 394 def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
401 blocksize: The maximum number of bytes to read from the
411 data = conn.recv(blocksize)
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None):
454 blocksize: The maximum data size to read from fp and send over
466 buf = fp.read(blocksize)
690 def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
695 data = conn.recv(blocksize)
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None):
735 buf = fp.read(blocksize)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 394 def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
401 blocksize: The maximum number of bytes to read from the
411 data = conn.recv(blocksize)
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None):
454 blocksize: The maximum data size to read from fp and send over
466 buf = fp.read(blocksize)
690 def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
695 data = conn.recv(blocksize)
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None):
735 buf = fp.read(blocksize)
    [all...]
  /external/chromium_org/third_party/openssl/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/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/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...]

Completed in 1094 milliseconds

1 2 3 4 5 67 8 91011