| /external/mesa3d/src/gallium/drivers/r600/ |
| r600_pipe.c | 630 uint64_t * block_size = ret; local 631 block_size[0] = 256; 632 block_size[1] = 256; 633 block_size[2] = 256;
|
| /external/openssh/ |
| cipher-3des1.c | 147 ssh1_3des.block_size = 8;
|
| cipher-aes.c | 149 rijndal_cbc.block_size = RIJNDAEL_BLOCKSIZE;
|
| kex.c | 472 explicit_bzero(newkeys->enc.iv, newkeys->enc.block_size); 548 enc->block_size = cipher_blocksize(enc->cipher); 735 need = MAX(need, newkeys->enc.block_size); 739 dh_need = MAX(dh_need, newkeys->enc.block_size);
|
| kex.h | 107 u_int block_size; member in struct:sshenc
|
| /external/squashfs-tools/kernel/fs/squashfs/ |
| squashfs_fs.h | 221 __le32 block_size; member in struct:squashfs_super_block
|
| /external/squashfs-tools/kernel/include/linux/ |
| squashfs_fs.h | 220 __le32 block_size; member in struct:squashfs_super_block
|
| /external/syslinux/core/fs/ext2/ |
| bmap.c | 147 const uint32_t addr_per_block = BLOCK_SIZE(fs) >> 2;
|
| /external/syslinux/core/fs/ufs/ |
| bmap.c | 129 ptrs_per_blk = fs->block_size >> UFS_SB(fs)->addr_shift;
|
| ufs.h | 82 uint32_t block_size; // Block size in bytes. member in struct:ufs_super_block
|
| /external/webrtc/webrtc/common_audio/ |
| blocker.h | 67 size_t block_size,
|
| lapped_transform_unittest.cc | 136 // Identity window for |overlap = block_size / 2|.
|
| /external/wpa_supplicant_8/src/tls/ |
| tlsv1_common.h | 232 size_t block_size; /* also iv_size */ member in struct:tls_cipher_data
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
| mount.h | 28 #define BLOCK_SIZE 1024
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
| mount.h | 28 #define BLOCK_SIZE 1024
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
| mount.h | 28 #define BLOCK_SIZE 1024
|
| /system/update_engine/payload_generator/ |
| zip_unittest.cc | 54 uint32_t block_size) override {
|
| /system/core/libziparchive/ |
| zip_archive.cc | 1014 const size_t block_size = (remaining > kBufSize) ? kBufSize : remaining; local [all...] |
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_texture.c | 124 unsigned alignment, nblocksx, nblocksy, block_size; local 138 block_size = util_format_get_blocksize(pt->format); 140 lpr->row_stride[level] = align(nblocksx * block_size, 16); 803 const unsigned block_size = util_format_get_blocksize(format); local 808 const unsigned buffer_size = block_size * nblocksy * nblocksx; [all...] |
| /external/pdfium/third_party/libopenjpeg20/ |
| tcd.c | [all...] |
| /system/nfc/src/nfa/rw/ |
| nfa_rw_act.c | [all...] |
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_bitstream.c | 86 BLOCK_SIZE bsize = xd->mi[0]->sb_type; 244 const BLOCK_SIZE bsize = mi->sb_type; 342 const BLOCK_SIZE bsize = mi->sb_type; 399 int mi_col, PARTITION_TYPE p, BLOCK_SIZE bsize, 422 int mi_row, int mi_col, BLOCK_SIZE bsize, 429 BLOCK_SIZE subsize; [all...] |
| /external/opencv/cv/include/ |
| cv.h | 469 CvSize block_size, CvSize shift_size, [all...] |
| /external/opencv/cxcore/src/ |
| cxconvert.cpp | 664 int block_size = MIN( remaining, block_size0 ); \ 672 for( i = 0; i <= block_size - 2; i += 2, \ 678 if( i < block_size ) \ 684 for( i=0; i <= block_size-2; i+=2, d+=dd*2 )\ 686 if( i < block_size ) \ 691 remaining -= block_size; \ [all...] |
| /external/pdfium/core/fpdfapi/parser/ |
| cpdf_parser.cpp | 434 int32_t block_size = block == nBlocks - 1 ? count % 1024 : 1024; local 435 uint32_t dwReadSize = block_size * recordsize; 444 for (int32_t i = 0; i < block_size; i++) { 515 int32_t block_size = block == nBlocks - 1 ? count % 1024 : 1024; local 517 block_size * recordsize); 519 for (int32_t i = 0; i < block_size; i++) { [all...] |