Lines Matching refs:n
106 int i, j, freq, size, n; in init_copy_distribution() local
108 for (n = i = 0; (freq = size_freq[i].freq) != 0; i++) in init_copy_distribution()
110 size_arr[n++] = size; in init_copy_distribution()
111 assert (n == SIZE_NUM); in init_copy_distribution()
113 for (n = i = 0; (freq = src_align_freq[i].freq) != 0; i++) in init_copy_distribution()
115 src_align_arr[n++] = size - 1; in init_copy_distribution()
116 assert (n == ALIGN_NUM); in init_copy_distribution()
118 for (n = i = 0; (freq = dst_align_freq[i].freq) != 0; i++) in init_copy_distribution()
120 dst_align_arr[n++] = size - 1; in init_copy_distribution()
121 assert (n == ALIGN_NUM); in init_copy_distribution()
127 copy_t *copy, size_t n) in do_one_test() argument
132 for (int j = 0; j < n; j++) in do_one_test()
137 for (int j = 0; j < n; j++) in do_one_test()