HomeSort by relevance Sort by last modified time
    Searched full:blocksize (Results 226 - 250 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/debugfs/
ls.c 48 int blocksize EXT2FS_ATTR((unused)),
lsdel.c 111 block_buf = malloc(current_fs->blocksize * 3);
dump.c 293 int blocksize EXT2FS_ATTR((unused)),
  /external/e2fsprogs/e2fsck/
pass4.c 146 fs->blocksize, "bad_inode buffer");
  /external/e2fsprogs/resize/
online.c 112 fs->device_name, *new_size, fs->blocksize / 1024);
  /external/e2fsprogs/util/
copy_sparse.c 125 printf("Blocksize of file %s is %ld\n", src, bs);
  /external/flac/libFLAC/include/private/
fixed.h 48 * sample + log2(blocksize) > 30
  /external/libvpx/examples/includes/geshi/geshi/
fortran.php 60 'access','action','advance','blank','blocksize','carriagecontrol',
  /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/tremolo/Tremolo/
codec_internal.h 201 blocksize flag and a mapping (along with the mapping setup */
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 145 Word16 *timeSignal, /*!< BLOCKSIZE*nChannels audio samples, interleaved */
  /frameworks/base/services/audioflinger/
AudioMixer.h 130 static const int BLOCKSIZE = 16; // 4 cache lines
AudioMixer.cpp 904 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32)));
950 size_t outFrames = BLOCKSIZE;
958 (t.hook)(&t, outTemp + (BLOCKSIZE-outFrames)*MAX_NUM_CHANNELS, inFrames, state->resampleTemp, aux);
967 t.buffer.frameCount = (state->frameCount - numFrames) - (BLOCKSIZE - outFrames);
979 ditherAndClamp(out, outTemp, BLOCKSIZE);
980 out += BLOCKSIZE;
981 numFrames += BLOCKSIZE;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 371 __u32 blocksize; member in struct:fuse_bmap_in
jbd.h 142 __be32 s_blocksize; /* journal device blocksize */
  /external/chromium/net/disk_cache/
entry_impl.cc 430 offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
688 offset = address.start_block() * address.BlockSize() + kBlockHeaderSize;
903 file_offset += address.start_block() * address.BlockSize() +
991 file_offset += address.start_block() * address.BlockSize() +
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.c 566 uint32_t blockSize, newTop, i, nextOffset, newBlock, min;
617 blockSize=MBCS_UTF8_STAGE_3_BLOCK_SIZE;
620 blockSize=MBCS_STAGE_3_BLOCK_SIZE;
632 newTop=newBlock+blockSize;
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap;
752 blockSize=MBCS_UTF8_STAGE_3_BLOCK_SIZE*maxCharLength;
755 blockSize=MBCS_STAGE_3_BLOCK_SIZE*maxCharLength;
776 newTop=newBlock+blockSize;
    [all...]
  /system/extras/ext4_utils/
output_file.c 191 * blocksize aligned, so we need to deal with that too.
262 * blocksize aligned, so we need to deal with that too.
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
NullCipherTest.java 51 assertEquals("Incorrect BlockSize", 1, c.getBlockSize());
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherSpiTest.java 60 assertEquals("BlockSize is not 0", cSpi.engineGetBlockSize(), 0);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 158 unsigned long blocksize; member in struct:ltc_hash_descriptor
  /external/e2fsprogs/misc/
chattr.1.in 93 filesystem blocksize instead of in units of sectors, and means that the file
util.c 263 j_blocks = size * 1024 / (fs->blocksize / 1024);
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 30 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block.

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 91011>>