Searched refs:__uintptr_t (Results 1 – 9 of 9) sorted by relevance
68 typedef unsigned long int __uintptr_t; typedef71 typedef unsigned int __uintptr_t; typedef
91 typedef __uintptr_t uintptr_t;92 #define uintptr_t __uintptr_t
59 typedef UINTN __uintptr_t; typedef
71 typedef UINTN __uintptr_t; typedef
78 typedef __uintptr_t uintptr_t;
395 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))548 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))552 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))556 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
80 typedef __uint64_t __uintptr_t; typedef