Searched refs:max_blocks (Results 1 – 10 of 10) sorted by relevance
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/ |
D | ftmutator.cc | 176 size_t max_blocks = MaxSize / 512; in Mutate() local 184 i-- > 1 && used_blocks > max_blocks; ) in Mutate() 186 size_t blocks_to_free = used_blocks - max_blocks; in Mutate() 211 size_t free_blocks = max_blocks - used_blocks; in Mutate()
|
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 58 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/ |
D | ftdbgmem.c | 63 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/ |
D | ftdbgmem.c | 63 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftdbgmem.c | 63 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/ |
D | io_u.c | 56 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/ |
D | mc_include.h | 472 UInt max_blocks, UInt heuristics);
|
D | mc_leakcheck.c | 1607 UInt max_blocks, in MC_() 1614 UInt remaining = max_blocks; in MC_()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 85 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/ |
D | NEWS | 107 o it now accepts an optional argument 'limited <max_blocks>'
|