Searched defs:ARR_SIZE (Results 1 – 9 of 9) sorted by relevance
64 constexpr size_t ARR_SIZE = sizeof(output_arr) / sizeof(char *); in TEST() local
54 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) macro
73 constexpr int ARR_SIZE = 6; in erase_test() local
10 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) macro
13 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) macro