Searched refs:__uintptr_t (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/ia64/include/
H A Dint_types.h71 typedef unsigned long int __uintptr_t; typedef
74 typedef unsigned int __uintptr_t; typedef
/netbsd-current/sys/arch/powerpc/include/
H A Dint_types.h76 typedef unsigned long int __uintptr_t; typedef
79 typedef unsigned int __uintptr_t; typedef
/netbsd-current/sys/arch/mips/include/
H A Dint_types.h76 typedef unsigned long int __uintptr_t; typedef
79 typedef unsigned int __uintptr_t; typedef
/netbsd-current/sys/arch/hppa/include/
H A Dint_types.h66 typedef unsigned long __uintptr_t; typedef
/netbsd-current/sys/arch/i386/include/
H A Dint_types.h70 typedef unsigned int __uintptr_t; typedef
/netbsd-current/sys/arch/amd64/include/
H A Dint_types.h65 typedef unsigned long __uintptr_t; typedef
/netbsd-current/sys/arch/alpha/include/
H A Dint_types.h67 typedef unsigned long int __uintptr_t; typedef
/netbsd-current/sys/arch/vax/include/
H A Dint_types.h69 typedef unsigned long int __uintptr_t; typedef
/netbsd-current/sys/arch/sh3/include/
H A Dint_types.h69 typedef unsigned int __uintptr_t; typedef
/netbsd-current/sys/arch/sparc/include/
H A Dint_types.h86 typedef unsigned long int __uintptr_t; typedef
/netbsd-current/sys/arch/m68k/include/
H A Dint_types.h69 typedef unsigned int __uintptr_t; typedef
/netbsd-current/sys/sys/
H A Dcommon_int_types.h59 typedef __UINTPTR_TYPE__ __uintptr_t; typedef
H A Dstdint.h84 typedef __uintptr_t uintptr_t;
/netbsd-current/sys/arch/arm/include/
H A Dint_types.h96 typedef __UINTPTR_TYPE__ __uintptr_t; typedef
/netbsd-current/sys/arch/sparc64/include/
H A Dctlreg.h494 : "r" ((__uintptr_t)(loc)), "r" (asi))
505 : "r" ((__uintptr_t)(loc)), "n" (asi)); \
685 : : "r" (value), "r" ((__uintptr_t)(loc)), \
695 : : "r" (value), "r" ((__uintptr_t)(loc)), \
871 volatile("flush %0" : : "r" ((__uintptr_t)(loc)))
/netbsd-current/sys/dev/sdmmc/
H A Dsdhc.c2084 if (((__uintptr_t)data & 3) == 0) {
2100 } else if (((__uintptr_t)data & 1) == 0) {
2124 if (((__uintptr_t)data & 3) == 0) {
2140 } else if (((__uintptr_t)data & 1) == 0) {

Completed in 174 milliseconds