Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dcdefs.h368 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
534 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
538 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
542 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
H A Dstdint.h90 typedef __uintptr_t uintptr_t;
/dragonfly/lib/libc/include/
H A Dlibc_private.h126 __uintptr_t __libc_static_tls_base(__size_t);
/dragonfly/include/
H A Dstdint.h58 typedef __uintptr_t uintptr_t;
/dragonfly/lib/libdevinfo/
H A Ddevinfo.h38 typedef __uintptr_t devinfo_handle_t;
/dragonfly/sys/cpu/x86_64/include/
H A Dstdint.h92 typedef __uintlp_t __uintptr_t; typedef