Home
last modified time | relevance | path

Searched refs:max_blocks (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dinitialize.c58 unsigned long max_blocks = 0xffffffff; in calc_reserved_gdt_blocks() local
65 if (ext2fs_blocks_count(sb) < max_blocks / 1024) in calc_reserved_gdt_blocks()
66 max_blocks = ext2fs_blocks_count(sb) * 1024; in calc_reserved_gdt_blocks()
71 rsv_groups = ext2fs_div_ceil(max_blocks - sb->s_first_data_block, bpg); in calc_reserved_gdt_blocks()
77 max_blocks, rsv_groups, rsv_gdb); in calc_reserved_gdt_blocks()
/external/freetype/src/base/
Dftdbgmem.c63 FT_Long max_blocks; /* max. number of allocated blocks */ member
487 node->max_blocks = 0; in ft_mem_table_get_source()
559 if ( source->cur_blocks > source->max_blocks ) in ft_mem_table_set()
560 source->max_blocks = source->cur_blocks; in ft_mem_table_set()
979 source->cur_blocks, source->max_blocks, in FT_DumpMemory()
/external/pdfium/third_party/freetype/src/base/
Dftdbgmem.c63 FT_Long max_blocks; /* max. number of allocated blocks */ member
487 node->max_blocks = 0; in ft_mem_table_get_source()
559 if ( source->cur_blocks > source->max_blocks ) in ft_mem_table_set()
560 source->max_blocks = source->cur_blocks; in ft_mem_table_set()
979 source->cur_blocks, source->max_blocks, in FT_DumpMemory()
/external/fio/
Dio_u.c56 uint64_t max_blocks; in last_block() local
74 max_blocks = max_size / (uint64_t) td->o.ba[ddir]; in last_block()
75 if (!max_blocks) in last_block()
78 return max_blocks; in last_block()
/external/valgrind/memcheck/
Dmc_include.h472 UInt max_blocks, UInt heuristics);
Dmc_leakcheck.c1607 UInt max_blocks, in MC_()
1614 UInt remaining = max_blocks; in MC_()
/external/e2fsprogs/e2fsck/
Dpass1.c85 blk64_t max_blocks; member
2048 pb.max_blocks = 1 << (31 - fs->super->s_log_block_size); in check_blocks()
2348 if (p->is_reg && p->num_blocks+1 >= p->max_blocks) in process_block()
/external/valgrind/
DNEWS107 o it now accepts an optional argument 'limited <max_blocks>'