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

1 2 3

  /external/strace/
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/v8/tools/gyp/test/actions/src/subdir1/
counter.py 21 max_count = int(sys.argv[2]) variable
22 if count > max_count:
23 count = 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::__anon39324
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::__anon41398
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::__anon41674
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/ndk/current/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::__anon72307
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
  /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;
  /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 )
  /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 );
  /external/opencv3/modules/imgcodecs/src/
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/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();
  /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...]
  /hardware/qcom/display/msmcobalt/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)) {
260 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
283 char *tokens_fmt[max_count] = { NULL };
285 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
371 const uint32_t max_count = 10 local
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 324 const size_t max_count = (repeat == '?') ? 1 : local
329 for (size_t i = 0; i <= max_count; ++i) {
  /external/gtest/src/
gtest-port.cc 347 const size_t max_count = (repeat == '?') ? 1 : local
352 for (size_t i = 0; i <= max_count; ++i) {
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 299 const size_t max_count = (repeat == '?') ? 1 : local
304 for (size_t i = 0; i <= max_count; ++i) {
  /external/mesa3d/src/gtest/src/
gtest-port.cc 299 const size_t max_count = (repeat == '?') ? 1 : local
304 for (size_t i = 0; i <= max_count; ++i) {
  /external/protobuf/gtest/src/
gtest-port.cc 297 const size_t max_count = (repeat == '?') ? 1 : local
302 for (size_t i = 0; i <= max_count; ++i) {
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 165 int max_count; member in union:cache::__anon22790
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 324 const size_t max_count = (repeat == '?') ? 1 : local
329 for (size_t i = 0; i <= max_count; ++i) {
  /art/runtime/jdwp/
jdwp_handler.cc 581 int32_t max_count = request->ReadSigned32("max count"); local
582 if (max_count < 0) {
587 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances);
880 int32_t max_count = request->ReadSigned32("max count"); local
881 if (max_count < 0) {
886 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, &referring_objects);
    [all...]
  /external/gemmlowp/internal/
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/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...]

Completed in 1597 milliseconds

1 2 3