Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/gen/
H A Dradixtree.c1446 check_tag_count(const unsigned int *ntagged, unsigned int tagmask, in check_tag_count() argument
1456 assert(count == ntagged[tag]); in check_tag_count()
1458 assert(count >= ntagged[tag]); in check_tag_count()
1474 unsigned int ntagged[RADIX_TREE_TAG_ID_MAX]; in test2() local
1481 ntagged[tag] = 0; in test2()
1504 ntagged[tag]++; in test2()
1538 check_tag_count(ntagged, tagmask, count); in test2()
1561 ntagged[tag] = 0; in test2()
1567 ntagged[tag]++; in test2()
1571 printops(title, "set_tag", tag, ntagged[tag], &stv, &etv); in test2()
[all …]