Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Det-forest.c52 int count_left, count_right; member
138 grandparent->count_left = count2;
142 parent->count_left = count1;
169 count1 = node->count_left;
178 parent->count_left = count2;
182 node->count_left = grandparent->count_left + count1 + 1;
208 count1 = node->count_left;
217 grandparent->count_left = count2;
221 node->count_left = parent->count_left + count1 + 1;
244 count1 = node->count_left;
[all …]
/openbsd/src/usr.bin/tmux/
Dlayout.c759 enum layout_type type, u_int size, u_int count_left, u_int size_left) in layout_new_pane_size() argument
764 if (count_left == 1) in layout_new_pane_size()
774 min = (PANE_MINIMUM + 1) * (count_left - 1); in layout_new_pane_size()