Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/utils_lite/include/
H A Dohos_types.h71 #ifndef ARRAY_SIZE
72 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/commonlibrary/c_utils/base/include/
H A Dpubdef.h43 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a[0]))) macro

Completed in 1 milliseconds