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

1 2 3 4 5 67 8 91011>>

  /external/e2fsprogs/lib/ext2fs/
block.c 66 limit = ctx->fs->blocksize >> 2;
143 limit = ctx->fs->blocksize >> 2;
222 limit = ctx->fs->blocksize >> 2;
328 limit = fs->blocksize >> 2;
338 retval = ext2fs_get_array(3, fs->blocksize, &ctx.ind_buf);
342 ctx.dind_buf = ctx.ind_buf + fs->blocksize;
343 ctx.tind_buf = ctx.dind_buf + fs->blocksize;
mkdir.c 88 inode.i_size = fs->blocksize;
alloc.c 196 retval = ext2fs_get_mem(fs->blocksize, &buf);
201 memset(block_buf, 0, fs->blocksize);
  /external/e2fsprogs/misc/
dumpe2fs.c 54 "[-o blocksize=<num>] device\n"), program_name);
340 size = inode.i_blocks / (fs->blocksize / 1024);
397 int *blocksize)
438 } else if (strcmp(token, "blocksize") == 0 ||
445 *blocksize = strtoul(arg, &p, 0);
448 _("Invalid blocksize parameter: %s\n"),
465 "\tblocksize=<blocksize>\n"),
e2freefrag.8.in 47 Blocksize: 4096 bytes
  /external/flac/libFLAC/
