Searched refs:singletons (Results 1 – 3 of 3) sorted by relevance
17 only be probed() once on a certain system (singletons), it is custom to assume
424 int nodes, singletons, leaves; in tree_walk() local 426 nodes = singletons = leaves = 0; in tree_walk() 446 singletons += 1; in tree_walk() 485 printf("nodes %d leaves %d singletons %d\n", in tree_walk() 486 nodes, leaves, singletons); in tree_walk() 642 * their left and right branches a sequence of singletons that make876 /* second pass: left siblings and singletons */ in mark_nodes()
1594 unsigned long singletons = 100; in check_gap_combining() local 1646 check_seq(mt, singletons, false); /* create 100 singletons. */ in check_gap_combining()