Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dhash.c141 #define MAX_ALIGN 16 in hash_variant_verify() macro
142 uint8_t key[KEY_SIZE + (MAX_ALIGN - 1)]; in hash_variant_verify()
145 for (i = 0; i < MAX_ALIGN; i++) { in hash_variant_verify()
148 #undef MAX_ALIGN in hash_variant_verify()
/external/arm-optimized-routines/string/bench/
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]; in init_strlen_tests()
112 for (int i = 0; i < MAX_ALIGN; i++) in init_strlen_tests()
126 index[(align + exp_len) & (MAX_ALIGN - 1)] + MAX_STRLEN - exp_len; in init_strlen_tests()
/external/jemalloc_new/test/integration/
Drallocx.c153 #define MAX_ALIGN (ZU(1) << 25) in TEST_BEGIN() macro
159 for (align <<= 1; align <= MAX_ALIGN; align <<= 1) { in TEST_BEGIN()
170 #undef MAX_ALIGN in TEST_BEGIN()