/system/core/sh/ |
memalloc.c | 130 int blocksize; local 133 blocksize = nbytes; 134 if (blocksize < MINSIZE) 135 blocksize = MINSIZE; 137 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize); 140 stacknleft = blocksize;
|
/system/core/toolbox/ |
du.c | 67 long blocksize; variable 115 blocksize = 1024 * 1024 * 1024; 119 blocksize = 1024; 123 blocksize = 1024 * 1024; 178 blocksize = 512; 179 blocksize /= 512; 236 (long long)howmany(blocks, (int64_t)blocksize),
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_scene.h | 139 unsigned blocksize; member in struct:lp_scene::__anon15362
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_mult.c | 84 size_t blocksize; /* block size for wNAF splitting */ member in struct:ec_pre_comp_st 112 ret->blocksize = 8; /* default */ 353 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */ local 414 blocksize = pre_comp->blocksize; 418 numblocks = (BN_num_bits(scalar) / blocksize) + 1; 529 if (tmp_len < numblocks * blocksize) 532 numblocks = (tmp_len + blocksize - 1) / blocksize; 549 wNAF_len[i] = blocksize; 771 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; local [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_hash.h | 158 unsigned long blocksize; member in struct:ltc_hash_descriptor
|
tomcrypt_mac.h | 322 blocksize; member in struct:__anon20106 356 blocksize; member in struct:__anon20107
|
/external/e2fsprogs/e2fsck/ |
util.c | 454 int blocksize; local 462 ctx->blocksize = fs->blocksize; 468 if (ctx->blocksize) { 469 ret_sb = ctx->blocksize * 8; 470 if (ctx->blocksize == 1024) 476 ctx->blocksize = 1024; 489 for (blocksize = EXT2_MIN_BLOCK_SIZE; 490 blocksize <= EXT2_MAX_BLOCK_SIZE ; blocksize *= 2) [all...] |
journal.c | 68 struct buffer_head *getblk(kdev_t kdev, blk_t blocknr, int blocksize) 71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize - 83 (unsigned long) blocknr, blocksize, bh_count); 90 bh->b_size = blocksize; 264 journal->j_blocksize = ctx->fs->blocksize; 313 if ((pb.last_block+1) * ctx->fs->blocksize < 377 io_channel_set_blksize(ctx->journal_io, ctx->fs->blocksize); 380 if (ctx->fs->blocksize == 1024) 382 bh = getblk(dev_journal, start, ctx->fs->blocksize); 491 ctx->fs->blocksize-V1_SB_SIZE) 861 int blocksize = ctx->fs->blocksize; local [all...] |
unix.c | 80 _("Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n" 95 " -B blocksize Force blocksize when looking for superblock\n" 760 ctx->blocksize = atoi(optarg); 941 if (ctx->superblock && ctx->blocksize) { 943 flags, ctx->superblock, ctx->blocksize, 946 int blocksize; local 947 for (blocksize = EXT2_MIN_BLOCK_SIZE; 948 blocksize <= EXT2_MAX_BLOCK_SIZE; blocksize *= 2) 1153 __u32 blocksize = EXT2_BLOCK_SIZE(fs->super); local [all...] |
/external/flac/libFLAC/include/protected/ |
stream_encoder.h | 88 unsigned blocksize; member in struct:FLAC__StreamEncoderProtected
|
/external/kernel-headers/original/linux/ |
smb.h | 32 __u16 blocksize; member in struct:smb_dskattr
|
/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/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene.h | 139 unsigned blocksize; member in struct:lp_scene::__anon25829
|
/external/openssl/crypto/ec/ |
ec_mult.c | 84 size_t blocksize; /* block size for wNAF splitting */ member in struct:ec_pre_comp_st 112 ret->blocksize = 8; /* default */ 353 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */ local 414 blocksize = pre_comp->blocksize; 418 numblocks = (BN_num_bits(scalar) / blocksize) + 1; 529 if (tmp_len < numblocks * blocksize) 532 numblocks = (tmp_len + blocksize - 1) / blocksize; 549 wNAF_len[i] = blocksize; 771 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; local [all...] |
/external/stressapptest/src/ |
pattern.cc | 259 int blocksize = 4096; local 260 int count = blocksize / sizeof i;
|
/external/chromium_org/third_party/openssl/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/e2fsprogs/debugfs/ |
logdump.c | 156 inodes_per_block = (current_fs->blocksize 338 unsigned int blocksize = 1024; local 363 blocksize = EXT2_BLOCK_SIZE(sb); 364 blocknr = (blocksize == 1024) ? 2 : 1; 369 fprintf(out_file, "\tblocksize=%d\n", blocksize); 377 retval = read_journal_block(cmdname, source, blocknr*blocksize, 388 blocksize = be32_to_cpu(jsb->s_blocksize); 401 blocknr*blocksize, buf, 402 blocksize, &got); 403 if (retval || got != blocksize) [all...] |
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 742 unsigned blocksize = util_format_get_blocksize(src->format); local 744 switch (blocksize) { 758 fprintf(stderr, "Unhandled format %s with blocksize %u\n", 759 util_format_short_name(src->format), blocksize);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 742 unsigned blocksize = util_format_get_blocksize(src->format); local 744 switch (blocksize) { 758 fprintf(stderr, "Unhandled format %s with blocksize %u\n", 759 util_format_short_name(src->format), blocksize);
|
/external/opencv/cv/src/ |
cvtemplmatch.cpp | 61 CvSize dftsize, blocksize; local 112 blocksize.width = cvRound(templ->cols*block_scale); 113 blocksize.width = MAX( blocksize.width, min_block_size - templ->cols + 1 ); 114 blocksize.width = MIN( blocksize.width, corr->cols ); 115 blocksize.height = cvRound(templ->rows*block_scale); 116 blocksize.height = MAX( blocksize.height, min_block_size - templ->rows + 1 ); 117 blocksize.height = MIN( blocksize.height, corr->rows ) [all...] |
/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 648 unsigned blocksize = mWriteHeader.blocksize; local 649 if (blocksize == 0 || blocksize > getMaxBlockSize()) { 650 ALOGE("FLACParser::readBuffer write invalid blocksize %u", blocksize); 665 size_t bufferSize = blocksize * getChannels() * sizeof(short); 670 (*mCopy)(data, mWriteBuffer, blocksize, getChannels());
|
/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/chromium_org/net/tools/balsa/ |
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/libvorbis/lib/ |
vorbisenc.c | 522 long blocksize=ci->blocksizes[block]>>1; local 529 f->n=freq/nyq*blocksize; 569 r->end=(int)((freq/nyq*blocksize*ch)/r->grouping+.9)* /* round up only if we're well past */ 571 /* the blocksize and grouping may disagree at the end */ 572 if(r->end>blocksize*ch)r->end=blocksize*ch/r->grouping*r->grouping; 576 r->end=(int)((freq/nyq*blocksize)/r->grouping+.9)* /* round up only if we're well past */ 578 /* the blocksize and grouping may disagree at the end */ 579 if(r->end>blocksize)r->end=blocksize/r->grouping*r->grouping [all...] |