Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextbtree.c5781 int total_children, first_children; in gtk_text_btree_rebalance() local
5841 first_children = total_children/2; in gtk_text_btree_rebalance()
5856 if (i == first_children) in gtk_text_btree_rebalance()
5862 while (i <= first_children) in gtk_text_btree_rebalance()
5877 if (i <= first_children) in gtk_text_btree_rebalance()
5879 if (i == first_children) in gtk_text_btree_rebalance()
5886 while (i <= first_children) in gtk_text_btree_rebalance()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextbtree.c5829 int total_children, first_children; in gtk_text_btree_rebalance() local
5889 first_children = total_children/2; in gtk_text_btree_rebalance()
5904 if (i == first_children) in gtk_text_btree_rebalance()
5910 while (i <= first_children) in gtk_text_btree_rebalance()
5925 if (i <= first_children) in gtk_text_btree_rebalance()
5927 if (i == first_children) in gtk_text_btree_rebalance()
5934 while (i <= first_children) in gtk_text_btree_rebalance()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextbtree.c5794 int total_children, first_children, i; in gtk_text_btree_rebalance() local
5854 first_children = total_children/2; in gtk_text_btree_rebalance()
5869 if (i == first_children) in gtk_text_btree_rebalance()
5875 while (i <= first_children) in gtk_text_btree_rebalance()
5890 if (i <= first_children) in gtk_text_btree_rebalance()
5892 if (i == first_children) in gtk_text_btree_rebalance()
5899 while (i <= first_children) in gtk_text_btree_rebalance()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/roxmltree-0.9.1/src/
H A Dlib.rs1052 pub fn first_children(&self) -> FirstChildren<'a, 'input> { in first_children() method
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/roxmltree-0.13.0/src/
H A Dlib.rs1180 pub fn first_children(&self) -> AxisIter<'a, 'input> { in first_children() method
/dports/devel/texlab/texlab-3.3.0/cargo-crates/roxmltree-0.13.1/src/
H A Dlib.rs1182 pub fn first_children(&self) -> AxisIter<'a, 'input> { in first_children() method
/dports/www/zola/zola-0.15.2/cargo-crates/roxmltree-0.13.1/src/
H A Dlib.rs1182 pub fn first_children(&self) -> AxisIter<'a, 'input> {