Searched refs:ISALIGNED (Results 1 – 2 of 2) sorted by relevance
1250 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) { in dhd_sprom()1285 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) { in dhd_sprom()1326 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) { in dhd_sprom()1573 if (!ISALIGNED(start, MEMBLOCK)) in dhd_load_file_bytes()
621 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro