Home
last modified time | relevance | path

Searched defs:ISALIGNED (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Dbcmutils.h526 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h567 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0) macro