/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 717 int max_count = 7; /* max repeat count */ local 720 if (nextlen == 0) max_count = 138, min_count = 3; 725 if (++count < max_count && curlen == nextlen) { 739 max_count = 138, min_count = 3; 741 max_count = 6, min_count = 3; 743 max_count = 7, min_count = 4; 762 int max_count = 7; /* max repeat count */ local 766 if (nextlen == 0) max_count = 138, min_count = 3; 770 if (++count < max_count && curlen == nextlen) { 790 max_count = 138, min_count = 3 [all...] |
/external/zlib/src/ |
trees.c | 715 int max_count = 7; /* max repeat count */ local 718 if (nextlen == 0) max_count = 138, min_count = 3; 723 if (++count < max_count && curlen == nextlen) { 737 max_count = 138, min_count = 3; 739 max_count = 6, min_count = 3; 741 max_count = 7, min_count = 4; 760 int max_count = 7; /* max repeat count */ local 764 if (nextlen == 0) max_count = 138, min_count = 3; 768 if (++count < max_count && curlen == nextlen) { 788 max_count = 138, min_count = 3 [all...] |
/external/opencv/ml/src/ |
mlem.cpp | 514 int max_count = 0; local 534 max_count = MAX( max_count, right - left ); 536 CV_CALL( hdr = (CvMat*)cvAlloc( max_count*sizeof(hdr[0]) )); 537 CV_CALL( vec = (const void**)cvAlloc( max_count*sizeof(vec[0]) )); 539 for( i = 0; i < max_count; i++ ) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index.cc | 78 size_t max_count, 106 i != node_typed_counts.end() && results->size() < max_count; ++i)
|
/external/chromium/chrome/browser/extensions/ |
extension_history_api.cc | 269 options.max_count = 100; 283 &options.max_count));
|
/external/chromium/chrome/browser/history/ |
text_database_unittest.cc | 290 // Make sure that max_count works. 303 options.max_count = 1;
|
url_database.cc | 469 int max_count, 496 statement.BindInt(3, max_count);
|
url_database.h | 203 // Returns up to max_count of the most recent search terms for the specified 208 int max_count,
|
text_database_manager_unittest.cc | 462 options.max_count = 2; 475 options.max_count = 4; 504 options.max_count = 2;
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_index.cc | 80 size_t max_count, 108 i != node_typed_counts.end() && results->size() < max_count; ++i)
|
/external/chromium/chrome/browser/ |
possible_url_model.cc | 73 options.max_count = 50;
|
/external/chromium_org/chrome/browser/ui/sync/ |
profile_signin_confirmation_helper.cc | 144 opts.max_count = max_entries;
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmpptask.h | 171 bool VerifyTaskRateLimit(const std::string task_name, int max_count,
|
/external/opencv/cv/src/ |
cvhough.cpp | 1001 int max_count = R_THRESH; local 1038 if( (start_idx - j)*r_best >= max_count*r_cur || 1039 (r_best < FLT_EPSILON && start_idx - j >= max_count) ) [all...] |
mycvHaarDetectObjects.cpp | 176 int max_count = 0; local 206 max_count = MAX( max_count, stage_classifier->count ); 336 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) )); 337 CV_CALL( ipp_weights = (float*)cvAlloc( max_count*3*sizeof(ipp_weights[0]) )); 338 CV_CALL( ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) )); 339 CV_CALL( ipp_val1 = (float*)cvAlloc( max_count*sizeof(ipp_val1[0]) )); 340 CV_CALL( ipp_val2 = (float*)cvAlloc( max_count*sizeof(ipp_val2[0]) )); 341 CV_CALL( ipp_counts = (int*)cvAlloc( max_count*sizeof(ipp_counts[0]) )); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_process_host_impl.cc | 325 static size_t max_count = 0; local 326 if (!max_count) { 333 max_count = base::SysInfo::AmountOfPhysicalMemoryMB() / 2; 334 max_count /= kEstimatedWebContentsMemoryUsage; 337 max_count = std::max(max_count, kMinRendererProcessCount); 338 max_count = std::min(max_count, kMaxRendererProcessCount); 340 return max_count; [all...] |
/art/runtime/ |
debugger.h | 198 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count, 201 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
|
/external/chromium_org/chrome/browser/extensions/api/history/ |
history_api.cc | 341 options.max_count = 100; 348 options.max_count = *params->query.max_results;
|
/external/chromium_org/chrome/browser/history/ |
url_database.h | 206 // Returns up to max_count of the most recent search terms for the specified 211 int max_count,
|
visit_database_unittest.cc | 341 options.max_count = 1; 350 options.max_count = 0;
|
history_types.cc | 246 : max_count(0), 265 return max_count ? max_count : std::numeric_limits<int>::max();
|
/external/chromium_org/tools/telemetry/support/html_output/ |
results-template.html | 516 var max_count = 0; 519 max_count = Math.max(max_count, bucket.count); 522 var ymax = max_count * 1.1;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 882 final int MAX_COUNT = 65535; 883 char[] longText = new char[MAX_COUNT]; 884 for (int n = 0; n < MAX_COUNT; n++) {
|
/external/chromium_org/third_party/libwebp/enc/ |
frame.c | 912 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; local 918 if (max_count < MIN_COUNT) max_count = MIN_COUNT; 919 cnt = max_count; 940 cnt = max_count;
|
/external/webp/src/enc/ |
frame.c | 912 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; local 918 if (max_count < MIN_COUNT) max_count = MIN_COUNT; 919 cnt = max_count; 940 cnt = max_count;
|