Home
last modified time | relevance | path

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

/external/oprofile/utils/
Dophelp.c131 snprintf(buf, sizeof buf, "(min count: %d)", event->min_count); in help_for_event()
156 int min_count; in check_event() local
178 min_count = event->min_count; in check_event()
180 min_count *= callgraph_min_count_scale; in check_event()
181 if (pev->count < min_count) { in check_event()
183 "minimum %d\n", pev->count, pev->name, min_count); in check_event()
/external/opencv/cv/src/
Dcvoptflowbm.cpp192 int min_count = MIN( X_shift_count, Y_shift_count ); in icvCalcOpticalFlowBM_8u32fR() local
204 for( i = 0; i < min_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
246 int xleft = -min_count * shiftSize.width; in icvCalcOpticalFlowBM_8u32fR()
249 for( i = min_count; i < Y_shift_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
276 int yupper = -min_count * shiftSize.height; in icvCalcOpticalFlowBM_8u32fR()
279 for( i = min_count; i < X_shift_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
/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/zlib/
Dtrees.c716 int min_count = 4; /* min repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
725 } else if (count < min_count) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
761 int min_count = 4; /* min repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
770 } else if (count < min_count) {
788 max_count = 138, min_count = 3;
[all …]
/external/oprofile/gui/
Doprof_start.cpp102 min_count(0) in op_event_descr()
222 descr.min_count = event->min_count; in fill_events()
239 count = descr.min_count * 100; in fill_events()
463 event_count_validator->setRange(descr.min_count, max_perf_count()); in display_event()
867 if (cfg.count < descr.min_count || in on_start_profiler()
873 << descr.min_count << ", " in on_start_profiler()
Doprof_start.h43 uint min_count; member
/external/oprofile/opcontrol/
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
455 count_val = min_count[0]; in process_event()
/external/srec/tools/grxmlcompile/
Dgrph.h49 void BeginItemRepeat (SubGraph *subg, int min_count, int max_count);
/external/oprofile/libop/
Dop_events.h58 int min_count; /**< minimum counter value allowed */ member
Dop_xml_events.c76 init_xml_int_attr(HELP_MIN_COUNT, event->min_count, in xml_help_for_event()
Dop_events.c503 event->min_count = parse_int(value); in read_events()
/external/qemu/block/
Dqcow2-cluster.c105 uint32_t min_count; in l2_cache_new_entry() local
110 min_count = 0xffffffff; in l2_cache_new_entry()
112 if (s->l2_cache_counts[i] < min_count) { in l2_cache_new_entry()
113 min_count = s->l2_cache_counts[i]; in l2_cache_new_entry()
Dvmdk.c494 uint32_t min_count, *l2_table, tmp = 0; in get_cluster_offset() local
520 min_count = 0xffffffff; in get_cluster_offset()
522 if (s->l2_cache_counts[i] < min_count) { in get_cluster_offset()
523 min_count = s->l2_cache_counts[i]; in get_cluster_offset()
Dqcow.c260 uint32_t min_count; in get_cluster_offset() local
296 min_count = 0xffffffff; in get_cluster_offset()
298 if (s->l2_cache_counts[i] < min_count) { in get_cluster_offset()
299 min_count = s->l2_cache_counts[i]; in get_cluster_offset()
/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()
/external/protobuf/gtest/src/
Dgtest-port.cc287 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
295 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/gtest/src/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/llvm/utils/unittest/googletest/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/chromium/testing/gtest/src/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()