Searched refs:__uintptr_t (Results 1 – 14 of 14) sorted by relevance
53 (uint32_t *)((__uintptr_t)(p) - ((__uintptr_t)(p) % 4))57 ((3 - ((__uintptr_t)(p) % 4)) * NBBY)60 ((2 - ((__uintptr_t)(p) % 4)) * NBBY)63 ((((__uintptr_t)(p) % 4)) * NBBY)66 ((((__uintptr_t)(p) % 4)) * NBBY)
80 typedef __uintptr_t uintptr_t;
42 __uintptr_t m_rb_lnk; /* Robust linkage */
476 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))628 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))632 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))636 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
84 __uintptr_t ident; /* identifier for this event */96 __uintptr_t ident; /* identifier for this event */
337 #define RB_BITS(elm, field) (*(__uintptr_t *)&RB_UP(elm, field))338 #define RB_RED_L ((__uintptr_t)1)339 #define RB_RED_R ((__uintptr_t)2)340 #define RB_RED_MASK ((__uintptr_t)3)352 RB_BITS(dst, field) |= (__uintptr_t)src; \
218 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
95 typedef __uintptr_t uintptr_t;
110 typedef __uint64_t __uintptr_t; typedef119 typedef __uint32_t __uintptr_t; typedef
52 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
113 typedef __uint64_t __uintptr_t; typedef120 typedef __uint32_t __uintptr_t; typedef
63 __uintptr_t addr; /* Virtual start address */
96 typedef __uint32_t __uintptr_t; typedef
82 typedef __uint64_t __uintptr_t; typedef