Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dbuild_bug.h9 #define BUILD_BUG_ON_ZERO(e) (0) macro
29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) macro
A Dcompiler.h353 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
/u-boot/drivers/pinctrl/uniphier/
A Dpinctrl-uniphier.h123 BUILD_BUG_ON_ZERO(ARRAY_SIZE(grp##_pins) != \
/u-boot/drivers/pinctrl/renesas/
A Dsh_pfc.h45 BUILD_BUG_ON_ZERO(sizeof(n##_pins) != sizeof(n##_mux)), \
139 .field_width = f_width + BUILD_BUG_ON_ZERO(r_width % f_width) + \
140 BUILD_BUG_ON_ZERO(sizeof((const u16 []) { ids }) / sizeof(u16) != \
209 BUILD_BUG_ON_ZERO(sizeof((const u16 []) { ids }) / sizeof(u16) != \

Completed in 11 milliseconds