Lines Matching +full:c +full:- +full:22
4 * Copyright (c) 2020-2023, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
40 #define SIZE_MASK (SIZE_NUM-1)
54 { 22, 46}, {640, 45}, { 25, 41}, { 14, 40}, { 56, 37}, { 27, 35},
55 { 35, 33}, {384, 33}, { 29, 32}, { 80, 30}, {4095, 22}, {232, 22},
80 #define ALIGN_MASK (ALIGN_NUM-1)
118 src_align_arr[n++] = size - 1; in init_copy_distribution()
123 dst_align_arr[n++] = size - 1; in init_copy_distribution()
135 test_arr[i].dst = (rand32 (0) & (max_size - 1)); in init_copies()
137 test_arr[i].src = (rand32 (0) & (max_size - 1)); in init_copies()
149 printf ("%22s ", name); in memcpy_random()
155 for (int c = 0; c < NUM_TESTS; c++) in memcpy_random() local
156 fn (b + test_arr[c].dst, a + test_arr[c].src, test_arr[c].len); in memcpy_random()
160 for (int c = 0; c < NUM_TESTS; c++) in memcpy_random() local
161 fn (b + test_arr[c].dst, a + test_arr[c].src, test_arr[c].len); in memcpy_random()
162 t = clock_get_ns () - t; in memcpy_random()
173 printf ("%22s ", name); in memcpy_medium_aligned()
180 t = clock_get_ns () - t; in memcpy_medium_aligned()
189 printf ("%22s ", name); in memcpy_medium_unaligned()
196 t = clock_get_ns () - t; in memcpy_medium_unaligned()
205 printf ("%22s ", name); in memcpy_large()
212 t = clock_get_ns () - t; in memcpy_large()
221 printf ("%22s ", name); in memmove_forward_unaligned()
228 t = clock_get_ns () - t; in memmove_forward_unaligned()
238 printf ("%22s ", name); in memmove_backward_unaligned()
245 t = clock_get_ns () - t; in memmove_backward_unaligned()