HomeSort by relevance Sort by last modified time
    Searched refs:max_count (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/webrtc/webrtc/base/
rollingaccumulator.h 28 explicit RollingAccumulator(size_t max_count)
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();
bandwidthsmoother.cc 44 accumulator_.max_count() * min_sample_count_percent_)) {
  /frameworks/native/libs/vr/libvrsensor/include/private/dvr/
sensor_client.h 18 int Poll(sensors_event_t* events, int max_count);
  /external/wpa_supplicant_8/wpa_supplicant/
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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon48044
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon50118
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
list_update_policy.hpp 91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon50404
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
list_update_policy.hpp 91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon76663
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
list_update_policy.hpp 91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon104305
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
list_update_policy.hpp 91 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon104693
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /external/e2fsprogs/e2fsck/
problemP.h 19 int max_count; member in struct:e2fsck_problem
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_display_manager.h 103 // Returns up to |max_count| queue ids for the queues belonging to the surface
109 size_t max_count);
136 size_t max_count);
  /frameworks/native/libs/vr/libvrsensor/
sensor_client.cpp 75 extern "C" int dvrPollSensor(uint64_t service, int max_count,
78 events, max_count);
  /external/curl/tests/libtest/
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;
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 124 const uint32_t max_count = kBwModeMax; local
125 char *tokens[max_count] = { NULL };
128 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
166 const uint32_t max_count = 256; local
167 char *tokens[max_count] = { NULL };
171 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
258 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
281 char *tokens_fmt[max_count] = { NULL };
283 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
369 const uint32_t max_count = 10 local
    [all...]
  /external/toybox/toys/posix/
od.c 32 long max_count;
205 if (!TT.max_count) break;
206 if (TT.max_count < len) len = TT.max_count;
214 if (TT.max_count) TT.max_count -= len;
  /frameworks/native/libs/vr/libdvr/
dvr_display_manager.cpp 71 size_t max_count) {
74 if (count >= max_count)
244 size_t max_count) {
250 for (i = 0; i < std::min(max_count, state.queue_ids.size()); i++) {
293 size_t max_count) {
301 max_count);
  /external/opencv/cv/src/
cvfeatureselect.cpp 62 int max_count = 0; local
87 max_count = *corner_count;
136 if( max_count <= 0 )
211 if( ++count >= max_count )
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_info.cpp 103 const uint32_t max_count = kBwModeMax; local
104 char *tokens[max_count] = { NULL };
107 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
151 const uint32_t max_count = 256; local
152 char *tokens[max_count] = { NULL };
156 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
249 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
272 char *tokens_fmt[max_count] = { NULL };
274 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
363 const uint32_t max_count = 10 local
411 const uint32_t max_count = 10; local
    [all...]
  /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/
make_default_searcher.pred.pass.cpp 37 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
41 assert(count_equal::count <= max_count);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/
make_default_searcher.pred.pass.cpp 37 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) {
41 assert(count_equal::count <= max_count);
  /external/opencv/otherlibs/highgui/
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 );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/pdfium/third_party/zlib_v128/
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...]

Completed in 881 milliseconds

1 2 3 4