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

1 2 3 4 5 67 8 9

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 121 unsigned blocksize; /* preferred block size */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 121 unsigned blocksize; /* preferred block size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 121 unsigned blocksize; /* preferred block size */
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 196 BalsaBuffer::BalsaBuffer(size_t blocksize) :
197 blocksize_(blocksize), can_write_to_contiguous_buffer_(true) {
205 BalsaBuffer::BufferBlock BalsaBuffer::AllocCustomBlock(size_t blocksize) {
206 return BufferBlock(new char[blocksize], blocksize, blocksize);
    [all...]
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/lib/ext2fs/
ext2fs.h 205 unsigned int blocksize; member in struct:struct_ext2_filsys
786 int blocksize,
821 int blocksize,
833 int blocksize,
948 extern errcode_t ext2fs_get_device_size(const char *file, int blocksize,
950 extern errcode_t ext2fs_get_device_size2(const char *file, int blocksize,
    [all...]
extent.c 262 handle->inode->i_size + (fs->blocksize - 1))
435 retval = ext2fs_get_mem(handle->fs->blocksize,
444 memset(newpath->buf, 0, handle->fs->blocksize);
455 retval = ext2fs_extent_header_verify(eh, handle->fs->blocksize);
922 block_buf = malloc(handle->fs->blocksize);
952 neweh->eh_max = ext2fs_cpu_to_le16((handle->fs->blocksize -
1032 handle->inode->i_blocks += handle->fs->blocksize / 512;
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 54 "[-o blocksize=<num>] device\n"), program_name);
354 size = inode.i_blocks / (fs->blocksize / 1024);
411 int *blocksize)
452 } else if (strcmp(token, "blocksize") == 0 ||
459 *blocksize = strtoul(arg, &p, 0);
462 _("Invalid blocksize parameter: %s\n"),
479 "\tblocksize=<blocksize>\n"),
util.c 267 j_blocks = size * 1024 / (fs->blocksize / 1024);
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 129 buf = XMALLOC(2 * hash_descriptor[x].blocksize + 1);
135 for (y = 0; y <= (hash_descriptor[x].blocksize * 2); y++) {
253 input = XMALLOC(hash_descriptor[x].blocksize * 2 + 1);
259 for (y = 0; y <= (int)(hash_descriptor[x].blocksize * 2); y++) {
  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 25 cipher_blocksize; /* blocksize of cipher */
74 hash_descriptor[idx].blocksize = cipher_descriptor[cipher].block_length;
  /external/e2fsprogs/debugfs/
lsdel.c 111 block_buf = malloc(current_fs->blocksize * 3);
dump.c 293 int blocksize EXT2FS_ATTR((unused)),
  /external/flac/include/FLAC/
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:__anon8082
    [all...]
  /external/quake/quake/src/QW/client/
quakeasm.h 88 .extern C(blocksize)
  /external/quake/quake/src/WinQuake/
quakeasm.h 94 .extern C(blocksize)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 371 __u32 blocksize; member in struct:fuse_bmap_in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 371 __u32 blocksize; member in struct:fuse_bmap_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 371 __u32 blocksize; member in struct:fuse_bmap_in
  /external/openssl/ssl/
d1_both.c 227 unsigned int len, frag_off, mac_size, blocksize; local
281 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
283 blocksize = 0;
289 DTLS1_RT_HEADER_LENGTH - mac_size - blocksize;
298 mac_size - blocksize;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 76 * @param blocksize The block size of the DTM.
85 int blocksize,
90 doIndexing, blocksize, usePrevsib, newNameTable);
    [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...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 158 unsigned long blocksize; member in struct:ltc_hash_descriptor
  /system/core/sdcard/
fuse.h 496 __u32 blocksize; member in struct:fuse_bmap_in
  /external/stlport/stlport/stl/
_deque.h 87 const size_t blocksize = _MAX_BYTES; local
88 return (sizeof(_Tp) < blocksize ? (blocksize / sizeof(_Tp)) : 1);
    [all...]

Completed in 1828 milliseconds

1 2 3 4 5 67 8 9