HomeSort by relevance Sort by last modified time
    Searched refs:ISALIGNED (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]
bcmutils.c 1131 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16)));
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 621 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0)

Completed in 90 milliseconds