HomeSort by relevance Sort by last modified time
    Searched refs:counters (Results 1 - 25 of 616) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/
__init__.py 28 import counters namespace
31 __all__ = ['db', 'counters', 'Operation']
  /external/v8/test/mjsunit/regress/
cross-script-vars.js 22 var counters; variable
35 counters = {};
36 Realm.shared = {counters: counters};
143 ' get: function() { Realm.shared.counters.get_count++; return this.x_; },' +
144 ' set: function(v) { Realm.shared.counters.set_count++; this.x_ = v; },' +
147 counters.get_count = 0;
148 counters.set_count = 0;
155 ' get: function() { Realm.shared.counters.get_count++; return this.x_; },' +
158 counters.get_count = 0
    [all...]
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedEAN8Reader.cpp 35 CFX_Int32Array counters; local
36 counters.Add(0);
37 counters.Add(0);
38 counters.Add(0);
39 counters.Add(0);
45 DecodeDigit(row, &counters, rowOffset,
49 for (int32_t i = 0; i < counters.GetSize(); i++) {
50 rowOffset += counters[i];
75 DecodeDigit(row, &counters, rowOffset,
79 for (int32_t i = 0; i < counters.GetSize(); i++) {
    [all...]
BC_OnedEAN13Reader.cpp 49 CFX_Int32Array counters; local
50 counters.Add(0);
51 counters.Add(0);
52 counters.Add(0);
53 counters.Add(0);
59 DecodeDigit(row, &counters, rowOffset,
63 for (int32_t i = 0; i < counters.GetSize(); i++) {
64 rowOffset += counters[i];
88 DecodeDigit(row, &counters, rowOffset,
92 for (int32_t k = 0; k < counters.GetSize(); k++) {
    [all...]
  /build/core/
host_fuzz_test.mk 6 LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
  /external/v8/tools/ignition/
linux_perf_report_test.py 74 counters = ipr.calculate_samples_count_per_callchain([
80 self.assertItemsEqual(counters, [
87 counters = ipr.calculate_samples_count_per_callchain([
92 self.assertItemsEqual(counters, [
98 counters = ipr.calculate_samples_count_per_handler([
104 self.assertItemsEqual(counters, [
110 counters = ipr.calculate_samples_count_per_handler([
115 self.assertItemsEqual(counters, [("bar", 3)])
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
PerformanceCounters.java 26 public final Array<PerformanceCounter> counters = new Array<PerformanceCounter>(); field in class:PerformanceCounters
30 counters.add(result);
36 counters.add(result);
47 for (int i = 0; i < counters.size; i++)
48 counters.get(i).tick(deltaTime);
53 for (int i = 0; i < counters.size; i++) {
55 counters.get(i).toString(sb);
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 34 * This is a table of counters, keyed by ElemNumber objects, each
50 * Get the list of counters that corresponds to
55 * @return the list of counters that corresponds to
61 Vector counters = (Vector) this.get(numberElem); local
63 return (null == counters) ? putElemNumber(numberElem) : counters;
78 Vector counters = new Vector(); local
80 this.put(numberElem, counters);
82 return counters;
86 * Place to collect new counters
131 Vector counters = getCounters(numberElem); local
    [all...]
  /external/valgrind/cachegrind/
cg_branchpred.c 68 counters. Given the address of the branch instruction, the array
91 static UChar counters[N_COUNTERS]; /* Counter array; presumably auto-zeroed */ variable
112 predicted_taken = counters[ indx ] >= 2;
122 if (counters[indx] < 3)
123 counters[indx]++;
125 if (counters[indx] > 0)
126 counters[indx]--;
129 tl_assert(counters[indx] <= 3);

Completed in 1351 milliseconds

1 2 3 4 5 6 7 8 91011>>