Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/tcg/xtensa/
H A Dlinker.ld.S133 . = ALIGN(4); define
142 . = ALIGN(4); define
153 . = ALIGN(4); define
/openbmc/u-boot/tools/
H A Dmksunxiboot.c47 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro
H A Dimx8mimage.c30 #define ALIGN(x,a) __ALIGN_MASK((x), (__typeof__(x))(a) - 1, a) macro
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h741 #define fGEN_TCG_PRED_VEC_STORE(GET_EA, PRED, SRCOFF, ALIGN, INC) \ argument
753 #define fGEN_TCG_PRED_VEC_STORE_pred_pi(ALIGN) \ argument
758 #define fGEN_TCG_PRED_VEC_STORE_npred_pi(ALIGN) \ argument
795 #define fGEN_TCG_PRED_VEC_STORE_pred_ai(ALIGN) \ argument
800 #define fGEN_TCG_PRED_VEC_STORE_npred_ai(ALIGN) \ argument
837 #define fGEN_TCG_PRED_VEC_STORE_pred_ppu(ALIGN) \ argument
842 #define fGEN_TCG_PRED_VEC_STORE_npred_ppu(ALIGN) \ argument
/openbmc/u-boot/scripts/dtc/
H A Ddtc.h73 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/openbmc/u-boot/include/linux/
H A Dkernel.h44 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) macro
/openbmc/qemu/hw/display/
H A Dqxl.c52 #define ALIGN(a, b) (((a) + ((b) - 1)) & ~((b) - 1)) macro
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c767 #define ALIGN(x, y) (((x)+(y)-1) & ~((y)-1)) macro