OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026