Home
last modified time | relevance | path

Searched refs:histogram_counts (Results 1 – 25 of 26) sorted by relevance

12

/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_mem_allocator_test.c37 static uint32_t histogram_counts[HISTOGRAM_SIZE] = { 0 }; variable
64 histogram_counts[i] += 1; in custom_mem_malloc()
273 if (histogram_counts[i] == 0) { in main()
278 if (histogram_counts[j] == 0) { in main()
284 spare_count = histogram_counts[i]; in main()
287 histogram_counts[i] = histogram_counts[j]; in main()
290 histogram_counts[j] = spare_count; in main()
301 TEST_DEBUG_PRINT("Allocated %d bytes %d times\n", histogram_values[i], histogram_counts[i]); in main()
/dports/devel/thrust/thrust-1.9.5/examples/
H A Dhistogram.cu109 Vector3& histogram_counts) in sparse_histogram() argument
135 histogram_counts.resize(num_bins); in sparse_histogram()
141 histogram_counts.begin()); in sparse_histogram()
145 print_vector("histogram counts", histogram_counts); in sparse_histogram()
177 thrust::device_vector<int> histogram_counts; in main() local
178 sparse_histogram(input, histogram_values, histogram_counts); in main()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dprofile.c651 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
669 histogram_counts[t] = NULL; in compute_value_histograms()
673 histogram_counts[t] = in compute_value_histograms()
676 if (histogram_counts[t]) in compute_value_histograms()
678 act_count[t] = histogram_counts[t]; in compute_value_histograms()
703 if (histogram_counts[t]) in compute_value_histograms()
704 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprofile.c633 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
648 histogram_counts[t] = NULL; in compute_value_histograms()
652 histogram_counts[t] = in compute_value_histograms()
655 if (histogram_counts[t]) in compute_value_histograms()
657 act_count[t] = histogram_counts[t]; in compute_value_histograms()
679 if (histogram_counts[t]) in compute_value_histograms()
680 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprofile.c633 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
648 histogram_counts[t] = NULL; in compute_value_histograms()
652 histogram_counts[t] = in compute_value_histograms()
655 if (histogram_counts[t]) in compute_value_histograms()
657 act_count[t] = histogram_counts[t]; in compute_value_histograms()
679 if (histogram_counts[t]) in compute_value_histograms()
680 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dprofile.c863 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
882 histogram_counts[t] = NULL; in compute_value_histograms()
886 histogram_counts[t] = in compute_value_histograms()
890 if (histogram_counts[t]) in compute_value_histograms()
892 act_count[t] = histogram_counts[t]; in compute_value_histograms()
931 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dprofile.c862 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
881 histogram_counts[t] = NULL; in compute_value_histograms()
885 histogram_counts[t] = in compute_value_histograms()
889 if (histogram_counts[t]) in compute_value_histograms()
891 act_count[t] = histogram_counts[t]; in compute_value_histograms()
931 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dprofile.c863 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
882 histogram_counts[t] = NULL; in compute_value_histograms()
886 histogram_counts[t] = in compute_value_histograms()
890 if (histogram_counts[t]) in compute_value_histograms()
892 act_count[t] = histogram_counts[t]; in compute_value_histograms()
931 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile.c845 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
864 histogram_counts[t] = NULL; in compute_value_histograms()
868 histogram_counts[t] = in compute_value_histograms()
872 if (histogram_counts[t]) in compute_value_histograms()
874 act_count[t] = histogram_counts[t]; in compute_value_histograms()
913 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dprofile.c758 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
777 histogram_counts[t] = NULL; in compute_value_histograms()
781 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
785 if (histogram_counts[t]) in compute_value_histograms()
787 act_count[t] = histogram_counts[t]; in compute_value_histograms()
826 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dprofile.c845 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
864 histogram_counts[t] = NULL; in compute_value_histograms()
868 histogram_counts[t] = in compute_value_histograms()
872 if (histogram_counts[t]) in compute_value_histograms()
874 act_count[t] = histogram_counts[t]; in compute_value_histograms()
913 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dprofile.c944 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
962 histogram_counts[t] = NULL; in compute_value_histograms()
966 histogram_counts[t] = in compute_value_histograms()
970 if (histogram_counts[t]) in compute_value_histograms()
972 act_count[t] = histogram_counts[t]; in compute_value_histograms()
994 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile.c845 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
864 histogram_counts[t] = NULL; in compute_value_histograms()
868 histogram_counts[t] = in compute_value_histograms()
872 if (histogram_counts[t]) in compute_value_histograms()
874 act_count[t] = histogram_counts[t]; in compute_value_histograms()
913 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dprofile.c845 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
864 histogram_counts[t] = NULL; in compute_value_histograms()
868 histogram_counts[t] = in compute_value_histograms()
872 if (histogram_counts[t]) in compute_value_histograms()
874 act_count[t] = histogram_counts[t]; in compute_value_histograms()
913 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile.c845 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
864 histogram_counts[t] = NULL; in compute_value_histograms()
868 histogram_counts[t] = in compute_value_histograms()
872 if (histogram_counts[t]) in compute_value_histograms()
874 act_count[t] = histogram_counts[t]; in compute_value_histograms()
913 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dprofile.c758 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
777 histogram_counts[t] = NULL; in compute_value_histograms()
781 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
785 if (histogram_counts[t]) in compute_value_histograms()
787 act_count[t] = histogram_counts[t]; in compute_value_histograms()
826 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dprofile.c758 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
777 histogram_counts[t] = NULL; in compute_value_histograms()
781 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
785 if (histogram_counts[t]) in compute_value_histograms()
787 act_count[t] = histogram_counts[t]; in compute_value_histograms()
826 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dprofile.c845 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
864 histogram_counts[t] = NULL; in compute_value_histograms()
868 histogram_counts[t] = in compute_value_histograms()
872 if (histogram_counts[t]) in compute_value_histograms()
874 act_count[t] = histogram_counts[t]; in compute_value_histograms()
913 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dprofile.c944 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
962 histogram_counts[t] = NULL; in compute_value_histograms()
966 histogram_counts[t] = in compute_value_histograms()
970 if (histogram_counts[t]) in compute_value_histograms()
972 act_count[t] = histogram_counts[t]; in compute_value_histograms()
994 free (histogram_counts[t]); in compute_value_histograms()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dprofile.c810 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
829 histogram_counts[t] = NULL; in compute_value_histograms()
833 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
837 if (histogram_counts[t]) in compute_value_histograms()
839 act_count[t] = histogram_counts[t]; in compute_value_histograms()
898 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dprofile.c806 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
825 histogram_counts[t] = NULL; in compute_value_histograms()
829 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
833 if (histogram_counts[t]) in compute_value_histograms()
835 act_count[t] = histogram_counts[t]; in compute_value_histograms()
914 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dprofile.c806 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
825 histogram_counts[t] = NULL; in compute_value_histograms()
829 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
833 if (histogram_counts[t]) in compute_value_histograms()
835 act_count[t] = histogram_counts[t]; in compute_value_histograms()
914 free (histogram_counts[t]); in compute_value_histograms()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dprofile.c806 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
825 histogram_counts[t] = NULL; in compute_value_histograms()
829 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
833 if (histogram_counts[t]) in compute_value_histograms()
835 act_count[t] = histogram_counts[t]; in compute_value_histograms()
914 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dprofile.c810 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
829 histogram_counts[t] = NULL; in compute_value_histograms()
833 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
837 if (histogram_counts[t]) in compute_value_histograms()
839 act_count[t] = histogram_counts[t]; in compute_value_histograms()
898 free (histogram_counts[t]); in compute_value_histograms()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dprofile.c810 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
829 histogram_counts[t] = NULL; in compute_value_histograms()
833 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
837 if (histogram_counts[t]) in compute_value_histograms()
839 act_count[t] = histogram_counts[t]; in compute_value_histograms()
898 free (histogram_counts[t]); in compute_value_histograms()

12