Searched defs:histogram (Results 1 - 17 of 17) sorted by relevance

/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
326 /* Structure used for each bucket of the log2 histogram of counter values. */
337 /* For a log2 scale histogram with each range split into 4
345 histogram entries when the histogram is written to the gcov file.
357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
[all...]
H A Dlibgcov-driver.c308 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) argument
313 histogram[i].num_counters++;
314 histogram[i].cum_value += value;
315 if (value < histogram[i].min_value)
316 histogram[i].min_value = value;
319 /* Computes a histogram of the arc counters to place in the summary SUM. */
341 cs_ptr->histogram[h_ix].num_counters = 0;
342 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
343 cs_ptr->histogram[h_ix].cum_value = 0;
347 the count values in histogram
[all...]
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
H A Dclover-3.1.12.jarMETA-INF/ META-INF/MANIFEST.MF license/ com/ com/atlassian/ com/atlassian/clover/ com/atlassian/clover/ ...

Completed in 187 milliseconds