HomeSort by relevance Sort by last modified time
    Searched refs:min_count (Results 1 - 12 of 12) sorted by null

  /external/srec/tools/grxmlcompile/
grph.h 49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
  /external/oprofile/libop/
op_events.h 58 int min_count; /**< minimum counter value allowed */ member in struct:op_event
op_xml_events.c 73 init_xml_int_attr(HELP_MIN_COUNT, event->min_count, buffer);
op_events.c 503 event->min_count = parse_int(value);
  /external/qemu/distrib/zlib-1.2.3/
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/zlib/
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/opcontrol/
opcontrol.cpp 45 int min_count[MAX_EVENTS] = {150000, 200000, 250000}; variable
48 int min_count[MAX_EVENTS] = {150000, 20000, 25000, 30000, 35000}; variable
362 count_val = min_count[0];
  /external/qemu/block/
qcow2-cluster.c 93 uint32_t min_count; local
98 min_count = 0xffffffff;
100 if (s->l2_cache_counts[i] < min_count) {
101 min_count = s->l2_cache_counts[i];
qcow.c 264 uint32_t min_count; local
299 min_count = 0xffffffff;
301 if (s->l2_cache_counts[i] < min_count) {
302 min_count = s->l2_cache_counts[i];
vmdk.c 514 uint32_t min_count, *l2_table, tmp = 0; local
540 min_count = 0xffffffff;
542 if (s->l2_cache_counts[i] < min_count) {
543 min_count = s->l2_cache_counts[i];
  /external/gtest/src/
gtest-port.cc 256 const size_t min_count = (repeat == '+') ? 1 : 0; local
264 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/speex/libspeex/
preprocess.c 247 int min_count; /**< Number of frames processed so far */ member in struct:SpeexPreprocessState_
529 st->min_count=0;
690 if (st->min_count > min_range)
692 st->min_count = 0;
742 st->min_count++;
    [all...]

Completed in 461 milliseconds