/external/webrtc/webrtc/base/ |
D | rollingaccumulator.h | 28 explicit RollingAccumulator(size_t max_count) in RollingAccumulator() argument 29 : samples_(max_count) { in RollingAccumulator() 35 size_t max_count() const { in max_count() function 55 if (count_ == max_count()) { in AddSample() 83 next_index_ = (next_index_ + 1) % max_count(); in AddSample() 103 max_ = std::max(max_, samples_[(next_index_ + i) % max_count()]); in ComputeMax() 116 min_ = std::min(min_, samples_[(next_index_ + i) % max_count()]); in ComputeMin() 133 const size_t max_size = max_count(); in ComputeWeightedMean()
|
/external/strace/ |
D | ipc_sem.c | 59 unsigned long max_count; in tprint_sembuf_array() local 63 max_count = (max_strlen < count) ? max_strlen : count; in tprint_sembuf_array() 65 max_count = count; in tprint_sembuf_array() 67 if (!max_count) in tprint_sembuf_array() 75 for (i = 1; i < max_count; ++i) { in tprint_sembuf_array() 83 if (i < max_count || max_count < count) in tprint_sembuf_array()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | gftt.cu | 59 …void findCorners(float threshold, const Mask mask, float2* corners, int max_count, int rows, int c… in findCorners() argument 87 if (ind < max_count) in findCorners() 94 …t findCorners_gpu(PtrStepSzf eig, float threshold, PtrStepSzb mask, float2* corners, int max_count) in findCorners_gpu() argument 107 … findCorners<<<grid, block>>>(threshold, SingleMask(mask), corners, max_count, eig.rows, eig.cols); in findCorners_gpu() 109 … findCorners<<<grid, block>>>(threshold, WithOutMask(), corners, max_count, eig.rows, eig.cols); in findCorners_gpu() 118 return std::min(count, max_count); in findCorners_gpu()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | blacklist.c | 126 int max_count = 0; in wpa_blacklist_clear() local 131 if (e->count > max_count) in wpa_blacklist_clear() 132 max_count = e->count; in wpa_blacklist_clear() 140 wpa_s->extra_blacklist_count += max_count; in wpa_blacklist_clear()
|
/external/toybox/toys/posix/ |
D | od.c | 31 long max_count; 204 if (!TT.max_count) break; in do_od() 205 if (TT.max_count < len) len = TT.max_count; in do_od() 213 if (TT.max_count) TT.max_count -= len; in do_od()
|
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 10 int max_count; member 15 static CvTsSimpleSeq* cvTsCreateSimpleSeq( int max_count, int elem_size ) in cvTsCreateSimpleSeq() argument 17 CvTsSimpleSeq* seq = (CvTsSimpleSeq*)cvAlloc( sizeof(*seq) + max_count * elem_size ); in cvTsCreateSimpleSeq() 19 seq->max_count = max_count; in cvTsCreateSimpleSeq() 84 int count, max_count; member 96 for( i = 0; i < set_header->max_count; i++ ) in cvTsClearSimpleSet() 99 set_header->free_stack[i] = set_header->max_count - i - 1; in cvTsClearSimpleSet() 101 set_header->free_count = set_header->max_count; in cvTsClearSimpleSet() 106 static CvTsSimpleSet* cvTsCreateSimpleSet( int max_count, int elem_size ) in cvTsCreateSimpleSet() argument 108 CvTsSimpleSet* set_header = (CvTsSimpleSet*)cvAlloc( sizeof(*set_header) + max_count * in cvTsCreateSimpleSet() [all …]
|
/external/curl/tests/libtest/ |
D | lib582.c | 36 int max_count; /* max number of sockets that fit in allocated array */ member 82 sockets->max_count = 20; in addFd() 84 else if(sockets->count + 1 > sockets->max_count) { in addFd() 87 (sockets->max_count + 20)); in addFd() 93 sockets->max_count += 20; in addFd()
|
/external/opencv/cv/src/ |
D | cvfeatureselect.cpp | 62 int max_count = 0; in CV_IMPLEMENT_QSORT() local 87 max_count = *corner_count; in CV_IMPLEMENT_QSORT() 136 if( max_count <= 0 ) in CV_IMPLEMENT_QSORT() 211 if( ++count >= max_count ) in CV_IMPLEMENT_QSORT()
|
/external/nanopb-c/tests/common/ |
D | unittestproto.proto | 4 repeated int32 data = 1 [(nanopb).max_count = 10]; 8 repeated float data = 1 [(nanopb).max_count = 10];
|
D | person.proto | 19 repeated PhoneNumber phone = 4 [(nanopb).max_count = 5];
|
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 192 size_t max_count = get_max_count(log_divisor, last - first); in spread_sort_rec() local 200 if(count < max_count) in spread_sort_rec() 279 size_t max_count = get_max_count(log_divisor, last - first); in spread_sort_rec() local 285 if(count < max_count) in spread_sort_rec() 327 size_t max_count = get_max_count(log_divisor, last - first); in spread_sort_rec() local 333 if(count < max_count) in spread_sort_rec() 520 size_t max_count = get_max_count(log_divisor, last - first); in positive_float_sort_rec() local 526 if(count < max_count) in positive_float_sort_rec() 571 size_t max_count = get_max_count(log_divisor, last - first); in negative_float_sort_rec() local 577 if(count < max_count) in negative_float_sort_rec() [all …]
|
/external/opencv3/3rdparty/zlib/ |
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 = 138, min_count = 3; [all …]
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 715 int max_count = 7; /* max repeat count */ in scan_tree() local 718 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 723 if (++count < max_count && curlen == nextlen) { in scan_tree() 737 max_count = 138, min_count = 3; in scan_tree() 739 max_count = 6, min_count = 3; in scan_tree() 741 max_count = 7, min_count = 4; in scan_tree() 760 int max_count = 7; /* max repeat count */ in send_tree() local 764 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 768 if (++count < max_count && curlen == nextlen) { in send_tree() 788 max_count = 138, min_count = 3; in send_tree() [all …]
|
/external/zlib/src/ |
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 = 138, min_count = 3; [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_sunras.cpp | 227 int max_count = (int)(line_end - tsrc); in ReadData() local 240 while( ++len1 < max_count ); in ReadData() 295 int max_count = (int)(line_end - data); in ReadData() local 309 while( (max_count -= nch) > 0 ); in ReadData()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_sunras.cpp | 206 int max_count = (int)(line_end - tsrc); in readData() local 219 while( ++len1 < max_count ); in readData() 274 int max_count = (int)(line_end - data); in readData() local 288 while( (max_count -= nch) > 0 ); in readData()
|
/external/gemmlowp/internal/ |
D | multi_thread_gemm.h | 504 int max_count = context->max_num_threads(); in HowManyThreads() local 505 if (!max_count) { in HowManyThreads() 514 max_count = hardware_threads_count; in HowManyThreads() 529 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads() 551 assert(thread_count > 0 && thread_count <= max_count); in HowManyThreads()
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.options | 2 * max_count:5
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.options | 2 * max_count:5
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.options | 2 * max_count:5
|
/external/e2fsprogs/e2fsck/ |
D | problemP.h | 19 int max_count; member
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 169 self.max_count = None 179 self.max_count = field_options.max_count 192 if self.max_count is None: 195 self.array_decl = '[%d]' % self.max_count 370 return max(self.tag, self.max_size, self.max_count) 413 encsize *= self.max_count 435 self.max_count = 0
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_render.c | 752 unsigned size, max_count, value; in r300_max_vertex_count() local 785 max_count = 1 + size / vb->stride; in r300_max_vertex_count() 786 result = MIN2(result, max_count); in r300_max_vertex_count() 809 unsigned max_count = r300_max_vertex_count(r300); in r300_draw_vbo() local 811 if (!max_count) { in r300_draw_vbo() 817 if (max_count == ~0) { in r300_draw_vbo() 819 max_count = 0xffffff; in r300_draw_vbo() 822 info.max_index = max_count - 1; in r300_draw_vbo()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/ |
D | default.pred.pass.cpp | 51 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument 55 assert(count_equal::count <= max_count); in do_search()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/ |
D | make_default_searcher.pred.pass.cpp | 37 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument 41 assert(count_equal::count <= max_count); in do_search()
|