Searched refs:__uintptr_t (Results 1 – 19 of 19) 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)
79 typedef __uintcap_t __uintptr_t; typedef81 typedef __uintptr_t __uint64ptr_t;86 typedef __uint64_t __uintptr_t; typedef93 typedef __uint32_t __uintptr_t; typedef177 typedef __uintptr_t __uintcap_t;
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. */
482 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))486 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))490 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))639 (((__uintptr_t)(x) & ((align) - 1)) == 0)643 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))647 ((__typeof__(x))((__uintptr_t)(x)&(~((align)-1))))
42 volatile __uintptr_t sx_lock;
44 __uintptr_t m_rb_lnk; /* Robust linkage */
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) op (dir)))352 _RB_UP(dst, field) = (__typeof(src))((__uintptr_t)src | \544 __uintptr_t elmdir, sibdir; \650 __uintptr_t elmdir, sibdir; \
85 __uintptr_t ident; /* identifier for this event */97 __uintptr_t ident; /* identifier for this event */
93 typedef __uintptr_t uintptr_t;
228 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
96 __uintptr_t left = (__uintptr_t)leftp; in __ssp_overlap()97 __uintptr_t right = (__uintptr_t)rightp; in __ssp_overlap()
255 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))259 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))263 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))295 (((__uintptr_t)x & ((align) - 1)) == 0)299 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1))))
50 typedef __UINTPTR_TYPE__ __uintptr_t; typedef
47 __uintptr_t addr;
64 __uintptr_t addr; /* Virtual start address */
36 typedef __uintptr_t devinfo_handle_t;
145 __uintptr_t pthread_cleanup_pad[8];