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

  /src/external/gpl3/gcc/dist/gcc/config/
vxworks-dummy.h 34 #ifndef TARGET_VXWORKS64
35 #define TARGET_VXWORKS64 0
vx-common.h 55 #define WCHAR_TYPE (TARGET_VXWORKS64 ? "int" : "long int")
vxworks.h 340 #define PTRDIFF_TYPE (TARGET_VXWORKS64 ? "long int" : "int")
343 #define SIZE_TYPE (TARGET_VXWORKS64 ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc.old/dist/gcc/config/
vxworks-dummy.h 34 #ifndef TARGET_VXWORKS64
35 #define TARGET_VXWORKS64 0
vx-common.h 55 #define WCHAR_TYPE (TARGET_VXWORKS64 ? "int" : "long int")
vxworks.h 286 #define PTRDIFF_TYPE (TARGET_VXWORKS64 ? "long int" : "int")
289 #define SIZE_TYPE (TARGET_VXWORKS64 ? "long unsigned int" : "unsigned int")

Completed in 24 milliseconds