Home
last modified time | relevance | path

Searched refs:new_blocks (Results 1 – 3 of 3) sorted by relevance

/external/markdown/markdown/
Dpreprocessors.py110 new_blocks = []
144 new_blocks.append(block)
148 new_blocks.append(block.strip())
153 new_blocks.append(
164 new_blocks.append(
169 new_blocks.append(block)
179 new_blocks.append(
184 new_blocks.append(self.markdown.htmlStash.store('\n\n'.join(items)))
185 new_blocks.append('\n')
187 new_text = "\n\n".join(new_blocks)
/external/qemu/block/
Dqcow2-refcount.c338 uint16_t *new_blocks = qemu_mallocz(blocks_clusters * s->cluster_size); in alloc_refcount_block() local
357 new_blocks[block++] = cpu_to_be16(1); in alloc_refcount_block()
362 ret = bdrv_pwrite_sync(bs->file, meta_offset, new_blocks, in alloc_refcount_block()
364 qemu_free(new_blocks); in alloc_refcount_block()
/external/e2fsprogs/resize/
Dresize2fs.c778 unsigned long old_blocks, new_blocks; in blocks_to_move() local
834 new_blocks = fs->super->s_first_meta_bg; in blocks_to_move()
837 new_blocks = fs->desc_blocks + fs->super->s_reserved_gdt_blocks; in blocks_to_move()
840 if (old_blocks == new_blocks) { in blocks_to_move()
854 if (old_blocks > new_blocks) { in blocks_to_move()
860 for (blk = group_blk+1+new_blocks; in blocks_to_move()
886 blk < group_blk + 1 + new_blocks; blk++) in blocks_to_move()