Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dbuild_bug.h13 #define BUILD_BUG_ON(condition) (0) macro
19 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)])) macro
69 #define BUILD_BUG_ON(condition) \ macro
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c2555 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 …]
H A Dreplay.c1006 BUILD_BUG_ON(UBIFS_TRUN_KEY > 5); in ubifs_replay_journal()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dap.c173 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()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dio.h304 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \
316 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_dsc.c69 BUILD_BUG_ON(sizeof(*pps_payload) != in drm_dsc_pps_payload_pack()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dgpio-uclass.c627 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()
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c408 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()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c1250 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()