Home
last modified time | relevance | path

Searched refs:eqkid (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dternary.c56 curr->eqkid = (ternary_tree) data; in ternary_insert()
57 return (PTR) curr->eqkid; in ternary_insert()
59 pcurr = &(curr->eqkid); in ternary_insert()
80 curr->lokid = curr->hikid = curr->eqkid = 0; in ternary_insert()
88 curr->eqkid = (ternary_tree) data; in ternary_insert()
91 pcurr = &(curr->eqkid); in ternary_insert()
103 ternary_cleanup (p->eqkid); in ternary_cleanup()
126 return (PTR) curr->eqkid; in ternary_search()
128 curr = curr->eqkid; in ternary_search()
154 return (PTR) p->eqkid; in ternary_recursivesearch()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/
Dternary.h31 ternary_tree eqkid; member