Searched refs:max_count (Results 1 – 7 of 7) sorted by relevance
/external/chromium/third_party/zlib/ |
D | 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/zlib/ |
D | trees.c | 721 int max_count = 7; /* max repeat count */ local 724 if (nextlen == 0) max_count = 138, min_count = 3; 729 if (++count < max_count && curlen == nextlen) { 743 max_count = 138, min_count = 3; 745 max_count = 6, min_count = 3; 747 max_count = 7, min_count = 4; 766 int max_count = 7; /* max repeat count */ local 770 if (nextlen == 0) max_count = 138, min_count = 3; 774 if (++count < max_count && curlen == nextlen) { 794 max_count = 138, min_count = 3; [all …]
|
/external/qemu/distrib/zlib-1.2.3/ |
D | 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/qemu/android/utils/ |
D | stralloc.c | 264 const int max_count = 16; in stralloc_add_hexdump() local 268 int count = size > max_count ? max_count : size; in stralloc_add_hexdump() 280 count2 = 4 + 3*(max_count - count); in stralloc_add_hexdump()
|
/external/srec/tools/grxmlcompile/ |
D | grph.h | 49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
|
/external/gtest/src/ |
D | gtest-port.cc | 257 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead() local 262 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 288 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead() local 293 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()
|