Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_treecoder.h100 const unsigned int left_count = (l <= 0) in tree_merge_probs_impl() local
109 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()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm122 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) {
/external/bison/src/
Dprint.c439 int left_count = 0, right_count = 0; in print_grammar() local
447 left_count++; in print_grammar()
462 if (left_count > 0) in print_grammar()
479 if (left_count > 0) in print_grammar()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_titlebar.cc396 int left_count = 0; in BuildButtons() local
405 (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()
/external/chromium_org/chrome/installer/mac/
Dkeystone_install.sh297 local left_count=${#left_array[@]}
299 local count=${left_count}
321 while [[ ${index} -lt ${left_count} ]]; do
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm184 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) {
/external/chromium_org/chrome/browser/ui/gtk/
Dbrowser_titlebar.cc425 int left_count = 0; in BuildButtons() local
434 (left_side ? left_count : right_count)++; in BuildButtons()
440 display_avatar_on_left_ = right_count > left_count; in BuildButtons()