Searched refs:MAX_ALIGN (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/string/bench/
H A Dstrlen.c21 #define MAX_ALIGN 32 macro
24 static char a[(MAX_STRLEN + 1) * MAX_ALIGN] __attribute__((__aligned__(4096)));
107 uint16_t index[MAX_ALIGN];
112 for (int i = 0; i < MAX_ALIGN; i++)
126 index[(align + exp_len) & (MAX_ALIGN - 1)] + MAX_STRLEN - exp_len;

Completed in 100 milliseconds