HomeSort by relevance Sort by last modified time
    Searched defs:blocksize (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/e2fsprogs/e2fsck/
extend.c 21 fprintf(stderr, _("%s: %s filename nblocks blocksize\n"),
30 int nblocks, blocksize; local
40 blocksize = strtoul(argv[3], 0, 0);
47 block = malloc(blocksize);
50 blocksize);
53 memset(block, 0, blocksize);
60 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
65 ret = read(fd, block, blocksize);
70 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
75 ret = write(fd, block, blocksize);
    [all...]
  /external/flac/libFLAC/include/protected/
stream_decoder.h 46 unsigned blocksize; /* in samples (per channel) */ member in struct:FLAC__StreamDecoderProtected
stream_encoder.h 88 unsigned blocksize; member in struct:FLAC__StreamEncoderProtected
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_rect.c 58 int blocksize = util_format_get_blocksize(format); local
62 assert(blocksize > 0);
73 dst += dst_x * blocksize;
74 src += src_x * blocksize;
77 width *= blocksize;
103 int blocksize = desc->block.bits / 8; local
107 assert(blocksize > 0);
116 dst += dst_x * blocksize;
118 width_size = width * blocksize;
120 switch (blocksize) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
memory_pool.c 55 unsigned int blocksize = pool->total_allocated; local
58 if (!blocksize)
59 blocksize = 2*POOL_LARGE_ALLOC;
61 newblock = (struct memory_block*)malloc(blocksize);
66 pool->end = ((unsigned char*)newblock) + blocksize;
67 pool->total_allocated += blocksize;
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 58 int blocksize = util_format_get_blocksize(format); local
62 assert(blocksize > 0);
73 dst += dst_x * blocksize;
74 src += src_x * blocksize;
77 width *= blocksize;
103 int blocksize = desc->block.bits / 8; local
107 assert(blocksize > 0);
116 dst += dst_x * blocksize;
118 width_size = width * blocksize;
120 switch (blocksize) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.c 55 unsigned int blocksize = pool->total_allocated; local
58 if (!blocksize)
59 blocksize = 2*POOL_LARGE_ALLOC;
61 newblock = (struct memory_block*)malloc(blocksize);
66 pool->end = ((unsigned char*)newblock) + blocksize;
67 pool->total_allocated += blocksize;
  /external/e2fsprogs/lib/ext2fs/
link.c 28 unsigned int blocksize; member in struct:link_struct
35 int blocksize,
58 if ((offset + (int) curr_rec_len < blocksize - 8) &&
60 (offset + (int) curr_rec_len + (int) next->rec_len <= blocksize)) {
133 ls.blocksize = fs->blocksize;
dir_iterate.c 32 if (fs->blocksize < 65536)
35 *rec_len = fs->blocksize;
45 if ((len > fs->blocksize) || (fs->blocksize > (1 << 18)) || (len & 3))
51 if (len == fs->blocksize) {
52 if (fs->blocksize == 65536)
78 (offset <= fs->blocksize - DIRENT_MIN_LENGTH)) {
99 int blocksize,
118 retval = ext2fs_get_mem(fs->blocksize, &ctx.buf);
137 int blocksize,
146 int blocksize, char *buf, void *priv_data) variable
    [all...]
  /development/ndk/platforms/android-3/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_texture.h 106 uint32_t blocksize; member in struct:rbug_proto_texture_info_reply
119 uint32_t blocksize; member in struct:rbug_proto_texture_read_reply
175 uint32_t blocksize,
186 uint32_t blocksize,
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_miptree.c 190 const unsigned blocksize = util_format_get_blocksize(pt->format); local
202 mt->level[0].pitch = align(nbx * blocksize, 64);
216 const unsigned blocksize = util_format_get_blocksize(pt->format); local
242 lvl->pitch = align(nbx * blocksize, tsx);
  /external/chromium_org/third_party/smhasher/src/
SpeedTest.cpp 168 double SpeedTest ( pfHash hash, uint32_t seed, const int trials, const int blocksize, const int align )
172 uint8_t * buf = new uint8_t[blocksize + 512];
181 r.rand_p(block,blocksize);
190 r.rand_p(block,blocksize);
192 double t = (double)timehash(hash,block,blocksize,itrial);
214 const int blocksize = 256 * 1024; local
216 printf("Bulk speed test - %d-byte keys\n",blocksize);
220 double cycles = SpeedTest(hash,seed,trials,blocksize,align);
222 double bestbpc = double(blocksize)/cycles;
  /external/e2fsprogs/debugfs/
dump.c 110 unsigned int got, blocksize = current_fs->blocksize; local
120 retval = ext2fs_get_mem(blocksize, &buf);
126 retval = ext2fs_file_read(e2_file, buf, blocksize, &got);
309 int blocksize EXT2FS_ATTR((unused)),
filefrag.c 132 int blocksize = current_fs->blocksize; local
134 fs->logical_width = int_log10((EXT2_I_SIZE(inode) + blocksize - 1) /
135 blocksize) + 1;
150 num_blocks /= current_fs->blocksize / 512;
171 int blocksize EXT2FS_ATTR((unused)),
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.h 106 uint32_t blocksize; member in struct:rbug_proto_texture_info_reply
119 uint32_t blocksize; member in struct:rbug_proto_texture_read_reply
175 uint32_t blocksize,
186 uint32_t blocksize,
  /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/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 190 const unsigned blocksize = util_format_get_blocksize(pt->format); local
202 mt->level[0].pitch = align(nbx * blocksize, 64);
216 const unsigned blocksize = util_format_get_blocksize(pt->format); local
242 lvl->pitch = align(nbx * blocksize, tsx);
  /build/tools/releasetools/
blockimgdiff.py 74 blocksize = 4096 variable in class:EmptyImage
89 self.blocksize = 4096
93 partial = len(self.data) % self.blocksize
98 self.data += '\0' * (self.blocksize - partial)
102 (self.blocksize,))
104 assert len(self.data) % self.blocksize == 0
106 self.total_blocks = len(self.data) / self.blocksize
111 reference = '\0' * self.blocksize
114 d = self.data[i*self.blocksize : (i+1)*self.blocksize]
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
wnaf.c 86 size_t blocksize; /* block size for wNAF splitting */ member in struct:ec_pre_comp_st
107 ret->blocksize = 8; /* default */
303 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */ local
359 blocksize = pre_comp->blocksize;
363 numblocks = (BN_num_bits(scalar) / blocksize) + 1;
460 if (tmp_len < numblocks * blocksize) {
462 numblocks = (tmp_len + blocksize - 1) / blocksize;
476 wNAF_len[i] = blocksize;
682 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_both.c 236 unsigned int len, frag_off, mac_size, blocksize; local
295 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
297 blocksize = 0;
303 DTLS1_RT_HEADER_LENGTH - mac_size - blocksize;
312 mac_size - blocksize;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 139 unsigned blocksize; member in struct:lp_scene::__anon18435
  /external/liblzf/
lzf.c 53 #define BLOCKSIZE (1024 * 64 - 1)
54 #define MAX_BLOCKSIZE BLOCKSIZE
64 static long blocksize = BLOCKSIZE; variable
75 {"blocksize", 1, 0, 'b'},
83 "-h --help give this help\n" "-v --verbose verbose mode\n" "-b # --blocksize # set blocksize\n" "\n";
93 "-b # set blocksize\n"
185 while ((us = rread (from, &buf1[MAX_HDR_SIZE], blocksize)) > 0)
459 blocksize = strtoul (p, 0, 0)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 270 #define blocksize r23 define
287 mov blocksize=BLOCK_SIZE
289 cmp.lt p6,p7=blocksize,in2
292 (p6) mov in2=blocksize
365 /* check if we have more than blocksize to copy, if so go back */
366 cmp.gt p8,p0=saved_in2,blocksize
368 (p8) add dst0=saved_in0,blocksize
369 (p8) add src0=saved_in1,blocksize
370 (p8) sub in2=saved_in2,blocksize

Completed in 2006 milliseconds

1 2 3