/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_cu.cc | 72 attr_value->block.block_size = *prop; 75 static_cast<Elf_Word>(attr_value->block.block_size + 1); 83 attr_value->block.block_size = 87 static_cast<Elf_Word>(attr_value->block.block_size + 2); 95 attr_value->block.block_size = 99 static_cast<Elf_Word>(attr_value->block.block_size + 4); 108 attr_value->block.block_size = leb128.u32; 111 static_cast<Elf_Word>(attr_value->block.block_size +
|
dwarf_utils.cc | 302 printf("BLOCK) = [%u]:", attr_value->block.block_size); 303 for (Elf_Xword i = 0; i < attr_value->block.block_size; i++) {
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 52 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path)); 88 info.block_size = parse_num(optarg);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 15 protected static final int BLOCK_SIZE = 8; 61 return BLOCK_SIZE; 75 if ((inOff + BLOCK_SIZE) > in.length) 80 if ((outOff + BLOCK_SIZE) > out.length) 87 return BLOCK_SIZE;
|
RC2Engine.java | 56 private static final int BLOCK_SIZE = 8; 157 return BLOCK_SIZE; 171 if ((inOff + BLOCK_SIZE) > in.length) 176 if ((outOff + BLOCK_SIZE) > out.length) 190 return BLOCK_SIZE;
|
/external/grub/util/ |
mkbimage | 39 block_size=512 284 # First, find the size of the tar file in block_size. 286 file_size=$(($file_size / $block_size + 1)) 339 dd if=/dev/zero of=$image bs=$block_size count=$(($cyl_size * $cylinders)) 351 offset="$(($sectors * $block_size))"
|
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 328 int block_size = 0; local 391 block_size = MIN( size.width, ICV_MATH_BLOCK_SIZE ); 394 x_buffer = (float*)cvStackAlloc( block_size*sizeof(float)); 395 y_buffer = (float*)cvStackAlloc( block_size*sizeof(float)); 399 mag_buffer = (float*)cvStackAlloc( block_size*sizeof(float)); 411 for( x = 0; x < size.width; x += block_size ) 413 int len = MIN( size.width - x, block_size ); 440 for( x = 0; x < size.width; x += block_size ) 442 int len = MIN( size.width - x, block_size ); 568 int block_size = 0 local 1708 int block_size = 0; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidJarLoader.java | 397 int block_size = 1024; local 398 int data_size = entrySize < 1 ? block_size : entrySize; 416 byte[] temp = new byte[data_size + block_size]; 418 data_size += block_size; 420 block_size *= 2;
|
/external/chromium_org/sandbox/win/src/ |
crosscall_params.h | 162 // BLOCK_SIZE: the total storage that the NUMBER_PARAMS parameters can take, 197 template <size_t NUMBER_PARAMS, size_t BLOCK_SIZE> 283 char parameters_[BLOCK_SIZE - sizeof(CrossCallParams)
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 302 BLOCK_SIZE sb_type, 303 BLOCK_SIZE sb_size) { 328 BLOCK_SIZE sb_type) {
|
vp9_pred_common.h | 26 BLOCK_SIZE bsize, int mi_row, int mi_col);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_segmentation.c | 143 const BLOCK_SIZE bsize = mi_8x8[0]->mbmi.sb_type; 167 BLOCK_SIZE bsize) { 195 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
|
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/chromium_org/net/third_party/nss/patches/ |
aesgcm.patch | 175 int block_size; [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 459 if( rows_hdr_size > storage->block_size ) 1538 int block_size = 1 << 16; local 1606 int block_size = 1 << 16; local 2205 int block_size = 1 << 16, sv_size; local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/external/e2fsprogs/ext2ed/ |
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/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/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/openssh/ |
cipher-ctr.c | 135 aes_ctr.block_size = AES_BLOCK_SIZE;
|
kex.h | 92 u_int block_size; member in struct:Enc
|
/external/yaffs2/yaffs2/direct/ |
yaffs_fileem.c | 37 #define BLOCK_SIZE (32 * 528)
|
yaffs_flashif.c | 31 #define BLOCK_SIZE (32 * 528)
|
yaffs_ramdisk.c | 33 #define BLOCK_SIZE (32 * 528)
|