Home
last modified time | relevance | path

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

/third_party/optimized-routines/string/bench/
Dmemcpy.c89 #define ALIGN_NUM 1024 macro
90 #define ALIGN_MASK (ALIGN_NUM-1)
91 static uint8_t src_align_arr[ALIGN_NUM];
92 static uint8_t dst_align_arr[ALIGN_NUM];
129 assert (n == ALIGN_NUM); in init_copy_distribution()
134 assert (n == ALIGN_NUM); in init_copy_distribution()
Dstrlen.c78 #define ALIGN_NUM 1024 macro
79 #define ALIGN_MASK (ALIGN_NUM - 1)
80 static uint8_t strlen_align_arr[ALIGN_NUM];
101 assert (n == ALIGN_NUM); in init_strlen_distribution()