HomeSort by relevance Sort by last modified time
    Searched full:last_block (Results 1 - 25 of 29) sorted by null

1 2

  /external/libvpx/vpx_mem/memory_manager/
hmm_shrink.c 33 head_record *last_block = (head_record *) local
38 AUDIT_BLOCK(last_block)
41 if (last_block == desc->last_freed)
43 U(size_bau) bs = BLOCK_BAUS(last_block);
52 (PREV_BLOCK_BAUS(last_block) && (n_baus_to_shrink == bs)) ||
56 (!PREV_BLOCK_BAUS(last_block) &&
71 last_block->block_size = bs;
76 (head_record *) BAUS_FORWARD(last_block, bs);
86 U(into_free_collection)(desc, last_block);
94 last_block->block_size = 0
    [all...]
  /external/e2fsprogs/lib/ext2fs/
check_desc.c 36 blk_t last_block; local
42 last_block = ext2fs_group_last_block(fs, i);
49 fs->group_desc[i].bg_block_bitmap > last_block)
56 fs->group_desc[i].bg_inode_bitmap > last_block)
64 fs->inode_blocks_per_group - 1) > last_block))
  /external/e2fsprogs/misc/
filefrag.c 86 unsigned long block, last_block = 0, numblocks, i; local
152 if (is_ext2 && last_block) {
154 last_block++;
156 last_block++;
158 last_block++;
163 if (last_block && (block != last_block +1) ) {
166 i, block, last_block);
169 last_block = block;
badblocks.c 80 fprintf(stderr, _("Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n device [last_block [start_block]]\n"),
330 static unsigned int test_ro (int dev, unsigned long last_block,
362 last_block - 1);
372 num_blocks = last_block - 1;
378 while (currently_testing < last_block)
390 if (currently_testing + try > last_block)
391 try = last_block - currently_testing;
433 static unsigned int test_rw (int dev, unsigned long last_block,
457 from_count, last_block);
469 num_blocks = last_block - 1
828 blk_t last_block, from_count; local
    [all...]
dumpe2fs.c 133 blk_t first_block, last_block; local
157 last_block = ext2fs_group_last_block(fs, i);
163 print_range(first_block, last_block);
  /system/extras/ext4_utils/
backed_block.c 108 u32 last_block = 0; local
111 if (db->block < last_block)
112 error("data blocks out of order: %u < %u", db->block, last_block);
113 last_block = db->block + DIV_ROUND_UP(db->len, info.block_size) - 1;
indirect.c 465 u32 last_block = EXT4_NDIR_BLOCKS + aux_info.blocks_per_ind + local
470 size = (u64)last_block * info.block_size;
  /external/e2fsprogs/e2fsck/
pass1.c 85 e2_blkcnt_t last_block; member in struct:process_block_struct
668 pb.num_blocks = pb.last_block = 0;
2026 blk_t last_block; local
    [all...]
super.c 458 blk_t first_block, last_block; local
583 last_block = ext2fs_group_last_block(fs, i);
586 (gd->bg_block_bitmap > last_block)) {
596 (gd->bg_inode_bitmap > last_block)) {
607 fs->inode_blocks_per_group - 1) > last_block)) {
journal.c 196 e2_blkcnt_t last_block; member in struct:process_block_struct
216 p->last_block = blockcnt;
303 pb.last_block = -1;
307 if ((pb.last_block+1) * ctx->fs->blocksize <
pass3.c 694 int last_block; member in struct:expand_dir_struct
719 es->last_block = blockcnt;
786 es.last_block = 0;
804 inode.i_size = (es.last_block + 1) * fs->blocksize;
  /external/chromium/third_party/zlib/contrib/minizip/
zip.c 113 linkedlist_datablock_internal* last_block; member in struct:linkedlist_data_s
193 ll->first_block = ll->last_block = NULL;
200 ll->first_block = ll->last_block = NULL;
215 if (ll->last_block == NULL)
217 ll->first_block = ll->last_block = allocate_new_datablock();
222 ldi = ll->last_block;
237 ll->last_block = ldi;
    [all...]
  /external/chromium/net/disk_cache/
sparse_control.cc 393 child_data_.header.last_block = -1;
523 if (block_offset && (child_data_.header.last_block != first_bit ||
541 child_data_.header.last_block = last_bit;
544 child_data_.header.last_block = -1;
551 if (block_index == child_data_.header.last_block)
disk_format.h 237 // to be only partialy filled. In that case, last_block and last_block_len will
243 int32 last_block; // Index of the last written block. member in struct:disk_cache::SparseHeader
  /external/e2fsprogs/debugfs/
debugfs.o 
debugfs.c 367 blk_t first_block, last_block; member in struct:list_blocks_struct
380 if (lb->first_block == lb->last_block)
386 lb->first_block, lb->last_block);
404 (lb->last_block+1 == *blocknr) &&
406 lb->last_block = *blocknr;
414 lb->first_block = lb->last_block = *blocknr;
    [all...]
  /external/zlib/contrib/minizip/
zip.c 126 linkedlist_datablock_internal* last_block; member in struct:linkedlist_data_s
215 ll->first_block = ll->last_block = NULL;
221 ll->first_block = ll->last_block = NULL;
233 if (ll->last_block == NULL)
235 ll->first_block = ll->last_block = allocate_new_datablock();
240 ldi = ll->last_block;
255 ll->last_block = ldi;
    [all...]
  /external/grub/stage2/
gunzip.c 149 static int last_block; variable
1079 last_block = (int) b & 1;
    [all...]
  /external/e2fsprogs/po/
ca.po     [all...]
e2fsprogs.pot     [all...]
cs.po     [all...]
es.po     [all...]
fr.po     [all...]
it.po     [all...]
nl.po     [all...]

Completed in 746 milliseconds

1 2