Searched refs:IS_BYTE_ALIGNED (Results 1 – 2 of 2) sorted by relevance
15 #define IS_BYTE_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
91 if (!IS_BYTE_ALIGNED(img_sz, sizeof(uint32_t))) { in socfpga_vab_authentication()