Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dcompiler-intel.h36 #define __must_be_array(a) 0 macro
H A Dcompiler-gcc.h63 #define __must_be_array(a) 0 macro
66 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) macro
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch106 +# define __must_be_array(a) \
114 +# define __must_be_array(a) 0
166 +# define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr))