Home
last modified time | relevance | path

Searched refs:__uintptr_t (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/sys/
H A D_atomic_subword.h51 (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)
H A D_rwlock.h46 volatile __uintptr_t rw_lock;
60 volatile __uintptr_t rw_lock;
H A D_mutex.h49 volatile __uintptr_t mtx_lock; /* Owner and flags. */
63 volatile __uintptr_t mtx_lock; /* Owner and flags. */
H A Dcdefs.h453 #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))))
H A D_types.h75 typedef __uint64_t __uintptr_t; typedef
82 typedef __uint32_t __uintptr_t; typedef
H A D_sx.h42 volatile __uintptr_t sx_lock;
H A Dtree.h334 #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; \
H A D_stdint.h78 typedef __uintptr_t uintptr_t;
H A D_umtx.h44 __uintptr_t m_rb_lnk; /* Robust linkage */
H A Devent.h83 __uintptr_t ident; /* identifier for this event */
95 __uintptr_t ident; /* identifier for this event */
H A Dsocket.h93 typedef __uintptr_t uintptr_t;
H A Dstdatomic.h222 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
/freebsd/include/ssp/
H A Dssp.h95 __uintptr_t left = (__uintptr_t)leftp; in __ssp_overlap()
96 __uintptr_t right = (__uintptr_t)rightp; in __ssp_overlap()
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h247 #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))))
H A Dtypes.h50 typedef __UINTPTR_TYPE__ __uintptr_t; typedef
/freebsd/sys/x86/include/
H A D_align.h49 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
/freebsd/sys/arm64/include/
H A Dsysarch.h45 __uintptr_t addr;
/freebsd/sys/arm/include/
H A Dsysarch.h62 __uintptr_t addr; /* Virtual start address */
/freebsd/lib/libdevinfo/
H A Ddevinfo.h36 typedef __uintptr_t devinfo_handle_t;
/freebsd/lib/libc/include/
H A Dlibc_private.h363 __uintptr_t __libc_static_tls_base(__size_t);
/freebsd/include/
H A Dpthread.h145 __uintptr_t pthread_cleanup_pad[8];