Searched refs:ISALIGNED (Results 1 – 3 of 3) 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()
1131 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in pktsetprio()
621 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro