/external/e2fsprogs/ext2ed/ |
disk.c | 233 if (low_write (type_data.u.buffer,file_system_info.block_size,device_offset)==0)
|
ext2ed.h | 129 unsigned short block_size; member in struct:struct_file_system_info 208 extern short block_size;
|
win.c | 173 block_num=device_offset/file_system_info.block_size; 174 block_offset=device_offset%file_system_info.block_size;
|
general_com.c | 223 mult=file_system_info.block_size; 460 if (type_data.offset_in_block==file_system_info.block_size) { 476 if (type_data.offset_in_block==file_system_info.block_size) { 629 for (l=0;l<file_system_info.block_size/16;l++) { 711 if (type_data.offset_in_block+offset < file_system_info.block_size) {
|
super_com.c | 133 offset=file_system_info.super_block_offset+copy_num*file_system_info.no_blocks_in_group*file_system_info.block_size;
|
/external/libvpx/libvpx/vp8/encoder/ |
temporal_filter.c | 92 unsigned int block_size, 103 for (i = 0,k = 0; i < block_size; i++) 105 for (j = 0; j < block_size; j++, k++) 133 byte += stride - block_size;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 76 unsigned int block_size, 85 for (i = 0, k = 0; i < block_size; i++) { 86 for (j = 0; j < block_size; j++, k++) { 111 byte += stride - block_size;
|
/external/openssh/ |
cipher-ctr.c | 135 aes_ctr.block_size = AES_BLOCK_SIZE;
|
kex.h | 92 u_int block_size; member in struct:Enc
|
cipher-3des1.c | 173 ssh1_3des.block_size = 8;
|
cipher-aes.c | 152 rijndal_cbc.block_size = RIJNDAEL_BLOCKSIZE;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
hmac.py | 53 if hasattr(self.inner, 'block_size'): 54 blocksize = self.inner.block_size 58 _warnings.warn('block_size of %d seems too small; using our ' 63 _warnings.warn('No block_size attribute on given digest object; '
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
hmac.py | 53 if hasattr(self.inner, 'block_size'): 54 blocksize = self.inner.block_size 58 _warnings.warn('block_size of %d seems too small; using our ' 63 _warnings.warn('No block_size attribute on given digest object; '
|
/system/extras/ext4_utils/ |
allocate.c | 180 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size); 185 aux_info.inode_table_blocks * info.block_size, block); 292 bg->bitmaps = calloc(info.block_size, 2); 294 bg->inode_bitmap = bg->bitmaps + info.block_size; 302 sparse_file_add_data(info.sparse_file, bg->bitmaps, 2 * info.block_size, 708 block = calloc(info.block_size, 1); 710 error("get_xattr: failed to allocate %d", info.block_size); 717 inode->i_blocks_lo = cpu_to_le32(le32_to_cpu(inode->i_blocks_lo) + (info.block_size / 512)); 720 int result = sparse_file_add_data(info.sparse_file, block, info.block_size, block_num);
|
/external/ceres-solver/internal/ceres/ |
schur_eliminator_impl.h | 193 const int block_size = bs->cols[i].size; local 195 diag(D + bs->cols[i].position, block_size); 199 m.block(r, c, block_size, block_size).diagonal() 397 const int block_size = bs->cols[block_id].size; local 402 row.block.size, block_size, 564 const int block_size = bs->cols[block_id].size; local 567 values + row.cells[c].position, row.block.size, block_size,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 413 int block_size = kBlockSizes[4]; local 414 int gzip_buffer_size = block_size; 417 ArrayOutputStream output(buffer, kBufferSize, block_size); 430 ArrayInputStream input(buffer, size, block_size); 442 int block_size = kBlockSizes[4]; local 443 int gzip_buffer_size = block_size; 445 ArrayOutputStream output(buffer, kBufferSize, block_size); 457 ArrayInputStream input(buffer, size, block_size);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
kernel.cpp | 67 const std::vector<size_t> &block_size) { 83 pad_vector<uint>(q, block_size, 1).data(), 123 _cl_kernel::block_size() const { function in class:_cl_kernel
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_sse2.c | 122 get_var_sse2 var_fn, int block_size) { 130 for (i = 0; i < h; i += block_size) { 131 for (j = 0; j < w; j += block_size) {
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
kernel.cpp | 67 const std::vector<size_t> &block_size) { 83 pad_vector<uint>(q, block_size, 1).data(), 123 _cl_kernel::block_size() const { function in class:_cl_kernel
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_table.py | 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s2_enc.c | 142 bs=ds->cipher->block_size;
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_io.h | 37 int block_size; member in struct:struct_io_channel
|
test_io.c | 133 for (i=0, cp = buf; i < channel->block_size; i++, cp++) { 137 for (i=0, cp = buf; i < channel->block_size; i++, cp++) { 205 io->block_size = 1024; 301 channel->block_size = blksize;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_table.py | 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
|
/external/openssl/ssl/ |
s2_enc.c | 142 bs=ds->cipher->block_size;
|