/external/e2fsprogs/lib/ext2fs/ |
D | alloc.c | 148 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()
|
D | mkjournal.c | 201 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()
|
D | res_gdt.c | 94 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()
|
D | ext2fs.h | 246 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/ |
D | bigtest.cc | 97 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/ |
D | TreeParser.java | 201 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/ |
D | simple.apt | 15 <goal>antlr</goal>
|
D | libraries.apt | 37 <goal>antlr</goal>
|
/external/chromium_org/sync/internal_api/ |
D | README | 13 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/ |
D | README.google | 11 barcode reader library implemented in Java. Our goal is to support decoding of
|
/external/llvm/test/CodeGen/R600/ |
D | sdiv.ll | 4 ; The goal of this test is to make sure the ISel doesn't fail.
|
D | urem.ll | 5 ;The goal of this test is to make sure the ISel doesn't fail when it gets
|
D | udiv.ll | 5 ;The goal of this test is to make sure the ISel doesn't fail when it gets
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-20-.NET-Differences.txt | 9 indicated that the goal seems to be to do simple static compilation (very
|
/external/eigen/doc/ |
D | I05_FixedSizeVectorizable.dox | 5 The goal of this page is to explain what we mean by "fixed-size vectorizable".
|
D | B01_Experimental.dox | 14 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable …
|
/external/llvm/lib/Support/ |
D | README.txt.system | 11 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/ |
D | COPYING | 119 The goal of the pthreads-win32 project has been to 147 broader goal of the project is to encourage the use of open
|
D | LICENSE | 119 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/ |
D | shared3.test | 69 # 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/ |
D | usage.apt.vm | 36 <goal>antlr</goal>
|
/external/llvm/test/CodeGen/AArch64/ |
D | tls-dynamics.ll | 99 ; the expensive resolver. Make sure we achieve that goal.
|
/external/clang/docs/ |
D | ClangTools.rst | 88 <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/ |
D | ext3_fs.h | 751 ext3_fsblk_t goal, int *errp); 753 ext3_fsblk_t goal, unsigned long *count, int *errp);
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 1100 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()
|