Searched defs:ARRAY_SIZE (Results 1 – 7 of 7) sorted by relevance
19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
32 private static final int ARRAY_SIZE = 10; field in AdTechIdentifierTest
32 private static final int ARRAY_SIZE = 10; field in AdSelectionSignalsTest
44 #define ARRAY_SIZE(X) (sizeof(X)/sizeof(X[0])) macro
29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
48 const size_t ARRAY_SIZE = 100; in TEST() local