HomeSort by: relevance | last modified time | path
    Searched refs:UINTPTR_TYPE (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/config/vax/
netbsd-elf.h 55 #undef UINTPTR_TYPE
56 #define UINTPTR_TYPE "long unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
netbsd-elf.h 55 #undef UINTPTR_TYPE
56 #define UINTPTR_TYPE "long unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 64 #ifndef UINTPTR_TYPE
65 #define UINTPTR_TYPE SIZE_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
netbsd.h 70 #undef UINTPTR_TYPE
71 #define UINTPTR_TYPE "long unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 64 #ifndef UINTPTR_TYPE
65 #define UINTPTR_TYPE SIZE_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
netbsd.h 70 #undef UINTPTR_TYPE
71 #define UINTPTR_TYPE "long unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
djgpp-stdint.h 61 #define UINTPTR_TYPE "long unsigned int"
mingw-stdint.h 50 #define UINTPTR_TYPE (TARGET_64BIT ? "long long unsigned int" : "unsigned int")
cygwin-stdint.h 61 #define UINTPTR_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc/dist/gcc/config/
openbsd-stdint.h 34 #define UINTPTR_TYPE "long unsigned int"
freebsd-stdint.h 56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
hpux-stdint.h 34 #define UINTPTR_TYPE "long unsigned int"
vxworks-stdint.h 53 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
dragonfly-stdint.h 56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 50 #define UINTPTR_TYPE "long long unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
djgpp-stdint.h 61 #define UINTPTR_TYPE "long unsigned int"
mingw-stdint.h 50 #define UINTPTR_TYPE (TARGET_64BIT ? "long long unsigned int" : "unsigned int")
cygwin-stdint.h 61 #define UINTPTR_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc.old/dist/gcc/config/
openbsd-stdint.h 34 #define UINTPTR_TYPE "long unsigned int"
freebsd-stdint.h 56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
hpux-stdint.h 34 #define UINTPTR_TYPE "long unsigned int"
vxworks-stdint.h 53 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 50 #define UINTPTR_TYPE "long long unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 50 #define UINTPTR_TYPE "long unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 50 #define UINTPTR_TYPE "long unsigned int"

Completed in 37 milliseconds

1 2 3