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

  /external/oprofile/gui/
oprof_start.h 43 uint min_count; member in struct:op_event_descr
  /external/oprofile/libop/
op_events.h 58 int min_count; /**< minimum counter value allowed */ member in struct:op_event
  /external/protobuf/gtest/src/
gtest-port.cc 287 const size_t min_count = (repeat == '+') ? 1 : 0; local
295 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 323 const size_t min_count = (repeat == '+') ? 1 : 0; local
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 298 const size_t min_count = (repeat == '+') ? 1 : 0; local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/gtest/src/
gtest-port.cc 324 const size_t min_count = (repeat == '+') ? 1 : 0; local
332 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 298 const size_t min_count = (repeat == '+') ? 1 : 0; local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/mesa3d/src/gtest/src/
gtest-port.cc 298 const size_t min_count = (repeat == '+') ? 1 : 0; local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/opencv/cv/src/
cvoptflowbm.cpp 192 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/utils/
ophelp.c 131 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);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 323 const size_t min_count = (repeat == '+') ? 1 : 0; local
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
  /external/oprofile/opcontrol/
opcontrol.cpp 55 int min_count[MAX_EVENTS] = {60000, 100000}; variable
67 int min_count[MAX_EVENTS] = {150000, 200000, 250000}; variable
75 int min_count[MAX_EVENTS] = {150000, 20000, 25000, 30000, 35000}; variable
96 int min_count[MAX_EVENTS] = {150000, 20000, 25000, 30000}; variable
405 count_val = min_count[0];
  /external/qemu/block/
qcow2-cluster.c 105 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];
  /external/chromium_org/third_party/zlib/
trees.c 722 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 = 3
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 716 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/qemu/distrib/zlib-1.2.8/
trees.c 716 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/zlib/src/
trees.c 716 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/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 1007 milliseconds