Searched refs:__uintptr_t (Results 1 – 19 of 19) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | _atomic_subword.h | 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)
|
| H A D | _types.h | 79 typedef __uintcap_t __uintptr_t; typedef 81 typedef __uintptr_t __uint64ptr_t; 86 typedef __uint64_t __uintptr_t; typedef 93 typedef __uint32_t __uintptr_t; typedef 179 typedef __uintptr_t __uintcap_t;
|
| H A D | _rwlock.h | 46 volatile __uintptr_t rw_lock; 60 volatile __uintptr_t rw_lock;
|
| H A D | _mutex.h | 49 volatile __uintptr_t mtx_lock; /* Owner and flags. */ 63 volatile __uintptr_t mtx_lock; /* Owner and flags. */
|
| H A D | cdefs.h | 246 _Generic(1 ? (p) : (void *)(__uintptr_t)(p), \ 503 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) 507 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var)) 511 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) 660 (((__uintptr_t)(x) & ((align) - 1)) == 0) 664 ((__typeof__(x))(((__uintptr_t)(x)+((align)-1))&(~((align)-1)))) 668 ((__typeof__(x))((__uintptr_t)(x)&(~((align)-1))))
|
| H A D | _sx.h | 42 volatile __uintptr_t sx_lock;
|
| H A D | _umtx.h | 44 __uintptr_t m_rb_lnk; /* Robust linkage */
|
| H A D | tree.h | 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; \
|
| H A D | _stdint.h | 78 typedef __uintptr_t uintptr_t;
|
| H A D | event.h | 85 __uintptr_t ident; /* identifier for this event */ 97 __uintptr_t ident; /* identifier for this event */
|
| H A D | socket.h | 93 typedef __uintptr_t uintptr_t;
|
| H A D | stdatomic.h | 237 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
|
| /freebsd/include/ssp/ |
| H A D | ssp.h | 96 __uintptr_t left = (__uintptr_t)leftp; in __ssp_overlap() 97 __uintptr_t right = (__uintptr_t)rightp; in __ssp_overlap()
|
| /freebsd/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 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))))
|
| H A D | types.h | 50 typedef __UINTPTR_TYPE__ __uintptr_t; typedef
|
| /freebsd/sys/arm64/include/ |
| H A D | sysarch.h | 47 __uintptr_t addr;
|
| /freebsd/sys/arm/include/ |
| H A D | sysarch.h | 64 __uintptr_t addr; /* Virtual start address */
|
| /freebsd/lib/libdevinfo/ |
| H A D | devinfo.h | 36 typedef __uintptr_t devinfo_handle_t;
|
| /freebsd/include/ |
| H A D | pthread.h | 145 __uintptr_t pthread_cleanup_pad[8];
|