Searched refs:uintptr (Results 1 - 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h65 typedef unsigned long long int uintptr; typedef
190 /* define [u]int8/16/32/64, uintptr */
209 typedef unsigned int uintptr; typedef
331 #define DISCARD_QUAL(ptr, type) ((type *)(uintptr)(ptr))
H A Dbcmutils.h621 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0)
622 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \
639 #define OFFSETOF(type, member) ((uint)(uintptr)&((type *)0)->member)
768 (((uintptr)src1 | (uintptr)src2 | (uintptr)dst) & 3) == 0) {
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c173 if (((uintptr)pktdata & ~0x7ff) != ((uintptr)(pktdata+len) & ~0x7ff))
176 align64 = (uint)((uintptr)pktdata & 0x3f); /* aligned to 64B */
1131 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16)));
H A Ddhdu.c1250 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {
1285 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {
1326 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {

Completed in 117 milliseconds