Searched refs:__uintptr_t (Results 1 – 16 of 16) 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)
463 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))614 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))618 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))622 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))922 (((__uintptr_t)(x) & ((align) - 1)) == 0)926 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))
75 typedef __uint64_t __uintptr_t; typedef82 typedef __uint32_t __uintptr_t; typedef
78 typedef __uintptr_t uintptr_t;
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; \
44 __uintptr_t m_rb_lnk; /* Robust linkage */
83 __uintptr_t ident; /* identifier for this event */95 __uintptr_t ident; /* identifier for this event */
95 typedef __uintptr_t uintptr_t;
221 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
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
51 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
62 __uintptr_t addr; /* Virtual start address */
37 typedef __uintptr_t devinfo_handle_t;
431 __uintptr_t __libc_static_tls_base(__size_t);
145 __uintptr_t pthread_cleanup_pad[8];