Searched refs:printops (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/common/lib/libc/gen/ |
H A D | radixtree.c | 1421 printops(const char *title, const char *name, int tag, unsigned int n, in printops() function 1517 printops(title, "lookup", 0, nnodes, &stv, &etv); in test2() 1539 printops(title, "get_tag", tagmask, nnodes, &stv, &etv); in test2() 1548 printops(title, "remove", 0, nnodes, &stv, &etv); in test2() 1556 printops(title, "insert", 0, nnodes, &stv, &etv); in test2() 1571 printops(title, "set_tag", tag, ntagged[tag], &stv, &etv); in test2() 1594 printops(title, "ganglookup", 0, nnodes, &stv, &etv); in test2() 1616 printops(title, "ganglookup_reverse", 0, nnodes, &stv, &etv); in test2() 1638 printops(title, "ganglookup_tag", tagmask, total, &stv, &etv); in test2() 1665 printops(title, "ganglookup_tag_reverse", tagmask, total, in test2() [all …]
|