Searched refs:left_count (Results 1 – 7 of 7) sorted by relevance
100 const unsigned int left_count = (l <= 0) in tree_merge_probs_impl() local109 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()112 return left_count + right_count; in tree_merge_probs_impl()
122 const size_t left_count = decorations->size();132 std::reverse(decorations->begin() + left_count, decorations->end());133 std::reverse(decoration_frames->begin() + left_count,137 return left_count;226 size_t left_count =232 for (size_t index = left_count; index--; ) {246 for (size_t index = left_count; index < decorations.size(); ++index) {
439 int left_count = 0, right_count = 0; in print_grammar() local447 left_count++; in print_grammar()462 if (left_count > 0) in print_grammar()479 if (left_count > 0) in print_grammar()
396 int left_count = 0; in BuildButtons() local405 (left_side ? left_count : right_count)++; in BuildButtons()415 (left_side ? left_count : right_count)++; in BuildButtons()431 (left_side ? left_count : right_count)++; in BuildButtons()459 if (right_count > left_count) { in BuildButtons()
297 local left_count=${#left_array[@]}299 local count=${left_count}321 while [[ ${index} -lt ${left_count} ]]; do
184 const size_t left_count = decorations->size();194 std::reverse(decorations->begin() + left_count, decorations->end());195 std::reverse(decoration_frames->begin() + left_count,207 return left_count;319 size_t left_count =326 for (size_t index = left_count; index--; ) {340 for (size_t index = left_count; index < decorations.size(); ++index) {
425 int left_count = 0; in BuildButtons() local434 (left_side ? left_count : right_count)++; in BuildButtons()440 display_avatar_on_left_ = right_count > left_count; in BuildButtons()