Searched refs:__uintptr_t (Results 1 – 5 of 5) sorted by relevance
232 typedef __UINTPTR_TYPE__ __uintptr_t; typedef234 typedef unsigned __INTPTR_TYPE__ __uintptr_t; typedef238 typedef unsigned __PTRDIFF_TYPE__ __uintptr_t; typedef241 typedef unsigned long __uintptr_t; typedef
80 typedef __uintptr_t uintptr_t;
678 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))682 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))686 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))818 (((__uintptr_t)x & ((align) - 1)) == 0)822 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))
90 typedef __uintptr_t u_register_t;
2094 (__uintptr_t): Likewise.17700 ssize_t based on _ssize_t. Remove __socklen_t, __uintptr_t,