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

1 2

  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon25395
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
list_update_policy.hpp 92 #define PB_DS_CLASS_T_DEC template<std::size_t Max_Count, class Allocator>
93 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
97 template<std::size_t Max_Count = 5,
107 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon26985
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
list_update_policy.hpp 92 #define PB_DS_CLASS_T_DEC template<std::size_t Max_Count, class Allocator>
93 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
97 template<std::size_t Max_Count = 5,
107 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon30163
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon33076
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon34174
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon38846
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
list_update_policy.hpp 90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon43053
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
list_update_policy.hpp 92 #define PB_DS_CLASS_T_DEC template<std::size_t Max_Count, class Allocator>
93 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
97 template<std::size_t Max_Count = 5,
107 max_count = Max_Count enumerator in enum:__gnu_pbds::counter_lu_policy::__anon43181
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp 92 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
104 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon43309
121 { return base_type::operator()(max_count); }
127 { return base_type::operator()(r_data, max_count); }
  /external/open-vcdiff/gtest/src/
gtest-port.cc 288 const size_t max_count = (repeat == '?') ? 1 : local
293 for (size_t i = 0; i <= max_count; ++i) {
  /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/protobuf/gtest/src/
gtest-port.cc 288 const size_t max_count = (repeat == '?') ? 1 : local
293 for (size_t i = 0; i <= max_count; ++i) {
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 331 int max_count = controller.entry_count(); local
332 if (start_from < 0 || start_from >= max_count)
336 if (start_from < max_count - 1) {
361 for (int i = start_from + 1; i < max_count; ++i) {
367 return max_count - 1;
  /external/chromium/testing/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/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/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 299 const size_t max_count = (repeat == '?') ? 1 : local
304 for (size_t i = 0; i <= max_count; ++i) {
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 299 const size_t max_count = (repeat == '?') ? 1 : local
304 for (size_t i = 0; i <= max_count; ++i) {
  /external/qemu/android/utils/
stralloc.c 298 const int max_count = 16; local
302 int count = size > max_count ? max_count : size;
314 count2 = 4 + 3*(max_count - count);
  /external/strace/
ipc.c 298 unsigned long i, max_count; local
301 max_count = (max_strlen < count) ? max_strlen : count;
303 max_count = count;
305 if (!max_count) {
310 for(i = 0; i < max_count; ++i) {
331 if (i < max_count || max_count < count)
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 543 const int max_count = 10; local
550 it != entries.end() && added_count < max_count; ++it) {
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 377 M4OSA_Int8 min_i,max_count; local
394 max_count = M4OSA_READBUFFER_NB;
403 max_count = i;
406 if(max_count<M4OSA_READBUFFER_NB)
408 M4OSA_TRACE2_2("DEAD BUFFER: %d, %d",max_count,apContext->buffer[max_count].nbFillSinceLastAcess);
409 return max_count;
    [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/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...]

Completed in 8083 milliseconds

1 2