Searched defs:min_count (Results 1 - 15 of 15) sorted by relevance

/external/oprofile/gui/
H A Doprof_start.h43 uint min_count; member in struct:op_event_descr
/external/oprofile/libop/
H A Dop_events.h58 int min_count; /**< minimum counter value allowed */ member in struct:op_event
/external/chromium/testing/gtest/src/
H A Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/llvm/utils/unittest/googletest/
H A Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/oprofile/utils/
H A Dophelp.c131 snprintf(buf, sizeof buf, "(min count: %d)", event->min_count);
156 int min_count; local
178 min_count = event->min_count;
180 min_count *= callgraph_min_count_scale;
181 if (pev->count < min_count) {
183 "minimum %d\n", pev->count, pev->name, min_count);
/external/protobuf/gtest/src/
H A Dgtest-port.cc287 const size_t min_count = (repeat == '+') ? 1 : 0; local
295 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp192 int min_count = MIN( X_shift_count, Y_shift_count ); local
204 for( i = 0; i < min_count; i++ )
246 int xleft = -min_count * shiftSize.width;
249 for( i = min_count; i < Y_shift_count; i++ )
276 int yupper = -min_count * shiftSize.height;
279 for( i = min_count; i < X_shift_count; i++ )
/external/oprofile/opcontrol/
H A Dopcontrol.cpp45 int min_count[MAX_EVENTS] = {60000, 100000}; variable
48 int min_count[MAX_EVENTS] = {150000, 200000, 250000}; variable
51 int min_count[MAX_EVENTS] = {150000, 20000, 25000, 30000, 35000}; variable
433 count_val = min_count[0];
/external/gtest/src/
H A Dgtest-port.cc256 const size_t min_count = (repeat == '+') ? 1 : 0; local
264 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/qemu/block/
H A Dqcow2-cluster.c105 uint32_t min_count; local
110 min_count = 0xffffffff;
112 if (s->l2_cache_counts[i] < min_count) {
113 min_count = s->l2_cache_counts[i];
H A Dqcow.c260 uint32_t min_count; local
296 min_count = 0xffffffff;
298 if (s->l2_cache_counts[i] < min_count) {
299 min_count = s->l2_cache_counts[i];
H A Dvmdk.c494 uint32_t min_count, *l2_table, tmp = 0; local
520 min_count = 0xffffffff;
522 if (s->l2_cache_counts[i] < min_count) {
523 min_count = s->l2_cache_counts[i];
/external/qemu/distrib/zlib-1.2.3/
H A 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
[all...]
/external/zlib/
H A Dtrees.c722 int min_count = 4; /* min repeat count */ local
724 if (nextlen == 0) max_count = 138, min_count = 3;
731 } else if (count < min_count) {
743 max_count = 138, min_count = 3;
745 max_count = 6, min_count = 3;
747 max_count = 7, min_count = 4;
767 int min_count = 4; /* min repeat count */ local
770 if (nextlen == 0) max_count = 138, min_count = 3;
776 } else if (count < min_count) {
794 max_count = 138, min_count
[all...]
/external/speex/libspeex/
H A Dpreprocess.c247 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++;
1022 st->min_count++;

Completed in 6417 milliseconds