/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_prob.c | 41 const unsigned int left_count = (l <= 0) local 50 const unsigned int ct[2] = { left_count, right_count }; 53 return left_count + right_count;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_prob.c | 41 const unsigned int left_count = (l <= 0) local 50 const unsigned int ct[2] = { left_count, right_count }; 53 return left_count + right_count;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_prob.c | 41 const unsigned int left_count = (l <= 0) local 50 const unsigned int ct[2] = { left_count, right_count }; 53 return left_count + right_count;
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
NearestPoint.cpp | 203 int left_count, /* Solution count from */ variable 230 left_count = FindRoots(Left, degree, left_t, depth+1); 235 for (i = 0; i < left_count; i++) { 239 t[i+left_count] = right_t[i]; 243 return (left_count+right_count);
|
/external/skia/experimental/Intersection/ |
NearestPoint.cpp | 203 int left_count, /* Solution count from */ variable 230 left_count = FindRoots(Left, degree, left_t, depth+1); 235 for (i = 0; i < left_count; i++) { 239 t[i+left_count] = right_t[i]; 243 return (left_count+right_count);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.mm | 147 const size_t left_count = decorations->size(); 157 std::reverse(decorations->begin() + left_count, decorations->end()); 158 std::reverse(decoration_frames->begin() + left_count, 162 return left_count; 280 size_t left_count = 287 for (size_t index = left_count; index--; ) { 301 for (size_t index = left_count; index < decorations.size(); ++index) { [all...] |
/bionic/libc/kernel/tools/ |
cpp.py | [all...] |
/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_org/chrome/installer/mac/ |
keystone_install.sh | 298 local left_count=${#left_array[@]} 300 local count=${left_count} 322 while [[ ${index} -lt ${left_count} ]]; do [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |