Lines Matching +full:120 +full:- +full:db
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)
48 {120, 661}, { 2, 649}, {882, 550}, { 5, 475}, { 7, 461}, {108, 460},
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()
162 t = clock_get_ns () - t; in memcpy_random()
180 t = clock_get_ns () - t; in memcpy_medium_aligned()
181 printf ("%dB: %5.2f ", size, (double)size * ITERS2 / t); in memcpy_medium_aligned()
196 t = clock_get_ns () - t; in memcpy_medium_unaligned()
197 printf ("%dB: %5.2f ", size, (double)size * ITERS2 / t); in memcpy_medium_unaligned()
212 t = clock_get_ns () - t; in memcpy_large()
228 t = clock_get_ns () - t; in memmove_forward_unaligned()
245 t = clock_get_ns () - t; in memmove_backward_unaligned()