Searched refs:min_count (Results 1 – 12 of 12) sorted by relevance
/external/zlib/ |
D | trees.c | 718 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/ |
D | trees.c | 718 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/ |
D | trees.c | 718 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/ |
D | op_events.h | 58 int min_count; /**< minimum counter value allowed */ member
|
D | op_events.c | 367 event->min_count = parse_int(value); in read_events()
|
/external/srec/tools/grxmlcompile/ |
D | grph.h | 49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
|
/external/oprofile/opcontrol/ |
D | opcontrol.cpp | 42 int min_count[3] = {150000, 200000, 250000}; variable 237 count_val = min_count[0]; in process_event()
|
/external/qemu/ |
D | block-vmdk.c | 523 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()
|
D | block-qcow.c | 263 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()
|
D | block-qcow2.c | 405 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/ |
D | gtest-port.cc | 256 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/ |
D | preprocess.c | 247 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()
|