Home
last modified time | relevance | path

Searched refs:ARRAY_END (Results 1 – 1 of 1) sorted by relevance

/system/chre/util/include/chre/util/
Dmacros.h31 #ifndef ARRAY_END
32 #define ARRAY_END(array) (array + ARRAY_SIZE(array)) macro