Searched refs:BUILD_BUG_ON (Results 1 – 9 of 9) sorted by relevance
13 #define BUILD_BUG_ON(condition) (0) macro19 BUILD_BUG_ON(((n) & ((n) - 1)) != 0)21 BUILD_BUG_ON((n) == 0 || (((n) & ((n) - 1)) != 0))67 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) macro69 #define BUILD_BUG_ON(condition) \ macro
2555 BUILD_BUG_ON(sizeof(struct ubifs_ch) != 24); in ubifs_init()2558 BUILD_BUG_ON(UBIFS_CH_SZ & 7); in ubifs_init()2559 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7); in ubifs_init()2560 BUILD_BUG_ON(UBIFS_DENT_NODE_SZ & 7); in ubifs_init()2561 BUILD_BUG_ON(UBIFS_XENT_NODE_SZ & 7); in ubifs_init()2562 BUILD_BUG_ON(UBIFS_DATA_NODE_SZ & 7); in ubifs_init()2563 BUILD_BUG_ON(UBIFS_TRUN_NODE_SZ & 7); in ubifs_init()2564 BUILD_BUG_ON(UBIFS_SB_NODE_SZ & 7); in ubifs_init()2565 BUILD_BUG_ON(UBIFS_MST_NODE_SZ & 7); in ubifs_init()2566 BUILD_BUG_ON(UBIFS_REF_NODE_SZ & 7); in ubifs_init()[all …]
1006 BUILD_BUG_ON(UBIFS_TRUN_KEY > 5); in ubifs_replay_journal()
173 BUILD_BUG_ON(CONFIG_ARMV7_SECURE_BASE & 0xFFFFF); in protect_secure_section()174 BUILD_BUG_ON(CONFIG_ARMV7_SECURE_RESERVE_SIZE & 0xFFFFF); in protect_secure_section()
304 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \316 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \
69 BUILD_BUG_ON(sizeof(*pps_payload) != in drm_dsc_pps_payload_pack()
627 BUILD_BUG_ON(GPIOF_COUNT != ARRAY_SIZE(gpio_function)); in get_function()669 BUILD_BUG_ON(GPIOF_COUNT != ARRAY_SIZE(gpio_function)); in gpio_get_status()
408 BUILD_BUG_ON((CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET & 0x3) != 0 || in load_mc_dpc()484 BUILD_BUG_ON((CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET & 0x3) != 0 || in load_mc_dpl()
1250 BUILD_BUG_ON(sizeof(struct ubi_ec_hdr) != 64); in ubi_init()1251 BUILD_BUG_ON(sizeof(struct ubi_vid_hdr) != 64); in ubi_init()