Searched refs:singletons (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | mkutf8data.c | 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 make 876 /* second pass: left siblings and singletons */ in mark_nodes()
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | mkutf8data.c | 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 make 876 /* second pass: left siblings and singletons */ in mark_nodes()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_maple_tree.c | 1478 unsigned long singletons = 100; in check_gap_combining() local 1530 check_seq(mt, singletons, false); /* create 100 singletons. */ in check_gap_combining()
|
Completed in 15 milliseconds