| /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 | 290 struct val_neg_zone lookfor; local 292 lookfor.node.key = &lookfor; 293 lookfor.name = nm; 294 lookfor.len = len; 295 lookfor.labs = dname_count_labels(lookfor.name); 296 lookfor.dclass = dclass; 299 rbtree_search(&neg->tree, lookfor.node.key); 314 struct val_neg_data lookfor; local [all...] |
| /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);
|
| /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/games/warp/ |
| move.c | 573 lookfor(curobj->posy,curobj->posx,Base)) { 635 lookfor(int y, int x, char what) function
|
| /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-vect-loop.cc | 3386 tree lookfor = PHI_RESULT (phi); local 3396 if (use == lookfor)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| 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-vect-loop.cc | 4039 tree lookfor = PHI_RESULT (phi); local 4049 if (use == lookfor)
|