__uintptr_t
__uintptr_t pthread_cleanup_pad[8];
__uintptr_t left = (__uintptr_t)leftp;
__uintptr_t right = (__uintptr_t)rightp;
typedef __uintptr_t devinfo_handle_t;
__uintptr_t addr; /* Virtual start address */
__uintptr_t addr;
(uint32_t *)((__uintptr_t)(p) - ((__uintptr_t)(p) % 4))
((3 - ((__uintptr_t)(p) % 4)) * NBBY)
((2 - ((__uintptr_t)(p) % 4)) * NBBY)
((((__uintptr_t)(p) % 4)) * NBBY)
((((__uintptr_t)(p) % 4)) * NBBY)
volatile __uintptr_t mtx_lock; /* Owner and flags. */
volatile __uintptr_t mtx_lock; /* Owner and flags. */
volatile __uintptr_t rw_lock;
volatile __uintptr_t rw_lock;
typedef __uintptr_t uintptr_t;
volatile __uintptr_t sx_lock;
typedef __uintptr_t __uintcap_t;
typedef __uintptr_t __uint64ptr_t;
__uintptr_t m_rb_lnk; /* Robust linkage */
#define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
#define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
#define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
(((__uintptr_t)(x) & ((align) - 1)) == 0)
((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))
((__typeof__(x))((__uintptr_t)(x)&(~((align)-1))))
__uintptr_t ident; /* identifier for this event */
__uintptr_t ident; /* identifier for this event */
typedef __uintptr_t uintptr_t;
typedef _Atomic(__uintptr_t) atomic_uintptr_t;
#define _RB_L ((__uintptr_t)1)
#define _RB_R ((__uintptr_t)2)
#define _RB_LR ((__uintptr_t)3)
#define _RB_BITS(elm) ((__uintptr_t)elm)
((__uintptr_t)(elm) op (dir)))
_RB_UP(dst, field) = (__typeof(src))((__uintptr_t)src | \
__uintptr_t elmdir, sibdir; \
__uintptr_t elmdir, sibdir; \
#define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
#define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
#define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
(((__uintptr_t)x & ((align) - 1)) == 0)
((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))