Home
last modified time | relevance | path

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

/benchtests/
A Dbench-memcpy-random.c75 #define ALIGN_NUM 1024 macro
76 #define ALIGN_MASK (ALIGN_NUM-1)
77 static uint8_t src_align_arr[ALIGN_NUM];
78 static uint8_t dst_align_arr[ALIGN_NUM];
116 assert (n == ALIGN_NUM); in init_copy_distribution()
121 assert (n == ALIGN_NUM); in init_copy_distribution()

Completed in 3 milliseconds