Searched defs:NELEM (Results 1 – 9 of 9) sorted by relevance
32 const uint64_t NELEM = 2000000; variable155 void test_int_array(uint32_t NELEM) in test_int_array()
84 const uint32_t NELEM = 6667; in test02() local
117 const uint32_t NELEM = 100000; in test3() local
156 const uint32_t NELEM = 100000; in test4() local
154 const uint32_t NELEM = 100000; in test5() local
155 const uint32_t NELEM = 100000; in test5() local
30 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
24 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
568 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro