Lines Matching +full:120 +full:- +full:db
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
41 #define SIZE_MASK (SIZE_NUM-1)
51 {4095,133}, { 10, 130}, { 9, 124}, { 3, 124}, { 28, 120}, { 0, 118},
53 {1024, 69}, {120, 64}, {512, 63}, {384, 60}, { 6, 59}, { 80, 54},
79 #define ALIGN_MASK (ALIGN_NUM-1)
100 align_arr[n++] = size - 1; in init_memset_distribution()
112 test_arr[i].offset = (rand32 (0) & (max_size - 1)); in init_memset()
140 t = clock_get_ns () - t; in memset_random()
158 t = clock_get_ns () - t; in memset_medium()
159 printf ("%dB: %5.2f ", size, (double)size * ITERS2 / t); in memset_medium()
174 t = clock_get_ns () - t; in memset_large()