Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_atomic_subword.h53 (uint32_t *)((__uintptr_t)(p) - ((__uintptr_t)(p) % 4))
57 ((3 - ((__uintptr_t)(p) % 4)) * NBBY)
60 ((2 - ((__uintptr_t)(p) % 4)) * NBBY)
63 ((((__uintptr_t)(p) % 4)) * NBBY)
66 ((((__uintptr_t)(p) % 4)) * NBBY)
H A D_stdint.h80 typedef __uintptr_t uintptr_t;
H A D_umtx.h42 __uintptr_t m_rb_lnk; /* Robust linkage */
H A Dcdefs.h476 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
628 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
632 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
636 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
H A Devent.h84 __uintptr_t ident; /* identifier for this event */
96 __uintptr_t ident; /* identifier for this event */
H A Dtree.h337 #define RB_BITS(elm, field) (*(__uintptr_t *)&RB_UP(elm, field))
338 #define RB_RED_L ((__uintptr_t)1)
339 #define RB_RED_R ((__uintptr_t)2)
340 #define RB_RED_MASK ((__uintptr_t)3)
352 RB_BITS(dst, field) |= (__uintptr_t)src; \
H A Dstdatomic.h218 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
H A Dsocket.h95 typedef __uintptr_t uintptr_t;
/f-stack/freebsd/x86/include/
H A D_types.h110 typedef __uint64_t __uintptr_t; typedef
119 typedef __uint32_t __uintptr_t; typedef
H A D_align.h52 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
/f-stack/freebsd/mips/include/
H A D_types.h113 typedef __uint64_t __uintptr_t; typedef
120 typedef __uint32_t __uintptr_t; typedef
/f-stack/freebsd/arm/include/
H A Dsysarch.h63 __uintptr_t addr; /* Virtual start address */
H A D_types.h96 typedef __uint32_t __uintptr_t; typedef
/f-stack/freebsd/arm64/include/
H A D_types.h82 typedef __uint64_t __uintptr_t; typedef