Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/include/
HD_types.h103 typedef __uint64_t __uintptr_t; typedef
112 typedef __uint32_t __uintptr_t; typedef
/NextBSD/sys/mips/include/
HD_types.h109 typedef __uint64_t __uintptr_t; typedef
116 typedef __uint32_t __uintptr_t; typedef
/NextBSD/sys/x86/include/
HD_types.h108 typedef __uint64_t __uintptr_t; typedef
117 typedef __uint32_t __uintptr_t; typedef
/NextBSD/sys/sys/
HDcdefs.h480 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
650 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
654 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
658 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
HD_stdint.h78 typedef __uintptr_t uintptr_t;
HDsocket.h93 typedef __uintptr_t uintptr_t;
HDstdatomic.h219 typedef _Atomic(__uintptr_t) atomic_uintptr_t;
/NextBSD/lib/libdevinfo/
HDdevinfo.h38 typedef __uintptr_t devinfo_handle_t;
/NextBSD/sys/sparc64/include/
HD_types.h80 typedef __uint64_t __uintptr_t; typedef
/NextBSD/sys/arm64/include/
HD_types.h80 typedef __uint64_t __uintptr_t; typedef
/NextBSD/sys/riscv/include/
HD_types.h80 typedef __uint64_t __uintptr_t; typedef
/NextBSD/sys/arm/include/
HD_types.h92 typedef __uint32_t __uintptr_t; typedef
/NextBSD/include/
HDpthread.h139 __uintptr_t pthread_cleanup_pad[8];