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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/extensions/browser/
content_hash_reader.h 52 int block_size() const;
content_verify_job.cc 79 std::min(hash_reader_->block_size() - current_hash_byte_count_,
89 if (current_hash_byte_count_ == hash_reader_->block_size() &&
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.h 62 // |block_size| bytes.
63 static std::string HeaderBlockPrefix(size_t block_size);
  /external/e2fsprogs/misc/
e2undo.c 97 int block_size; local
111 block_size = *(int *)tdb_data.dptr;
113 printf("Block size %d\n", block_size);
115 io_channel_set_blksize(channel, block_size);
  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 32 * @block_size - minimum size of a chunk
37 * block_size specifies the minimum size of a chunk in the file. The maximum
38 * size of the file is 2**32 * block_size (16TB for 4k block size).
42 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
63 * [block * block_size : block * block_size + len) must not already be used in
84 * The region [block * block_size : block * block_size + len) must not already
103 * The region [block * block_size : block * block_size + len) must not alread
    [all...]
  /external/qemu/distrib/libsparse/src/
backed_block.h 57 struct backed_block_list *backed_block_list_new(unsigned int block_size);
  /system/core/libsparse/
backed_block.h 57 struct backed_block_list *backed_block_list_new(unsigned int block_size);
  /system/core/libsparse/include/sparse/
sparse.h 32 * @block_size - minimum size of a chunk
37 * block_size specifies the minimum size of a chunk in the file. The maximum
38 * size of the file is 2**32 * block_size (16TB for 4k block size).
42 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
63 * [block * block_size : block * block_size + len) must not already be used in
84 * The region [block * block_size : block * block_size + len) must not already
103 * The region [block * block_size : block * block_size + len) must not alread
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 18 ; unsigned int block_size, | 3
34 %define block_size 0
45 mov [rsp + block_size], rdx
73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 18 ; unsigned int block_size, | 3
34 %define block_size 0
45 mov [rsp + block_size], rdx
73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 18 ; unsigned int block_size, | 3
34 %define block_size 0
45 mov [rsp + block_size], rdx
73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 18 ; unsigned int block_size, | 3
34 %define block_size 0
45 mov [rsp + block_size], rdx
73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 18 ; unsigned int block_size, | 3
34 %define block_size 0
45 mov [rsp + block_size], rdx
73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 18 ; unsigned int block_size, | 3
34 %define block_size 0
45 mov [rsp + block_size], rdx
73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 406 int block_size = 1024; local
407 int data_size = entrySize < 1 ? block_size : entrySize;
425 byte[] temp = new byte[data_size + block_size];
427 data_size += block_size;
429 block_size *= 2;
  /external/opencv/cv/src/
cvcorner.cpp 203 icvCornerEigenValsVecs( const CvMat* src, CvMat* eigenv, int block_size,
232 if( block_size < 3 || !(block_size & 1) )
277 cvSize(el_size.width,el_size.height + block_size)));
292 max_dy = MAX( max_dy, aperture_size + block_size );
297 CV_CALL( cov = cvCreateMat( max_dy + block_size + 1, size.width, CV_32FC3 ));
305 CV_CALL(blur_filter.init(size.width, CV_32FC3, CV_32FC3, 0, cvSize(block_size,block_size)));
308 factorx = (double)(1 << (aperture_size - 1)) * block_size;
421 int block_size, int aperture_size
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 50 if format.block_size() in (8, 16, 32, 64):
51 print ' uint%u_t value;' % (format.block_size(),)
105 if format.is_bitmask() and not format.is_array() and format.block_size() > 8:
107 print ' pixel.value = util_bswap%u(pixel.value);' % format.block_size()
161 return 'uint%u_t' % format.block_size()
415 depth = format.block_size()
525 depth = format.block_size()
604 print ' src += %u;' % (format.block_size() / 8,)
634 print ' dst += %u;' % (format.block_size() / 8,)
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_enc.c 214 OPENSSL_assert(ctx->cipher->block_size == 1
215 || ctx->cipher->block_size == 8
216 || ctx->cipher->block_size == 16);
257 ctx->block_mask=ctx->cipher->block_size-1;
342 bl=ctx->cipher->block_size;
402 b=ctx->cipher->block_size;
461 b=ctx->cipher->block_size;
517 b=ctx->cipher->block_size;
550 n=ctx->cipher->block_size-n;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 50 if format.block_size() in (8, 16, 32, 64):
51 print ' uint%u_t value;' % (format.block_size(),)
105 if format.is_bitmask() and not format.is_array() and format.block_size() > 8:
107 print ' pixel.value = util_bswap%u(pixel.value);' % format.block_size()
161 return 'uint%u_t' % format.block_size()
415 depth = format.block_size()
525 depth = format.block_size()
604 print ' src += %u;' % (format.block_size() / 8,)
634 print ' dst += %u;' % (format.block_size() / 8,)
  /external/openssl/crypto/evp/
evp_enc.c 214 OPENSSL_assert(ctx->cipher->block_size == 1
215 || ctx->cipher->block_size == 8
216 || ctx->cipher->block_size == 16);
257 ctx->block_mask=ctx->cipher->block_size-1;
342 bl=ctx->cipher->block_size;
402 b=ctx->cipher->block_size;
461 b=ctx->cipher->block_size;
517 b=ctx->cipher->block_size;
550 n=ctx->cipher->block_size-n;
  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 360 const size_t block_size = 16; local
366 pad_len = block_size - wpabuf_len(plain) % block_size;
370 wpabuf_put_be16(msg, block_size + wpabuf_len(plain));
372 iv = wpabuf_put(msg, block_size);
373 if (random_get_bytes(iv, block_size) < 0)
  /external/chromium_org/courgette/
encoded_program.cc 704 uint32 block_size; member in struct:courgette::RelocBlockPOD
714 pod.block_size = 8;
718 pod.relocs[(pod.block_size-8)/2] = item;
719 pod.block_size += 2;
724 if (pod.block_size != 8) {
725 if (pod.block_size % 4 != 0) { // Pad to make size multiple of 4 bytes.
728 ok = buffer->Write(&pod, pod.block_size);
729 pod.block_size = 8;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.hpp 104 const std::vector<size_t> &block_size);
111 std::vector<size_t> block_size() const;
  /external/e2fsprogs/ext2ed/
group_com.c 93 offset=file_system_info.first_group_desc_offset+copy_num*file_system_info.super_block.s_blocks_per_group*file_system_info.block_size;
112 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.hpp 104 const std::vector<size_t> &block_size);
111 std::vector<size_t> block_size() const;

Completed in 689 milliseconds

1 2 3 4 5 67 8 91011>>