HomeSort by relevance Sort by last modified time
    Searched refs:goal (Results 1 - 17 of 17) sorted by null

  /external/e2fsprogs/lib/ext2fs/
alloc.c 74 * goal. Should put in a smarter one someday....
76 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal,
87 if (!goal || (goal >= fs->super->s_blocks_count))
88 goal = fs->super->s_first_data_block;
89 i = goal;
98 } while (i != goal);
106 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal,
127 retval = ext2fs_new_block(fs, goal, 0, &block);
res_gdt.c 96 blk_t goal = 3 + sb->s_reserved_gdt_blocks + local
99 retval = ext2fs_alloc_block(fs, goal, 0, &dindir_blk);
ext2fs.h 483 extern errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal,
489 extern errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal,
    [all...]
  /external/quake/quake/src/QW/server/
sv_move.c 373 qboolean SV_CloseEnough (edict_t *ent, edict_t *goal, float dist)
379 if (goal->v.absmin[i] > ent->v.absmax[i] + dist)
381 if (goal->v.absmax[i] < ent->v.absmin[i] - dist)
395 edict_t *ent, *goal; local
399 goal = PROG_TO_EDICT(ent->v.goalentity);
409 if ( PROG_TO_EDICT(ent->v.enemy) != sv.edicts && SV_CloseEnough (ent, goal, dist) )
416 SV_NewChaseDir (ent, goal, dist);
  /external/quake/quake/src/WinQuake/
sv_move.cpp 373 qboolean SV_CloseEnough (edict_t *ent, edict_t *goal, float dist)
379 if (goal->u.v.absmin[i] > ent->u.v.absmax[i] + dist)
381 if (goal->u.v.absmax[i] < ent->u.v.absmin[i] - dist)
395 edict_t *ent, *goal; local
402 goal = PROG_TO_EDICT(ent->u.v.goalentity);
416 if ( PROG_TO_EDICT(ent->u.v.enemy) != sv.edicts && SV_CloseEnough (ent, goal, dist) )
424 SV_NewChaseDir (ent, goal, dist);
  /build/core/tasks/
ide.mk 29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
  /build/tools/droiddoc/templates/assets/
carousel.js 178 function slide(goal, id, go_left, cp) {
183 animation.goal = goal;
188 var motions = Math.abs(animation.goal - animation.origin);
195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
  /build/core/
product_config.mk 84 # it will be treated as a goal, and the eng variant will be used.
88 # Provide "PRODUCT-<prodname>-<goal>" targets, which lets you build
93 # Scrape the product and build names out of the goal,
97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)")
103 $(error Bad PRODUCT-* goal "$(goal_name)")
136 # Replace the PRODUCT-* goal with the build goal that it refers to.
146 # Define a rule for the PRODUCT-* goal, and make it depend on the
162 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
envsetup.mk 24 # was invoked with a PRODUCT-xxx-yyy goal.
320 $(error Only one "dumpvar-" goal allowed. Saw "$(MAKECMDGOALS)")
323 # If the goal is of the form "dumpvar-abs-VARNAME", then
config.mk 78 # The 'showcommands' goal says to show the full command
java.mk 175 # like to run these rules, add the "all" modifier goal to the make
main.mk 336 # For the sdk goal, anything with the "samples" tag should be
637 # steps, you can pass the "all" modifier goal on the commandline.
713 # If they used the magic goal "all" then build all apps in the source tree.
  /ndk/build/core/
build-local.mk 112 # If a goal is DUMP_xxx then we dump a variable xxx instead
122 # We only support a single DUMP_XXX goal at a time for now.
  /external/kernel-headers/original/linux/
ext3_fs.h 751 ext3_fsblk_t goal, int *errp);
753 ext3_fsblk_t goal, unsigned long *count, int *errp);
  /external/e2fsprogs/debugfs/
debugfs.c 1158 blk_t free_blk, goal, first_free = 0; local
1164 com_err(argv[0], 0, "Usage: find_free_block [count [goal]]");
1180 goal = strtol(argv[2], &tmp, 0);
1182 com_err(argv[0], 0, "Bad goal - %s", argv[1]);
1187 goal = current_fs->super->s_first_data_block;
1190 free_blk = goal - 1;
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
parse.y 112 goal : initlex sect1 sect1end sect2 initforrule label
  /system/extras/ext4_utils/
ext4.h 73 ext4_fsblk_t goal; member in struct:ext4_allocation_request

Completed in 1186 milliseconds