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

<<111213141516

  /external/qemu/block/
raw-posix.c 219 uint32_t blockSize = 512;
220 if ( !ioctl( fd, DKIOCGETBLOCKSIZE, &blockSize ) && blockSize > bufsize) {
221 bufsize = blockSize;
    [all...]
  /external/quake/quake/src/QW/client/
quakeasm.h 88 .extern C(blocksize)
  /external/quake/quake/src/WinQuake/
quakeasm.h 94 .extern C(blocksize)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 594 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
615 OMX_U8 BlockSize
646 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
665 OMX_U8 BlockSize
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 594 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
615 OMX_U8 BlockSize
646 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
665 OMX_U8 BlockSize
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 594 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
615 OMX_U8 BlockSize
646 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
665 OMX_U8 BlockSize
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
NullCipherTest.java 53 assertEquals("Incorrect BlockSize", 1, c.getBlockSize());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 85 u_int blocksize; member in struct:fattr
nfs_prot.x 121 unsigned blocksize; /* preferred block size */
  /external/e2fsprogs/misc/
mke2fs.8.in 183 the blocksize be a multiple of 2k.
288 be smaller than the blocksize of the filesystem, since in that case more
567 specify the correct filesystem blocksize when using this option,
findsuper.c 68 * blocks, the filesystem blocksize (in bytes), the block group number
  /external/grub/stage2/
fsys_ext2fs.c 285 /* Maps LOGICAL_BLOCK (the file offset divided by the blocksize) into
516 int off; /* offset within block of directory entry (off mod blocksize) */
518 int blk; /* which data blk within dir entry (off div blocksize) */
  /external/openssl/ssl/
d1_both.c 228 unsigned int len, frag_off, mac_size, blocksize; local
283 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
285 blocksize = 0;
291 DTLS1_RT_HEADER_LENGTH - mac_size - blocksize;
300 mac_size - blocksize;
    [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/flac/include/FLAC/
stream_encoder.h     [all...]
format.h 308 /**< The residual signal, length == (blocksize minus order) samples. */
334 /**< The residual signal, length == (blocksize minus order) samples. */
411 unsigned blocksize; member in struct:__anon5561
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 75 * @param blocksize Size of blocks to allocate
77 public NodeSet(int blocksize)
79 m_blocksize = blocksize;
    [all...]
NodeSetDTM.java 78 * @param blocksize Size of blocks to allocate
81 public NodeSetDTM(int blocksize, int dummy, DTMManager dtmManager)
83 super(blocksize);
    [all...]
  /external/kernel-headers/original/linux/
jbd.h 189 __be32 s_blocksize; /* journal device blocksize */
598 * @j_blocksize: blocksize for the location where we store the journal.
730 * Device, blocksize and starting block offset for the location where we
    [all...]
  /external/stlport/stlport/stl/
_deque.h 87 const size_t blocksize = _MAX_BYTES; local
88 return (sizeof(_Tp) < blocksize ? (blocksize / sizeof(_Tp)) : 1);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 87 const size_t blocksize = _MAX_BYTES; local
88 return (sizeof(_Tp) < blocksize ? (blocksize / sizeof(_Tp)) : 1);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_deque.h 87 const size_t blocksize = _MAX_BYTES; local
88 return (sizeof(_Tp) < blocksize ? (blocksize / sizeof(_Tp)) : 1);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_deque.h 87 const size_t blocksize = _MAX_BYTES; local
88 return (sizeof(_Tp) < blocksize ? (blocksize / sizeof(_Tp)) : 1);
    [all...]
  /external/kernel-headers/original/linux/mtd/
cfi.h 159 uint16_t BlockSize;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.c 232 UInt32 blockSize;

Completed in 866 milliseconds

<<111213141516