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

<<111213141516

  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 111 EAS_U16 blockSize; /* block size for ADPCM decoder */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 111 EAS_U16 blockSize; /* block size for ADPCM decoder */
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 111 EAS_U16 blockSize; /* block size for ADPCM decoder */
  /external/tremolo/Tremolo/
treminfo.c 122 /* blocksize 0 is guaranteed to be short, 1 is guarantted to be long.
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 146 assertEquals("BlockSize is not 0", cSpi.engineGetBlockSize(), 0);
  /system/core/sdcard/
fuse.h 496 __u32 blocksize; member in struct:fuse_bmap_in
  /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...]
DTMDefaultBaseIterators.java 71 * @param blocksize The block size of the DTM.
80 int blocksize,
85 xstringfactory, doIndexing, blocksize, usePrevsib, newNameTable);
    [all...]
DTMDefaultBaseTraversers.java 76 * @param blocksize The block size of the DTM.
85 int blocksize,
90 doIndexing, blocksize, usePrevsib, newNameTable);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 508 * The input will be an exact multiple of our blocksize.
536 * The input will be an exact multiple of our blocksize.
  /external/e2fsprogs/doc/
libext2fs.texinfo 297 The blocksize of the filesystem. Valid values are 0 (1024 bytes), 1
298 (2048 bytes), or 2 (4096 bytes). The default blocksize is 1024 bytes.
307 blocksize of 1024 bytes, this value must be at least 1, since the
624 filesystem's blocksize.
768 @deftypefun errcode_t ext2fs_dir_iterate (ext2_filsys @var{fs}, ext2_ino_t @var{dir}, int @var{flags}, char *@var{block_buf}, int (*@var{func})(struct ext2_dir_entry *@var{dirent}, int @var{offset}, int @var{blocksize}, char *@var{buf}, void *@var{private}), void *@var{private})
776 which must be at least as big as the filesystem's blocksize.
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 374 int blocksize EXT2FS_ATTR((unused)),
737 retval = ext2fs_get_mem(fs->blocksize, &cs.buf);
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 177 __u32 s_blocksize; /* journal device blocksize */
530 /* Device, blocksize and starting block offset for the location
nt_io.c 1029 ext2fs_get_device_size(const char *file, int blocksize,
1059 *retblocks = (blk_t)(unsigned __int64)(FsSize / blocksize);
undo_io.c 295 /* Write the blocksize to tdb file */
  /external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java     [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 123 long blockSize = fs.getBlockSize();
137 long result = mLastBlocks*blockSize/mBytesPerSecond;
  /external/e2fsprogs/
RELEASE-NOTES 123 arguments summary for "-o superblock=<num>" and "-o blocksize=<num>".
760 Fix e2fsck's automatic blocksize detection. This fixes a regression
762 specifies a block number using the -b option if the blocksize option
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 176 size_t blocksize() const { return blocksize_; } function in class:net::BalsaBuffer
184 explicit BalsaBuffer(size_t blocksize);
188 BufferBlock AllocCustomBlock(size_t blocksize);
    [all...]
  /external/e2fsprogs/po/
e2fsprogs.pot 161 msgid "%s: %s filename nblocks blocksize\n"
    [all...]
zh_CN.po 163 msgid "%s: %s filename nblocks blocksize\n"
    [all...]
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_test.c 20 #define HMAC_BLOCKSIZE hash_descriptor[hash].blocksize
  /external/dropbear/
options.h 303 #define MAX_IV_LEN 20 /* must be same as max blocksize,
  /external/e2fsprogs/lib/blkid/
probe.h 591 __u32 blocksize; member in struct:hfsplus_vol_header
  /external/grub/stage2/
fsys_minix.c 199 /* Maps LOGICAL_BLOCK (the file offset divided by the blocksize) into

Completed in 887 milliseconds

<<111213141516