Home
last modified time | relevance | path

Searched defs:goal (Results 1 – 25 of 36) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
Dalloc.c147 errcode_t ext2fs_new_block3(ext2_filsys fs, blk64_t goal, in ext2fs_new_block3()
204 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2()
210 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, in ext2fs_new_block()
225 errcode_t ext2fs_alloc_block3(ext2_filsys fs, blk64_t goal, char *block_buf, in ext2fs_alloc_block3()
266 errcode_t ext2fs_alloc_block2(ext2_filsys fs, blk64_t goal, in ext2fs_alloc_block2()
272 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal, in ext2fs_alloc_block()
332 blk64_t goal, in ext2fs_set_alloc_block_callback()
404 errcode_t ext2fs_new_range(ext2_filsys fs, int flags, blk64_t goal, in ext2fs_new_range()
511 errcode_t (*func)(ext2_filsys fs, int flags, blk64_t goal, in ext2fs_set_new_range_callback()
525 errcode_t ext2fs_alloc_range(ext2_filsys fs, int flags, blk64_t goal, in ext2fs_alloc_range()
Dmkjournal.c280 blk64_t goal, int flags) in write_journal_inode()
492 blk64_t goal, int flags) in ext2fs_add_journal_inode3()
604 blk64_t goal, int flags) in ext2fs_add_journal_inode2()
Dfallocate.c669 struct ext2_inode *inode, blk64_t goal, in extent_fallocate()
804 struct ext2_inode *inode, blk64_t goal, in ext2fs_fallocate()
Dexpanddir.c26 blk64_t goal; member
Dres_gdt.c117 blk_t goal = sb_blk + fs->desc_blocks + in ext2fs_create_resize_inode() local
Dext_attr.c507 blk64_t blk, goal; in prep_ea_block_for_write() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DAbstractUnivariateRealOptimizer.java218 public double optimize(UnivariateRealFunction f, GoalType goal, in optimize()
250 public double optimize(UnivariateRealFunction f, GoalType goal, in optimize()
DBracketFinder.java120 GoalType goal, in search()
/external/toolchain-utils/afdo_redaction/
Dremove_cold_functions_test.py83 def _run_test(input_lines, goal, cwp_file=None, benchmark_file=None): argument
Dremove_cold_functions.py109 def run(input_stream, output_stream, goal, cwp=None, benchmark=None): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DAbstractLinearOptimizer.java56 protected GoalType goal; field in AbstractLinearOptimizer
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DAbstractScalarDifferentiableOptimizer.java54 protected GoalType goal; field in AbstractScalarDifferentiableOptimizer
/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal.cpp194 inline bool decimal_helper_outofrange(uint64_t a[], uint8_t al, uint8_t goal) { in decimal_helper_outofrange()
204 uint8_t goal, in decimal_helper_shrinkintorange()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java230 …tected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goal) { in getAncestor()
/external/e2fsprogs/misc/
Dmk_hugefiles.c59 static blk64_t goal; variable
Dmke2fs.c382 blk64_t goal = 0; in packed_allocate_tables() local
Dtune2fs.c2411 blk64_t blk, new_blk, goal; in move_block() local
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c302 static errcode_t basefs_block_allocator(ext2_filsys fs, blk64_t goal, in basefs_block_allocator()
/external/oj-libjdwp/src/share/back/
DeventFilter.c997 LocationFilter *goal = (LocationFilter *)arg; in matchBreakpoint() local
1102 FieldFilter *goal = (FieldFilter *)arg; in matchWatchpoint() local
/external/libiio/src/iiod/
Dops.c371 unsigned int i, goal = length - info->cpt % length; in send_sample() local
399 unsigned int i, goal = length - info->cpt % length; in receive_sample() local
/external/jemalloc_new/src/
Dzone.c239 zone_pressure_relief(struct _malloc_zone_t *zone, size_t goal) { in zone_pressure_relief()
/external/perfetto/protos/perfetto/trace/ftrace/
Dext4.proto47 optional uint64 goal = 8; field
601 optional uint64 goal = 7; field
/external/e2fsprogs/e2fsck/
Dpass1.c4317 static errcode_t e2fsck_get_alloc_block(ext2_filsys fs, blk64_t goal, in e2fsck_get_alloc_block()
4349 static errcode_t e2fsck_new_range(ext2_filsys fs, int flags, blk64_t goal, in e2fsck_new_range()
/external/e2fsprogs/debugfs/
Ddebugfs.c1669 blk64_t free_blk, goal, first_free = 0; in do_find_free_block() local
/external/antlr/runtime/Python3/antlr3/
Dtree.py2287 def _getAncestor(adaptor, tokenNames, t, goal): argument

12