Searched refs:__uintptr_t (Results 1 – 21 of 21) sorted by relevance
51 (uint32_t *)((__uintptr_t)(p) - ((__uintptr_t)(p) % 4))55 ((3 - ((__uintptr_t)(p) % 4)) * NBBY)58 ((2 - ((__uintptr_t)(p) % 4)) * NBBY)61 ((((__uintptr_t)(p) % 4)) * NBBY)64 ((((__uintptr_t)(p) % 4)) * NBBY)
46 volatile __uintptr_t rw_lock;60 volatile __uintptr_t rw_lock;
49 volatile __uintptr_t mtx_lock; /* Owner and flags. */63 volatile __uintptr_t mtx_lock; /* Owner and flags. */
453 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))457 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))461 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))793 (((__uintptr_t)(x) & ((align) - 1)) == 0)797 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))
75 typedef __uint64_t __uintptr_t; typedef82 typedef __uint32_t __uintptr_t; typedef
42 volatile __uintptr_t sx_lock;
334 #define _RB_L ((__uintptr_t)1)335 #define _RB_R ((__uintptr_t)2)336 #define _RB_LR ((__uintptr_t)3)337 #define _RB_BITS(elm) (*(__uintptr_t *)&elm)340 ((__uintptr_t)elm & ~_RB_LR)349 _RB_BITSUP(dst, field) = (__uintptr_t)src | \541 __uintptr_t elmdir, sibdir; \644 __uintptr_t elmdir, sibdir; \
78 typedef __uintptr_t uintptr_t;
44 __uintptr_t m_rb_lnk; /* Robust linkage */
83 __uintptr_t ident; /* identifier for this event */95 __uintptr_t ident; /* identifier for this event */
93 typedef __uintptr_t uintptr_t;
222 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
95 __uintptr_t left = (__uintptr_t)leftp; in __ssp_overlap()96 __uintptr_t right = (__uintptr_t)rightp; in __ssp_overlap()
247 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))251 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))255 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))277 (((__uintptr_t)x & ((align) - 1)) == 0)281 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))
50 typedef __UINTPTR_TYPE__ __uintptr_t; typedef
49 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
45 __uintptr_t addr;
62 __uintptr_t addr; /* Virtual start address */
36 typedef __uintptr_t devinfo_handle_t;
363 __uintptr_t __libc_static_tls_base(__size_t);
145 __uintptr_t pthread_cleanup_pad[8];