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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 50 typedef unsigned long long int uintptr; typedef
185 typedef unsigned int uintptr; typedef
bcmutils.h 526 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0)
527 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \
616 (((uintptr)src1 | (uintptr)src2 | (uintptr)dst) & 3) == 0) {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 50 typedef unsigned long long int uintptr; typedef
185 typedef unsigned int uintptr; typedef
bcmutils.h 526 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0)
527 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \
616 (((uintptr)src1 | (uintptr)src2 | (uintptr)dst) & 3) == 0) {
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 1221 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {
    [all...]
bcmutils.c 933 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16)));
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1221 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {
    [all...]
bcmutils.c 933 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16)));
    [all...]

Completed in 410 milliseconds