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

  /external/libnfc-nci/src/hal/include/
nfc_hal_target.h 175 #define NCI_TRACE_1(l,t,m,p1) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1))
176 #define NCI_TRACE_2(l,t,m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
177 (UINTPTR)(p2))
178 #define NCI_TRACE_3(l,t,m,p1,p2,p3) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
179 (UINTPTR)(p2),(UINTPTR)(p3))
180 #define NCI_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
181 (UINTPTR)(p2),(UINTPTR)(p3),(UINTPTR)(p4)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 65 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))
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) {
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 37 typedef UINT32 UINTPTR;
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 37 typedef UINT32 UINTPTR;
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 593 const deUint32* uintPtr = (const deUint32*)resPtr;
594 const tcu::UVec4 result (uintPtr[0], uintPtr[1], uintPtr[2], uintPtr[3]);
    [all...]
  /external/icu/icu4c/source/layout/
LETypes.h 296 * Max value representable by a uintptr
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 173 if (((uintptr)pktdata & ~0x7ff) != ((uintptr)(pktdata+len) & ~0x7ff))
176 align64 = (uint)((uintptr)pktdata & 0x3f); /* aligned to 64B */
1131 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16)));
    [all...]
dhdu.c     [all...]

Completed in 1048 milliseconds