Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 25 of 106) sorted by relevance

12345

/external/e2fsprogs/lib/ext2fs/
Dalloc.c148 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, in ext2fs_new_block() argument
159 if (!goal || (goal >= fs->super->s_blocks_count)) in ext2fs_new_block()
160 goal = fs->super->s_first_data_block; in ext2fs_new_block()
161 i = goal; in ext2fs_new_block()
179 } while (i != goal); in ext2fs_new_block()
187 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal, in ext2fs_alloc_block() argument
205 retval = (fs->get_alloc_block)(fs, (blk64_t) goal, &new); in ext2fs_alloc_block()
216 retval = ext2fs_new_block(fs, goal, 0, &block); in ext2fs_alloc_block()
265 blk64_t goal, in ext2fs_set_alloc_block_callback() argument
268 blk64_t goal, in ext2fs_set_alloc_block_callback()
Dmkjournal.c201 blk_t goal; member
220 es->goal = *blocknr; in mkjournal_proc()
223 retval = ext2fs_new_block(fs, es->goal, 0, &new_blk); in mkjournal_proc()
261 *blocknr = es->goal = new_blk; in mkjournal_proc()
332 es.goal = (fs->super->s_blocks_per_group * group) + in write_journal_inode()
Dres_gdt.c94 blk_t goal = sb->s_first_data_block + fs->desc_blocks + in ext2fs_create_resize_inode() local
98 retval = ext2fs_alloc_block(fs, goal, 0, &dindir_blk); in ext2fs_create_resize_inode()
Dext2fs.h246 errcode_t (*get_alloc_block)(ext2_filsys fs, blk64_t goal,
565 extern errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal,
571 extern errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal,
575 blk64_t goal,
578 blk64_t goal,
/external/valgrind/unittest/
Dbigtest.cc97 std::map<StatType, int> goal; member in GoalStats
132 CHECK(goal.find(type) == goal.end()); in AddGoal()
133 goal[type] = value; in AddGoal()
139 CHECK(types.size() == goal.size()); in CompileStatsIntoVector()
142 (*stats)[i] = goal[types[i]]; in CompileStatsIntoVector()
737 const char * goal = goal_list[i]; in main() local
741 && goal[j] != '=' in main()
742 && goal[j] != '\0'; j++) { in main()
743 stat[j] = goal[j]; in main()
746 if (goal[j] == '=') in main()
[all …]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java201 String goal = nodes[ni-1]; in inContext()
202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal); in inContext()
222 …tected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goal) { in getAncestor() argument
225 if ( name.equals(goal) ) return t; in getAncestor()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dsimple.apt15 <goal>antlr</goal>
Dlibraries.apt37 <goal>antlr</goal>
/external/chromium_org/sync/internal_api/
DREADME13 application. A goal for this interface layer is to depend on very few
15 without introducing a dependency on specific types. A non-goal is to
/external/zxing/core/
DREADME.google11 barcode reader library implemented in Java. Our goal is to support decoding of
/external/llvm/test/CodeGen/R600/
Dsdiv.ll4 ; The goal of this test is to make sure the ISel doesn't fail.
Durem.ll5 ;The goal of this test is to make sure the ISel doesn't fail when it gets
Dudiv.ll5 ;The goal of this test is to make sure the ISel doesn't fail when it gets
/external/llvm/docs/HistoricalNotes/
D2001-06-20-.NET-Differences.txt9 indicated that the goal seems to be to do simple static compilation (very
/external/eigen/doc/
DI05_FixedSizeVectorizable.dox5 The goal of this page is to explain what we mean by "fixed-size vectorizable".
DB01_Experimental.dox14 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable …
/external/llvm/lib/Support/
DREADME.txt.system11 the primary goal of the library is defeated. By consistently using this library,
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
DCOPYING119 The goal of the pthreads-win32 project has been to
147 broader goal of the project is to encourage the use of open
DLICENSE119 The goal of the pthreads-win32 project has been to
147 broader goal of the project is to encourage the use of open
/external/chromium_org/third_party/sqlite/src/test/
Dshared3.test69 # test case shared3-2.3 above). The goal of the following tests is to
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
Dusage.apt.vm36 <goal>antlr</goal>
/external/llvm/test/CodeGen/AArch64/
Dtls-dynamics.ll99 ; the expensive resolver. Make sure we achieve that goal.
/external/clang/docs/
DClangTools.rst88 <ClangFormat>` with the goal of automatically reformatting C++ sources files
91 the whitespace around those tokens. The goal is for clang-format to both serve
/external/kernel-headers/original/linux/
Dext3_fs.h751 ext3_fsblk_t goal, int *errp);
753 ext3_fsblk_t goal, unsigned long *count, int *errp);
/external/e2fsprogs/misc/
Dtune2fs.c1100 blk_t blk, new_blk, goal; in move_block() local
1121 goal = ext2fs_group_first_block(fs, group); in move_block()
1125 goal = new_blk; in move_block()
1127 retval = ext2fs_new_block(fs, goal, NULL, &new_blk); in move_block()

12345