Searched refs:ARRAY_SIZE (Results 1 – 5 of 5) sorted by relevance
158 {(uint8_t)ARRAY_SIZE(board_cpu_px), board_cpu_px,159 (uint8_t)ARRAY_SIZE(board_cpu_cx), board_cpu_cx}
9 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
373 res = snprintf(loop_dev_tmp, ARRAY_SIZE(loop_dev_tmp), in setup_loop_dev()375 if (s_not_expect(res, ARRAY_SIZE(loop_dev_tmp))) in setup_loop_dev()
49 (i < (int)ARRAY_SIZE(channels)) && (channel = &channels[i]); \
209 fdcount = lsdir(format, files, ARRAY_SIZE(files)); in get_openfiles()
Completed in 8 milliseconds