Searched defs:ARRAY_SIZE (Results 1 – 12 of 12) sorted by relevance
27 constexpr int ARRAY_SIZE = 1030; variable
110 const size_t ARRAY_SIZE = sizeof(arrayRect) / sizeof(arrayRect[0]); in OnTestFunction() local
20 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
24 const uint16_t ARRAY_SIZE = 5; variable
31 constexpr uint32_t ARRAY_SIZE = 2; variable
28 const static int ARRAY_SIZE = 3; variable
82 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
41 const size_t ARRAY_SIZE = 1; variable
26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
44 constexpr int32_t ARRAY_SIZE = 2; variable
97 constexpr int32_t ARRAY_SIZE = 3; variable
107 constexpr uint32_t ARRAY_SIZE = 3; variable