Home
last modified time | relevance | path

Searched refs:ALIGN_NUM (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemcpy.c79 #define ALIGN_NUM 1024 macro
80 #define ALIGN_MASK (ALIGN_NUM-1)
81 static uint8_t src_align_arr[ALIGN_NUM];
82 static uint8_t dst_align_arr[ALIGN_NUM];
119 assert (n == ALIGN_NUM); in init_copy_distribution()
124 assert (n == ALIGN_NUM); in init_copy_distribution()
H A Dmemset.c78 #define ALIGN_NUM 1024 macro
79 #define ALIGN_MASK (ALIGN_NUM-1)
80 static uint8_t align_arr[ALIGN_NUM];
101 assert (n == ALIGN_NUM); in init_memset_distribution()
H A Dstrlen.c61 #define ALIGN_NUM 1024 macro
62 #define ALIGN_MASK (ALIGN_NUM - 1)
63 static uint8_t strlen_align_arr[ALIGN_NUM];
84 assert (n == ALIGN_NUM); in init_strlen_distribution()