format.c 522 unsigned FLAC__format_get_max_rice_partition_order(unsigned blocksize, unsigned predictor_order)
526 FLAC__format_get_max_rice_partition_order_from_blocksize(blocksize),
527 blocksize,
532 unsigned FLAC__format_get_max_rice_partition_order_from_blocksize(unsigned blocksize)
535 while(!(blocksize & 1)) {
537 blocksize >>= 1;
542 unsigned FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order(unsigned limit, unsigned blocksize, unsigned predictor_order)
546 while(max_rice_partition_order > 0 && (blocksize >> max_rice_partition_order) <= predictor_order)
550 (max_rice_partition_order == 0 && blocksize >= predictor_order) ||
551 (max_rice_partition_order > 0 && blocksize >> max_rice_partition_order > predictor_order
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CipherSuite.java 60 final private int blockSize;
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 122 buf = (char *) e2fsck_allocate_memory(ctx, 2*fs->blocksize,
561 expect_limit = (fs->blocksize - ((char *) ent - block_buf)) /
646 left = fs->blocksize - *offset - rec_len;
676 (*offset + rec_len <= fs->blocksize)) {
691 prev_rec_len += fs->blocksize - *offset;
693 *offset = fs->blocksize;
695 rec_len = fs->blocksize - *offset;
786 memset(buf, 0, fs->blocksize);
828 (rec_len == fs->blocksize) &&
831 ((fs->blocksize-8)
    [all...]
CHANGES 49 The -B option now specifies the blocksize of the filesystem. (If not
unix.c 80 _("Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
95 " -B blocksize Force blocksize when looking for superblock\n"
743 ctx->blocksize = atoi(optarg);
917 if (ctx->superblock && ctx->blocksize) {
919 flags, ctx->superblock, ctx->blocksize,
922 int blocksize; local
923 for (blocksize = EXT2_MIN_BLOCK_SIZE;
924 blocksize <= EXT2_MAX_BLOCK_SIZE; blocksize *= 2)
1125 __u32 blocksize = EXT2_BLOCK_SIZE(fs->super); local
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.8.in 15 blocksize
88 .I -b blocksize
97 option, you must also provide the blocksize of the filesystem via the
269 .I init_filesys device blocksize
273 .IR blocksize .
367 .I open [-w] [-e] [-f] [-i] [-c] [-b blocksize] [-s superblock] device
  /external/chromium/chrome/browser/importer/
nss_decryptor_system_nss.cc 102 unpadBlock(SECItem *data, int blockSize, SECItem *result)
112 if (data->len == 0 || data->len % blockSize != 0) {
118 if (padLength > blockSize) { rv = SECFailure; goto loser; }
  /external/chromium/net/disk_cache/
disk_cache_perftest.cc 141 int BlockSize() {
237 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
250 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 270 final int BLOCKSIZE = 64;
271 int[] m_map[] = new int[BLOCKSIZE][];
272 int m_mapSize = BLOCKSIZE;
290 m_mapSize+=BLOCKSIZE;
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_done.c 20 #define HMAC_BLOCKSIZE hash_descriptor[hash].blocksize
hmac_init.c 20 #define HMAC_BLOCKSIZE hash_descriptor[hash].blocksize
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_init.c 69 xcbc->blocksize = cipher_descriptor[cipher].block_length;
  /external/flac/libFLAC/include/protected/
stream_encoder.h 88 unsigned blocksize; member in struct:FLAC__StreamEncoderProtected
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 133 if ((pState->blockSize != 0) && (pState->blockCount == 0) && (pState->bytesLeft != 0))
167 pState->blockCount = pState->blockSize - 8;
172 pState->blockCount = pState->blockSize - 4;
296 if (pState->blockSize == 0)
301 samplesPerBlock = pState->blockSize - 7;
303 samplesPerBlock = (pState->blockSize << 1) - 7;
327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize);
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize);
345 temp = (temp / samplesPerBlock) * pState->blockSize;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 133 if ((pState->blockSize != 0) && (pState->blockCount == 0) && (pState->bytesLeft != 0))
167 pState->blockCount = pState->blockSize - 8;
172 pState->blockCount = pState->blockSize - 4;
296 if (pState->blockSize == 0)
301 samplesPerBlock = pState->blockSize - 7;
303 samplesPerBlock = (pState->blockSize << 1) - 7;
327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize);
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize);
345 temp = (temp / samplesPerBlock) * pState->blockSize;
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 133 if ((pState->blockSize != 0) && (pState->blockCount == 0) && (pState->bytesLeft != 0))
167 pState->blockCount = pState->blockSize - 8;
172 pState->blockCount = pState->blockSize - 4;
296 if (pState->blockSize == 0)
301 samplesPerBlock = pState->blockSize - 7;
303 samplesPerBlock = (pState->blockSize << 1) - 7;
327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize);
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize);
345 temp = (temp / samplesPerBlock) * pState->blockSize;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 636 int blockSize = 2 * sampleCount; // energy averaging block
638 if (is == null || blockSize == 0) {
642 byte[] buf = new byte[blockSize];
644 maxBytes = ((maxBytes-1) / blockSize + 1) * blockSize;
651 Log.d(TAG, "blockSize " + blockSize);
655 while (cnt < blockSize) {
656 int n = is.read(buf, cnt, blockSize-cnt);
664 cnt = blockSize;
    [all...]
  /external/opencv/cv/src/
cvadapthresh.cpp 105 int method, int type, int blockSize, double param1 )
135 blockSize, param1 ));
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 177 var blockSize = 16; // block size fixed at 16 bytes / 128 bits (Nb=4) for AES
178 var counterBlock = new Array(blockSize); // block size fixed at 16 bytes / 128 bits (Nb=4) for AES
188 var blockCount = Math.ceil(plaintext.length/blockSize);
200 var blockLength = b<blockCount-1 ? blockSize : (plaintext.length-1)%blockSize+1;
204 var plaintextByte = plaintext.charCodeAt(b*blockSize+i);
245 var blockSize = 16; // block size fixed at 16 bytes / 128 bits (Nb=4) for AES
246 var counterBlock = new Array(blockSize);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 177 var blockSize = 16; // block size fixed at 16 bytes / 128 bits (Nb=4) for AES
178 var counterBlock = new Array(blockSize); // block size fixed at 16 bytes / 128 bits (Nb=4) for AES
188 var blockCount = Math.ceil(plaintext.length/blockSize);
200 var blockLength = b<blockCount-1 ? blockSize : (plaintext.length-1)%blockSize+1;
204 var plaintextByte = plaintext.charCodeAt(b*blockSize+i);
245 var blockSize = 16; // block size fixed at 16 bytes / 128 bits (Nb=4) for AES
246 var counterBlock = new Array(blockSize);

Completed in 1490 milliseconds

1 2 3 4 5 67 8 91011>>