HomeSort by relevance Sort by last modified time
    Searched defs:num_blocks (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/net/disk_cache/
addr.cc 16 int Addr::num_blocks() const { function in class:disk_cache::Addr
entry_impl.cc 408 memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks());
583 rankings_addr.file_type() != RANKINGS || rankings_addr.num_blocks() != 1)
610 int num_blocks = NumBlocksForEntry(stored->key_len); local
611 if (entry_.address().num_blocks() != num_blocks)
1120 int num_blocks = (size + Addr::BlockSizeForFileType(file_type) - 1) \/ local
    [all...]
backend_impl.cc 739 int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); local
740 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
    [all...]
  /external/e2fsprogs/lib/ext2fs/
alloc_sb.c 48 int j, old_desc_blocks, num_blocks; local
50 num_blocks = ext2fs_super_and_bgd_loc(fs, group, &super_blk,
73 return num_blocks;
mkjournal.c 199 int num_blocks; member in struct:mkjournal_struct
229 es->num_blocks--;
264 if (es->num_blocks == 0)
295 es.num_blocks = size;
inode.c 272 blk_t *num_blocks)
307 *num_blocks = 1;
319 if ((blk + *num_blocks) > bb->list[scan->bad_block_ptr])
320 *num_blocks = (int) (bb->list[scan->bad_block_ptr] - blk);
331 blk_t num_blocks; local
339 num_blocks = scan->inode_buffer_blocks;
340 if (num_blocks > scan->blocks_left)
341 num_blocks = scan->blocks_left;
357 retval = check_for_inode_bad_blocks(scan, &num_blocks);
365 (size_t) num_blocks * scan->fs->blocksize)
    [all...]
  /external/ceres-solver/include/ceres/
gradient_checker.h 123 const int num_blocks = block_sizes.size(); local
125 CHECK_LE(num_blocks, 5) << "Unable to test functions that take more "
129 CHECK_GE(num_blocks, 1);
131 CHECK_LT(num_blocks, 1);
135 CHECK_GE(num_blocks, 2);
137 CHECK_LT(num_blocks, 2);
141 CHECK_GE(num_blocks, 3);
143 CHECK_LT(num_blocks, 3);
147 CHECK_GE(num_blocks, 4);
149 CHECK_LT(num_blocks, 4)
    [all...]
  /external/e2fsprogs/debugfs/
icheck.c 29 e2_blkcnt_t num_blocks; member in struct:block_walk_struct
43 for (i=0; i < bw->num_blocks; i++) {
92 bw.num_blocks = bw.blocks_left = argc-1;
154 for (i=0, binfo = bw.barray; i < bw.num_blocks; i++, binfo++) {
lsdel.c 29 e2_blkcnt_t num_blocks; member in struct:deleted_info
35 e2_blkcnt_t num_blocks; member in struct:lsdel_struct
59 lsd->num_blocks++;
139 lsd.num_blocks = 0;
172 delarray[num_delarray].num_blocks = lsd.num_blocks;
199 delarray[i].free_blocks, delarray[i].num_blocks,
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.c 39 size_t num_blocks, left; local
41 num_blocks = (output_len + EAP_PAX_MAC_LEN - 1) / EAP_PAX_MAC_LEN;
42 if (identifier == NULL || num_blocks >= 255)
58 for (counter = 1; counter <= (u8) num_blocks; counter++) {
  /external/libpng/
pngmem.c 175 int num_blocks; local
188 num_blocks = (int)(1 << (png_ptr->zlib_window_bits - 14));
190 num_blocks = 1;
192 num_blocks += (int)(1 << (png_ptr->zlib_mem_level - 7));
194 num_blocks++;
196 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
225 png_ptr->offset_table_ptr = farmalloc(num_blocks *
245 for (i = 0; i < num_blocks; i++)
251 png_ptr->offset_table_number = num_blocks;
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 162 int num_blocks; local
175 num_blocks = (int)(1 << (png_ptr->zlib_window_bits - 14));
177 num_blocks = 1;
179 num_blocks += (int)(1 << (png_ptr->zlib_mem_level - 7));
181 num_blocks++;
183 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
212 png_ptr->offset_table_ptr = farmalloc(num_blocks *
232 for (i = 0; i < num_blocks; i++)
238 png_ptr->offset_table_number = num_blocks;
  /external/ceres-solver/internal/ceres/
suitesparse.cc 253 const int num_blocks = blocks.size(); local
256 vector<int> block_starts(num_blocks);
257 for (int i = 0, cursor = 0; i < num_blocks ; ++i) {
264 for (int i = 0; i < num_blocks; ++i) {
  /external/marisa-trie/lib/marisa/
bitvector.cc 161 const UInt32 num_blocks = (size_ / 512) + (((size_ % 512) != 0) ? 1 : 0); local
162 ranks.resize(num_blocks + 1);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
bitvector.cc 161 const UInt32 num_blocks = (size_ / 512) + (((size_ % 512) != 0) ? 1 : 0); local
162 ranks.resize(num_blocks + 1);
  /external/libnfc-nci/src/nfc/int/
ce_int.h 68 UINT8 num_blocks; member in struct:__anon10606
  /external/openssl/ssl/
s3_cbc.c 454 len, max_mac_bytes, num_blocks, local
570 /* num_blocks is the maximum number of hash blocks. */
571 num_blocks = (max_mac_bytes + 1 + md_length_size + md_block_size - 1) / md_block_size;
600 if (num_blocks > variance_blocks + (is_sslv3 ? 1 : 0))
602 num_starting_blocks = num_blocks - variance_blocks;
  /external/valgrind/main/memcheck/
mc_include.h 311 UInt num_blocks; // Number of blocks represented by the record. member in struct:_LossRecord
  /system/extras/ext4_utils/
ext4fixup.c 623 unsigned int num_blocks; local
645 num_blocks = dirsize / info.block_size;
647 block_list = malloc((num_blocks + 1) * sizeof(*block_list));
664 if (num_blocks > (info.block_size / 4 + EXT4_NDIR_BLOCKS)) {
671 for (i = 0; i < num_blocks; i++) {
768 for (i = 0; i < num_blocks; i++) {
  /external/chromium/net/tools/flip_server/
balsa_headers.h 177 Blocks::size_type num_blocks() const { return blocks_.size(); } function in class:net::BalsaBuffer
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 83 blk64_t num_blocks; member in struct:process_block_struct
814 pb.num_blocks = pb.last_block = 0;
    [all...]
e2fsck.h 217 blk64_t num_blocks; /* Total number of blocks */ member in struct:e2fsck_struct
410 extern void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks);
  /external/e2fsprogs/misc/
badblocks.c 106 static blk_t num_blocks = 0; variable
204 (unsigned long) num_blocks),
220 if (!num_blocks)
480 num_blocks = last_block - 1;
534 num_blocks = 0;
589 num_blocks = last_block - 1;
627 num_blocks = 0;
634 num_blocks = last_block;
674 num_blocks = 0;
780 num_blocks = last_block - 1
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 180 UINT8 num_blocks; member in struct:__anon10493
187 UINT8 num_blocks; member in struct:__anon10494
  /external/libsepol/src/
write.c 1758 uint32_t buf[1], num_blocks = 0; local
    [all...]

Completed in 478 milliseconds

1 2