Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds