HomeSort by: relevance | last modified time | path
    Searched refs:__uintptr_t (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/ia64/include/
int_types.h 71 typedef unsigned long int __uintptr_t; typedef in typeref:typename:unsigned long int
74 typedef unsigned int __uintptr_t; typedef in typeref:typename:unsigned int
  /src/sys/arch/mips/include/
int_types.h 76 typedef unsigned long int __uintptr_t; typedef in typeref:typename:unsigned long int
79 typedef unsigned int __uintptr_t; typedef in typeref:typename:unsigned int
  /src/sys/arch/powerpc/include/
int_types.h 76 typedef unsigned long int __uintptr_t; typedef in typeref:typename:unsigned long int
79 typedef unsigned int __uintptr_t; typedef in typeref:typename:unsigned int
  /src/sys/arch/alpha/include/
int_types.h 67 typedef unsigned long int __uintptr_t; typedef in typeref:typename:unsigned long int
  /src/sys/arch/amd64/include/
int_types.h 65 typedef unsigned long __uintptr_t; typedef in typeref:typename:unsigned long
  /src/sys/arch/hppa/include/
int_types.h 66 typedef unsigned long __uintptr_t; typedef in typeref:typename:unsigned long
  /src/sys/arch/i386/include/
int_types.h 70 typedef unsigned int __uintptr_t; typedef in typeref:typename:unsigned int
  /src/sys/arch/m68k/include/
int_types.h 69 typedef unsigned int __uintptr_t; typedef in typeref:typename:unsigned int
  /src/sys/arch/sh3/include/
int_types.h 69 typedef unsigned int __uintptr_t; typedef in typeref:typename:unsigned int
  /src/sys/arch/sparc/include/
int_types.h 86 typedef unsigned long int __uintptr_t; typedef in typeref:typename:unsigned long int
  /src/sys/arch/vax/include/
int_types.h 69 typedef unsigned long int __uintptr_t; typedef in typeref:typename:unsigned long int
  /src/sys/sys/
common_int_types.h 59 typedef __UINTPTR_TYPE__ __uintptr_t; typedef in typeref:typename:__UINTPTR_TYPE__
stdint.h 84 typedef __uintptr_t uintptr_t;
  /src/sys/arch/arm/include/
int_types.h 96 typedef __UINTPTR_TYPE__ __uintptr_t; typedef in typeref:typename:__UINTPTR_TYPE__
  /src/sys/arch/sparc64/include/
ctlreg.h 494 : "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)))
  /src/sys/dev/sdmmc/
sdhc.c 2082 if (((__uintptr_t)data & 3) == 0) {
2098 } else if (((__uintptr_t)data & 1) == 0) {
2122 if (((__uintptr_t)data & 3) == 0) {
2138 } else if (((__uintptr_t)data & 1) == 0) {

Completed in 19 milliseconds