HomeSort by relevance Sort by last modified time
    Searched refs:block_size (Results 101 - 125 of 203) sorted by null

1 2 3 45 6 7 8 9

  /external/webkit/Tools/wx/build/
build_utils.py 93 def download_callback(downloaded, block_size, total_size):
94 downloaded = block_size * downloaded
  /external/e2fsprogs/ext2ed/
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/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/openssh/
cipher-3des1.c 173 ssh1_3des.block_size = 8;
cipher-aes.c 152 rijndal_cbc.block_size = RIJNDAEL_BLOCKSIZE;
kex.c 299 enc->block_size = cipher_blocksize(enc->cipher);
458 if (need < newkeys->enc.block_size)
459 need = newkeys->enc.block_size;
monitor_wrap.c 494 enc->block_size = buffer_get_int(&b);
497 if (len != enc->block_size)
499 enc->block_size, len);
554 buffer_put_int(&b, enc->block_size);
556 packet_get_keyiv(mode, enc->iv, enc->block_size);
557 buffer_put_string(&b, enc->iv, enc->block_size);
    [all...]
  /external/openssl/ssl/
s2_enc.c 142 bs=ds->cipher->block_size;
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 16 def download_progress_hook(block_count, block_size, total_blocks):
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.h 230 size_t block_size; /* also iv_size */ member in struct:tls_cipher_data
  /system/extras/ext4_utils/
ext4_utils.h 120 u32 block_size; member in struct:fs_info
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/ceres-solver/internal/ceres/
suitesparse.cc 266 const int block_size = blocks[block_id]; local
268 for (int j = 0; j < block_size; ++j) {
  /external/qemu/elff/
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++) {
  /ndk/sources/host-tools/ndk-stack/elff/
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++) {
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c     [all...]
  /external/opencv/cv/include/
cv.h 469 CvSize block_size, CvSize shift_size,
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 299 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon10248
388 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon10259
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 1180 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data)
1195 if (block_size > LIMIT_BLOCK)
1244 frame_sizes[0] = block_size - consumed;
1249 r = ne_read_xiph_lacing(ctx->io, block_size, &consumed, frames, frame_sizes);
1254 if ((block_size - consumed) % frames)
1257 frame_sizes[i] = (block_size - consumed) / frames;
1262 r = ne_read_ebml_lacing(ctx->io, block_size, &consumed, frames, frame_sizes);
1272 if (total > block_size)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 271 size_t block_size; member in struct:ikev2_encr_alg
  /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/kernel-headers/original/linux/
blkdev.h 590 unsigned block_size; member in struct:sec_size
806 static inline unsigned int block_size(struct block_device *bdev) function
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 123 TestInputStream(const void* data, int size, int block_size)
124 : array_stream_(data, size, block_size), counter_(0) {}

Completed in 1119 milliseconds

1 2 3 45 6 7 8 9