HomeSort by relevance Sort by last modified time
    Searched refs:block_size (Results 76 - 100 of 320) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
compressed_col_sparse_matrix_utils.cc 110 const int block_size = blocks[block_id]; local
112 for (int j = 0; j < block_size; ++j) {
  /external/chromium_org/build/android/gyp/util/
md5_check.py 29 def _UpdateMd5ForFile(md5, path, block_size=2**16):
32 data = infile.read(block_size)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_latc.c 72 int block_size = 8; local
88 src += block_size;
140 int block_size = 8; local
156 src += block_size;
206 int block_size = 16; local
223 src += block_size;
265 int block_size = 16; local
282 src += block_size;
u_format_rgtc.c 55 unsigned block_size = 8; local
69 src += block_size;
102 int block_size = 8; local
117 src += block_size;
200 int block_size = 8; local
215 src += block_size;
247 unsigned block_size = 16; local
261 src += block_size;
327 int block_size = 16; local
343 src += block_size;
384 int block_size = 16; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 78 FileInputStream::FileInputStream(int file_descriptor, int block_size)
80 impl_(&copying_input_, block_size) {
174 FileOutputStream::FileOutputStream(int file_descriptor, int block_size)
176 impl_(&copying_output_, block_size) {
272 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
274 impl_(&copying_input_, block_size) {
314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size)
316 impl_(&copying_output_, block_size) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 341 #define HASH_PROCESS(func_name, compress_name, state_var, block_size) \
352 if (md-> state_var .curlen == 0 && inlen >= block_size) { \
356 md-> state_var .length += block_size * 8; \
357 in += block_size; \
358 inlen -= block_size; \
360 n = MIN(inlen, (block_size - md-> state_var .curlen)); \
365 if (md-> state_var .curlen == block_size) { \
369 md-> state_var .length += 8*block_size; \
  /external/e2fsprogs/lib/ext2fs/
openfs.c 62 unsigned int block_size, io_manager manager,
65 return ext2fs_open2(name, 0, flags, superblock, block_size,
71 * Superblock and block_size can be zero to use the default size.
82 unsigned int block_size, io_manager manager,
150 block_size = fs->image_header->fs_blocksize;
163 if (!block_size) {
167 io_channel_set_blksize(fs->io, block_size);
252 if (block_size) {
253 if (block_size != fs->blocksize) {
inode_io.c 149 io->block_size = 1024;
203 channel->block_size = blksize;
219 block * channel->block_size,
223 count = (count < 0) ? -count : (count * channel->block_size);
245 block * channel->block_size,
249 count = (count < 0) ? -count : (count * channel->block_size);
dosio.c 165 ioch->block_size = 1024; /* The smallest ext2fs block size */
366 channel->block_size = blksize;
382 size = (size_t)((count < 0) ? -count : count * channel->block_size);
383 loc = (ext2_loff_t) block * channel->block_size;
420 size = (size_t)channel->block_size;
426 size = (size_t)(count * channel->block_size);
429 loc = (ext2_loff_t)block * channel->block_size;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_latc.c 72 int block_size = 8; local
88 src += block_size;
140 int block_size = 8; local
156 src += block_size;
206 int block_size = 16; local
223 src += block_size;
265 int block_size = 16; local
282 src += block_size;
u_format_rgtc.c 55 unsigned block_size = 8; local
69 src += block_size;
102 int block_size = 8; local
117 src += block_size;
200 int block_size = 8; local
215 src += block_size;
247 unsigned block_size = 16; local
261 src += block_size;
327 int block_size = 16; local
343 src += block_size;
384 int block_size = 16; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 77 FileInputStream::FileInputStream(int file_descriptor, int block_size)
79 impl_(&copying_input_, block_size) {
173 FileOutputStream::FileOutputStream(int file_descriptor, int block_size)
175 impl_(&copying_output_, block_size) {
271 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
273 impl_(&copying_input_, block_size) {
313 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size)
315 impl_(&copying_output_, block_size) {
  /libcore/crypto/src/main/java/org/conscrypt/
ConnectionStateSSLv3.java 71 block_size = cipherSuite.getBlockSize();
82 logger.println(" block size: " + block_size);
134 if (block_size != 0) {
142 } else if (block_size != 0) {
232 int padding_length = (block_size == 0) ? 0 : getPaddingSize(++content_mac_length);
259 if (block_size != 0) {
266 + (block_size != 0
295 if (block_size != 0) {
ConnectionStateTLS.java 93 block_size = cipherSuite.getBlockSize();
104 logger.println(" block size: " + block_size);
154 if (block_size != 0) {
160 } else if (block_size != 0) {
240 int padding_length = (block_size == 0) ? 0 : getPaddingSize(++content_mac_length);
260 if (block_size != 0) {
267 + (block_size != 0
305 if (block_size != 0) {
  /external/chromium_org/media/webm/
cluster_builder.cc 70 int block_size = size + 4; local
71 int bytes_needed = sizeof(kSimpleBlockHeader) + block_size;
78 UpdateUInt64(block_offset + kSimpleBlockSizeOffset, block_size);
88 int block_size = size + 4; local
89 int bytes_needed = sizeof(kBlockGroupHeader) + block_size;
100 UpdateUInt64(block_group_offset + kBlockGroupBlockSizeOffset, block_size);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 10 r = rijndael(key, block_size = 16)
51 # [keysize][block_size]
214 def __init__(self, key, block_size = 16):
215 if block_size != 16 and block_size != 24 and block_size != 32:
216 raise ValueError('Invalid block size: ' + str(block_size))
219 self.block_size = block_size
221 ROUNDS = num_rounds[len(key)][block_size]
    [all...]
  /system/core/libsparse/
backed_block.c 52 unsigned int block_size; member in struct:backed_block_list
123 struct backed_block_list *backed_block_list_new(unsigned int block_size)
126 b->block_size = block_size;
209 block_len = a->len / bbl->block_size; /* rounds down */
366 max_len = ALIGN_DOWN(max_len, bbl->block_size);
380 new_bb->block = bb->block + max_len / bbl->block_size;
sparse_read.c 104 unsigned int len = blocks * s->block_size;
106 if (chunk_size % s->block_size != 0) {
110 if (chunk_size / s->block_size != blocks) {
141 int64_t len = (int64_t)blocks * s->block_size;
182 int64_t len = (int64_t)blocks * s->block_size;
362 uint32_t *buf = malloc(s->block_size);
376 to_read = min(remain, s->block_size);
383 if (to_read == s->block_size) {
385 for (i = 1; i < s->block_size / sizeof(uint32_t); i++) {
  /external/openssh/
packet.c 780 enc->iv, enc->block_size, crypt_type);
782 /* memset(enc->iv, 0, enc->block_size);
799 if (enc->block_size >= 16)
800 *max_blocks = (u_int64_t)1 << (enc->block_size*2);
802 *max_blocks = ((u_int64_t)1 << 30) / enc->block_size;
805 active_state->rekey_limit / enc->block_size);
854 int block_size; local
861 block_size = enc ? enc->block_size : 8;
894 padlen = block_size - (len % block_size)
1239 u_int maclen, block_size; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c 104 * block_size: the block size of the cipher used to encrypt the record.
111 unsigned block_size,
125 good &= constant_time_ge(block_size, padding_length+1);
138 * block_size: the block size of the cipher used to encrypt the record.
145 unsigned block_size,
156 if (overhead + block_size > rec->length)
159 rec->data += block_size;
160 rec->input += block_size;
161 rec->length -= block_size;
756 size_t block_size, digest_pad, blocks_data, blocks_orig local
    [all...]
  /external/openssl/ssl/
s3_cbc.c 104 * block_size: the block size of the cipher used to encrypt the record.
111 unsigned block_size,
125 good &= constant_time_ge(block_size, padding_length+1);
138 * block_size: the block size of the cipher used to encrypt the record.
145 unsigned block_size,
156 if (overhead + block_size > rec->length)
159 rec->data += block_size;
160 rec->input += block_size;
161 rec->length -= block_size;
756 size_t block_size, digest_pad, blocks_data, blocks_orig local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_lib.c 183 return e->block_size;
188 return ctx->cipher->block_size;
253 return md->block_size;
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 177 void RBaseStream::SetBlockSize( int block_size, int unGetsize )
179 assert( unGetsize >= 0 && block_size > 0 &&
180 (block_size & (block_size-1)) == 0 );
182 if( m_start && block_size == m_block_size && unGetsize == m_unGetsize ) return;
184 m_block_size = block_size;
799 void WBaseStream::SetBlockSize( int block_size )
801 assert( block_size > 0 && (block_size & (block_size-1)) == 0 )
    [all...]
  /external/openssl/crypto/evp/
evp_lib.c 183 return e->block_size;
188 return ctx->cipher->block_size;
253 return md->block_size;
  /external/e2fsprogs/e2fsck/
ehandler.c 45 for (i=0; i < count; i++, p += channel->block_size, block++) {
93 for (i=0; i < count; i++, p += channel->block_size, block++) {

Completed in 685 milliseconds

1 2 34 5 6 7 8 91011>>