HomeSort by: relevance | last modified time | path
    Searched refs:lookfor (Results 1 - 21 of 21) sorted by relevancy

  /src/games/warp/
move.h 13 int lookfor(int, int, char);
play.c 88 if (lookfor(realapollo->posy,realapollo->posx,
93 else if (lookfor(root.next->posy,root.next->posx,
122 if (lookfor(realapollo->posy,realapollo->posx,
127 else if (lookfor(root.next->posy,root.next->posx,
move.c 573 lookfor(curobj->posy,curobj->posx,Base)) {
635 lookfor(int y, int x, char what) function
  /src/usr.sbin/sysinst/
txtwalk.h 49 struct lookfor { struct
56 int (*func) (struct data *list, size_t num, const struct lookfor*);
79 int walk(char *, size_t, const struct lookfor *, size_t);
txtwalk.c 55 static int process(const struct lookfor *, char *);
56 static int match(char *, const struct lookfor *, size_t);
57 static int finddata(const struct lookfor *, char *, struct data *, size_t *);
63 walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese)
100 match(char *line, const struct lookfor *these, size_t numthese)
125 process(const struct lookfor *item, char *line)
201 finddata(const struct lookfor *item, char *line, struct data *found, size_t *numfound)
disks.c 101 static int found_fs(struct data *, size_t, const struct lookfor*);
102 static int found_fs_nocheck(struct data *, size_t, const struct lookfor*);
1706 process_found_fs(struct data *list, size_t num, const struct lookfor *item,
1819 found_fs(struct data *list, size_t num, const struct lookfor *item)
1826 found_fs_nocheck(struct data *list, size_t num, const struct lookfor *item)
1960 struct lookfor *fstabbuf, *l;
  /src/external/bsd/unbound/dist/validator/
val_kcache.c 110 struct key_entry_key lookfor; local
111 lookfor.entry.key = &lookfor;
112 lookfor.name = name;
113 lookfor.namelen = namelen;
114 lookfor.key_class = key_class;
115 key_entry_hash(&lookfor);
116 e = slabhash_lookup(kcache->slab, lookfor.entry.hash, &lookfor, wr);
160 struct key_entry_key lookfor; local
    [all...]
val_neg.c 283 struct val_neg_zone lookfor; local
285 lookfor.node.key = &lookfor;
286 lookfor.name = nm;
287 lookfor.len = len;
288 lookfor.labs = dname_count_labels(lookfor.name);
289 lookfor.dclass = dclass;
292 rbtree_search(&neg->tree, lookfor.node.key);
307 struct val_neg_data lookfor; local
    [all...]
  /src/external/bsd/unbound/dist/util/
timehist.c 184 double lookfor, passed, res; local
190 lookfor = (double)timehist_count(hist);
191 if(lookfor < 4)
193 lookfor *= q;
197 passed+(double)hist->buckets[i].count < lookfor) {
207 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count);
  /src/external/gpl3/gcc/dist/contrib/header-tools/
reduce-headers 314 lookfor = ii_src_line(src_info)[inc_file]
315 src_tmp.remove (lookfor)
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
reduce-headers 315 lookfor = ii_src_line(src_info)[inc_file]
316 src_tmp.remove (lookfor)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 989 has the value LOOKFOR, we walk the reverse mapping that tells us
2790 unsigned int lookfor = info->value_id;
2791 if (value_id_constant_p (lookfor))
2794 pre_expr leader = bitmap_find_leader (AVAIL_OUT (block), lookfor);
2805 gcc_assert (!value_id_constant_p (lookfor));
2810 bitmap exprset = value_expressions[lookfor];
tree-vect-patterns.cc 7090 tree lookfor = op.ops[STMT_VINFO_REDUC_IDX (orig_stmt_info)]; local
7112 if (op.ops[i] == lookfor)
7115 lookfor = gimple_get_lhs (s);
tree-ssa-structalias.cc 912 /* Find a constraint LOOKFOR in the sorted constraint vector VEC */
916 struct constraint lookfor)
924 place = vec.lower_bound (&lookfor, constraint_less);
928 if (!constraint_equal (*found, lookfor))
tree-vect-loop.cc 4039 tree lookfor = PHI_RESULT (phi); local
4049 if (use == lookfor)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 1001 has the value LOOKFOR, we walk the reverse mapping that tells us
2782 unsigned int lookfor = info->value_id; local
2783 if (value_id_constant_p (lookfor))
2786 pre_expr leader = bitmap_find_leader (AVAIL_OUT (block), lookfor);
2797 gcc_assert (!value_id_constant_p (lookfor));
2802 bitmap exprset = value_expressions[lookfor];
tree-vect-patterns.cc 5769 tree lookfor = op.ops[STMT_VINFO_REDUC_IDX (orig_stmt_info)]; local
5791 if (op.ops[i] == lookfor)
5794 lookfor = gimple_get_lhs (s);
tree-ssa-structalias.cc 911 /* Find a constraint LOOKFOR in the sorted constraint vector VEC */
915 struct constraint lookfor)
923 place = vec.lower_bound (&lookfor, constraint_less);
927 if (!constraint_equal (*found, lookfor))
tree-vect-loop.cc 3386 tree lookfor = PHI_RESULT (phi); local
3396 if (use == lookfor)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 3152 istrstr (char *lookin, char *lookfor)
3157 len = strlen(lookfor);
3159 if (strncmp(cp, lookfor, len) == 0)
  /src/external/gpl2/grep/dist/src/
dfa.c 3163 istrstr (char *lookin, char *lookfor)
3168 len = strlen(lookfor);
3170 if (strncmp(cp, lookfor, len) == 0)

Completed in 108 milliseconds