Searched defs:ALIGN (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | linker.ld.S | 133 . = ALIGN(4); define 142 . = ALIGN(4); define 153 . = ALIGN(4); define
|
| /openbmc/u-boot/tools/ |
| H A D | mksunxiboot.c | 47 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro
|
| H A D | imx8mimage.c | 30 #define ALIGN(x,a) __ALIGN_MASK((x), (__typeof__(x))(a) - 1, a) macro
|
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_tcg_hvx.h | 741 #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 D | dtc.h | 73 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 44 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) macro
|
| /openbmc/qemu/hw/display/ |
| H A D | qxl.c | 52 #define ALIGN(a, b) (((a) + ((b) - 1)) & ~((b) - 1)) macro
|
| /openbmc/qemu/accel/kvm/ |
| H A D | kvm-all.c | 767 #define ALIGN(x, y) (((x)+(y)-1) & ~((y)-1)) macro
|