Lines Matching defs:node
38 n1 = e1->node;
39 n2 = e2->node;
58 n = src->node;
72 dst->node = new;
113 struct ebitmap_node *e_iter = ebmap->node;
192 ebmap->node = e_iter;
228 n1 = e1->node;
229 n2 = e2->node;
268 n = e->node;
283 n = e->node;
297 /* drop this node from the bitmap */
312 e->node = n->next;
332 /* this node will be the highest map within the bitmap */
339 new->next = e->node;
340 e->node = new;
353 n = e->node;
361 e->node = NULL;
397 e->node = NULL;
438 e->node = tmp;
511 /* write the last node */
522 /* set up for the next node */
528 /* write the last node */
532 /* write the last node */
548 struct ebitmap_node *node;
552 for (node = e->node; node; node = node->next) {
553 hash = jhash_1word(node->startbit, hash);
554 hash = jhash(node->maps, sizeof(node->maps), hash);