Home
last modified time | relevance | path

Searched refs:ISALIGNED (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1250 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()
Dbcmutils.c1131 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in pktsetprio()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h621 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro