Lines Matching defs:node
28 struct node {
56 static struct node *hash_lookup(unsigned long long val)
60 struct node *n;
63 n = flist_entry(entry, struct node, list);
71 static struct node *hash_insert(struct node *n, unsigned long long val)
165 const struct node *n1 = p1;
166 const struct node *n2 = p2;
177 struct node *nodes;
206 nodes = malloc(nranges * sizeof(struct node));
209 struct node *n;
227 qsort(nodes, j, sizeof(struct node), node_cmp);
248 struct node *node = &nodes[k];
255 cur_vals = node->hits;
260 cur_vals += node->hits;
261 os->nranges += node->hits;
265 total_vals += node->hits;