HomeSort by relevance Sort by last modified time
    Searched full:left_count (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_treecoder.h 100 const unsigned int left_count = (l <= 0) local
109 const unsigned int ct[2] = { left_count, right_count };
112 return left_count + right_count;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.mm 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) {
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.mm 157 const size_t left_count = decorations->size();
167 std::reverse(decorations->begin() + left_count, decorations->end());
168 std::reverse(decoration_frames->begin() + left_count,
180 return left_count;
290 size_t left_count =
297 for (size_t index = left_count; index--; ) {
311 for (size_t index = left_count; index < decorations.size(); ++index) {
  /external/bison/src/
print.c 441 int left_count = 0, right_count = 0;
449 left_count++;
464 if (left_count > 0)
481 if (left_count > 0)
439 int left_count = 0, right_count = 0; local
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 396 int left_count = 0; local
405 (left_side ? left_count : right_count)++;
415 (left_side ? left_count : right_count)++;
431 (left_side ? left_count : right_count)++;
459 if (right_count > left_count) {
    [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 430 int left_count = 0; local
439 (left_side ? left_count : right_count)++;
445 display_avatar_on_left_ = right_count > left_count;
    [all...]
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 295 local left_count=${#left_array[@]}
297 local count=${left_count}
319 while [[ ${index} -lt ${left_count} ]]; do
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 2399 milliseconds