Searched defs:ARRAY_SIZE (Results 1 – 8 of 8) sorted by relevance
26 public static final int ARRAY_SIZE = 30000; field in CPUIntensiveBenchmarks
44 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
37 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
50 public static final int ARRAY_SIZE = 4096; field in SparseMappingTable
82 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
54 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
95 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
25 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro