HomeSort by: relevance | last modified time | path
    Searched defs:INTPTR_TYPE (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
netbsd.h 73 #undef INTPTR_TYPE
74 #define INTPTR_TYPE "long int"
  /src/external/gpl3/gcc/dist/gcc/config/vax/
netbsd-elf.h 52 #undef INTPTR_TYPE
53 #define INTPTR_TYPE "long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
netbsd.h 73 #undef INTPTR_TYPE
74 #define INTPTR_TYPE "long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
netbsd-elf.h 52 #undef INTPTR_TYPE
53 #define INTPTR_TYPE "long int"
  /src/external/gpl3/gcc/dist/gcc/config/arm/
netbsd-elf.h 102 #undef INTPTR_TYPE
103 #define INTPTR_TYPE PTRDIFF_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/mips/
netbsd.h 216 #undef INTPTR_TYPE
217 #define INTPTR_TYPE PTRDIFF_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
netbsd.h 216 #undef INTPTR_TYPE
217 #define INTPTR_TYPE PTRDIFF_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 63 #define INTPTR_TYPE PTRDIFF_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
freebsd-stdint.h 55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
hpux-stdint.h 33 #define INTPTR_TYPE "long int"
netbsd-stdint.h 70 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
newlib-stdint.h 66 #define INTPTR_TYPE PTRDIFF_TYPE
vxworks-stdint.h 52 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 60 #define INTPTR_TYPE (TARGET_64BIT ? "long int" : "int")
djgpp-stdint.h 60 #define INTPTR_TYPE "long int"
mingw-stdint.h 49 #define INTPTR_TYPE (TARGET_64BIT ? "long long int" : "int")
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 49 #define INTPTR_TYPE "long int"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 49 #define INTPTR_TYPE "long long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
netbsd-elf.h 102 #undef INTPTR_TYPE
103 #define INTPTR_TYPE PTRDIFF_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 63 #define INTPTR_TYPE PTRDIFF_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
freebsd-stdint.h 55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
hpux-stdint.h 33 #define INTPTR_TYPE "long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 60 #define INTPTR_TYPE (TARGET_64BIT ? "long int" : "int")

Completed in 31 milliseconds

1 2