/external/v8/tools/gyp/test/actions/src/subdir1/ |
H A D | counter.py | 21 max_count = int(sys.argv[2]) variable 22 if count > max_count: 23 count = max_count
|
/external/webrtc/webrtc/base/ |
H A D | rollingaccumulator.h | 28 explicit RollingAccumulator(size_t max_count) argument 29 : samples_(max_count) { 35 size_t max_count() const { function in class:rtc::RollingAccumulator 55 if (count_ == max_count()) { 83 next_index_ = (next_index_ + 1) % max_count(); 103 max_ = std::max(max_, samples_[(next_index_ + i) % max_count()]); 116 min_ = std::min(min_, samples_[(next_index_ + i) % max_count()]); 133 const size_t max_size = max_count();
|
H A D | bandwidthsmoother.cc | 44 accumulator_.max_count() * min_sample_count_percent_)) {
|
/external/strace/ |
H A D | ipc_sem.c | 59 unsigned long max_count; local 63 max_count = (max_strlen < count) ? max_strlen : count; 65 max_count = count; 67 if (!max_count) 75 for (i = 1; i < max_count; ++i) { 83 if (i < max_count || max_count < count)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | blacklist.c | 126 int max_count = 0; local 131 if (e->count > max_count) 132 max_count = e->count; 140 wpa_s->extra_blacklist_count += max_count;
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
H A D | gftt.cu | 59 template <class Mask> __global__ void findCorners(float threshold, const Mask mask, float2* corners, int max_count, int rows, int cols) 87 if (ind < max_count) 94 int findCorners_gpu(PtrStepSzf eig, float threshold, PtrStepSzb mask, float2* corners, int max_count) 107 findCorners<<<grid, block>>>(threshold, SingleMask(mask), corners, max_count, eig.rows, eig.cols); 109 findCorners<<<grid, block>>>(threshold, WithOutMask(), corners, max_count, eig.rows, eig.cols); 118 return std::min(count, max_count);
|
/external/e2fsprogs/e2fsck/ |
H A D | problemP.h | 19 int max_count; member in struct:e2fsck_problem
|
/external/toybox/toys/posix/ |
H A D | od.c | 31 long max_count; 204 if (!TT.max_count) break; 205 if (TT.max_count < len) len = TT.max_count; 213 if (TT.max_count) TT.max_count -= len;
|
/external/curl/tests/libtest/ |
H A D | lib582.c | 36 int max_count; /* max number of sockets that fit in allocated array */ member in struct:Sockets 82 sockets->max_count = 20; 84 else if(sockets->count + 1 > sockets->max_count) { 87 (sockets->max_count + 20)); 93 sockets->max_count += 20;
|
/external/opencv/cv/src/ |
H A D | cvfeatureselect.cpp | 62 int max_count = 0; local 87 max_count = *corner_count; 136 if( max_count <= 0 ) 211 if( ++count >= max_count )
|
/external/opencv3/modules/core/test/ |
H A D | test_ds.cpp | 10 int max_count; member in struct:CvTsSimpleSeq 15 static CvTsSimpleSeq* cvTsCreateSimpleSeq( int max_count, int elem_size ) argument 17 CvTsSimpleSeq* seq = (CvTsSimpleSeq*)cvAlloc( sizeof(*seq) + max_count * elem_size ); 19 seq->max_count = max_count; 84 int count, max_count; member in struct:CvTsSimpleSet 96 for( i = 0; i < set_header->max_count; i++ ) 99 set_header->free_stack[i] = set_header->max_count - i - 1; 101 set_header->free_count = set_header->max_count; 106 static CvTsSimpleSet* cvTsCreateSimpleSet( int max_count, in argument [all...] |
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/ |
H A D | make_default_searcher.pred.pass.cpp | 37 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { argument 41 assert(count_equal::count <= max_count);
|
/external/opencv/otherlibs/highgui/ |
H A D | grfmt_sunras.cpp | 227 int max_count = (int)(line_end - tsrc); local 240 while( ++len1 < max_count ); 295 int max_count = (int)(line_end - data); local 309 while( (max_count -= nch) > 0 );
|
/external/opencv3/modules/imgcodecs/src/ |
H A D | grfmt_sunras.cpp | 206 int max_count = (int)(line_end - tsrc); local 219 while( ++len1 < max_count ); 274 int max_count = (int)(line_end - data); local 288 while( (max_count -= nch) > 0 );
|
/external/opencv3/3rdparty/zlib/ |
H A D | 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 [all...] |
/external/pdfium/third_party/zlib_v128/ |
H A D | 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 [all...] |
/external/zlib/src/ |
H A D | 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 [all...] |
/external/gemmlowp/internal/ |
H A D | multi_thread_gemm.h | 504 int max_count = context->max_num_threads(); local 505 if (!max_count) { 514 max_count = hardware_threads_count; 529 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); 551 assert(thread_count > 0 && thread_count <= max_count);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
H A D | launch_ami.py | 157 max_count=params.get('num_instances', 1))
|
/external/webrtc/webrtc/libjingle/xmpp/ |
H A D | xmpptask.h | 154 bool VerifyTaskRateLimit(const std::string task_name, int max_count,
|
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
H A D | spreadsort.hpp | 192 size_t max_count = get_max_count(log_divisor, last - first);
200 if(count < max_count)
279 size_t max_count = get_max_count(log_divisor, last - first);
285 if(count < max_count)
327 size_t max_count = get_max_count(log_divisor, last - first);
333 if(count < max_count)
520 size_t max_count = get_max_count(log_divisor, last - first);
526 if(count < max_count)
571 size_t max_count = get_max_count(log_divisor, last - first);
577 if(count < max_count)
[all...] |
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/ |
H A D | default.pred.pass.cpp | 51 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { argument 55 assert(count_equal::count <= max_count);
|
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_render.c | 752 unsigned size, max_count, value; local 785 max_count = 1 + size / vb->stride; 786 result = MIN2(result, max_count); 809 unsigned max_count = r300_max_vertex_count(r300); local 811 if (!max_count) { 817 if (max_count == ~0) { 819 max_count = 0xffffff; 822 info.max_index = max_count - 1;
|
/external/nanopb-c/generator/ |
H A D | nanopb_generator.py | 169 self.max_count = None 178 if field_options.HasField("max_count"): 179 self.max_count = field_options.max_count 192 if self.max_count is None: 195 self.array_decl = '[%d]' % self.max_count 216 "max_count is not given." % self.name) 370 return max(self.tag, self.max_size, self.max_count) 413 encsize *= self.max_count 435 self.max_count [all...] |
/external/squashfs-tools/squashfs-tools/ |
H A D | caches-queues-lists.c | 412 if(cache->count > cache->max_count) 413 cache->max_count = cache->count; 519 cache->max_count);
|