Searched refs:uintptr (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | typedefs.h | 65 typedef unsigned long long int uintptr; typedef 209 typedef unsigned int uintptr; typedef 331 #define DISCARD_QUAL(ptr, type) ((type *)(uintptr)(ptr))
|
H A D | bcmutils.h | 621 #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) { in xor_128bit_block()
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | README_api.md | 37 The number of *uintptr\_t* values is determined by the value 44 Each *uintptr\_t* is a pc of the callstack. If the total number 49 For 32 bit systems, *size\_t* and *uintptr\_t* are both 4 byte values. 51 For 64 bit systems, *size\_t* and *uintptr\_t* are both 8 byte values.
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | bcmutils.c | 173 if (((uintptr)pktdata & ~0x7ff) != ((uintptr)(pktdata+len) & ~0x7ff)) in pktsegcnt_war() 176 align64 = (uint)((uintptr)pktdata & 0x3f); /* aligned to 64B */ in pktsegcnt_war() 1131 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in pktsetprio()
|
H A D | dhdu.c | 1250 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()
|