Home
last modified time | relevance | path

Searched refs:min_count (Results 1 – 12 of 12) sorted by relevance

/external/zlib/
Dtrees.c718 int min_count = 4; /* min repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
727 } else if (count < min_count) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
763 int min_count = 4; /* min repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
772 } else if (count < min_count) {
790 max_count = 138, min_count = 3;
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dtrees.c718 int min_count = 4; /* min repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
727 } else if (count < min_count) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
763 int min_count = 4; /* min repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
772 } else if (count < min_count) {
790 max_count = 138, min_count = 3;
[all …]
/external/webkit/WebCore/platform/image-decoders/zlib/
Dtrees.c718 int min_count = 4; /* min repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
727 } else if (count < min_count) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
763 int min_count = 4; /* min repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
772 } else if (count < min_count) {
790 max_count = 138, min_count = 3;
[all …]
/external/oprofile/libop/
Dop_events.h58 int min_count; /**< minimum counter value allowed */ member
Dop_events.c367 event->min_count = parse_int(value); in read_events()
/external/srec/tools/grxmlcompile/
Dgrph.h49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
/external/oprofile/opcontrol/
Dopcontrol.cpp42 int min_count[3] = {150000, 200000, 250000}; variable
237 count_val = min_count[0]; in process_event()
/external/qemu/
Dblock-vmdk.c523 uint32_t min_count, *l2_table, tmp = 0; in get_cluster_offset() local
549 min_count = 0xffffffff; in get_cluster_offset()
551 if (s->l2_cache_counts[i] < min_count) { in get_cluster_offset()
552 min_count = s->l2_cache_counts[i]; in get_cluster_offset()
Dblock-qcow.c263 uint32_t min_count; in get_cluster_offset() local
298 min_count = 0xffffffff; in get_cluster_offset()
300 if (s->l2_cache_counts[i] < min_count) { in get_cluster_offset()
301 min_count = s->l2_cache_counts[i]; in get_cluster_offset()
Dblock-qcow2.c405 uint32_t min_count; in l2_cache_new_entry() local
410 min_count = 0xffffffff; in l2_cache_new_entry()
412 if (s->l2_cache_counts[i] < min_count) { in l2_cache_new_entry()
413 min_count = s->l2_cache_counts[i]; in l2_cache_new_entry()
/external/gtest/src/
Dgtest-port.cc256 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
264 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/speex/libspeex/
Dpreprocess.c247 int min_count; /**< Number of frames processed so far */ member
529 st->min_count=0; in speex_preprocess_state_init()
690 if (st->min_count > min_range) in update_noise_prob()
692 st->min_count = 0; in update_noise_prob()
742 st->min_count++; in speex_preprocess_run()
1022 st->min_count++; in speex_preprocess_estimate_update()