OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INT_FAST16_TYPE
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h
55
#define
INT_FAST16_TYPE
(INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE)
/src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h
47
#define
INT_FAST16_TYPE
INT32_TYPE
freebsd-stdint.h
47
#define
INT_FAST16_TYPE
"int"
hpux-stdint.h
25
#define
INT_FAST16_TYPE
"int"
netbsd-stdint.h
51
#define
INT_FAST16_TYPE
(LONG_TYPE_SIZE == 64 ? "int" : "short int")
53
#define
INT_FAST16_TYPE
INT32_TYPE
newlib-stdint.h
55
#define
INT_FAST16_TYPE
(INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE)
vxworks-stdint.h
44
#define
INT_FAST16_TYPE
"int"
glibc-stdint.h
55
#define
INT_FAST16_TYPE
(LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long int" : "int")
/src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h
49
#define
INT_FAST16_TYPE
(TARGET_64BIT ? "long int" : "int")
djgpp-stdint.h
49
#define
INT_FAST16_TYPE
"short int"
mingw-stdint.h
41
#define
INT_FAST16_TYPE
"short int"
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h
41
#define
INT_FAST16_TYPE
"short int"
/src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h
41
#define
INT_FAST16_TYPE
"short int"
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h
55
#define
INT_FAST16_TYPE
(INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE)
/src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h
47
#define
INT_FAST16_TYPE
INT32_TYPE
freebsd-stdint.h
47
#define
INT_FAST16_TYPE
"int"
hpux-stdint.h
25
#define
INT_FAST16_TYPE
"int"
netbsd-stdint.h
51
#define
INT_FAST16_TYPE
(LONG_TYPE_SIZE == 64 ? "int" : "short int")
53
#define
INT_FAST16_TYPE
INT32_TYPE
newlib-stdint.h
55
#define
INT_FAST16_TYPE
(INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE)
vxworks-stdint.h
44
#define
INT_FAST16_TYPE
"int"
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h
49
#define
INT_FAST16_TYPE
(TARGET_64BIT ? "long int" : "int")
djgpp-stdint.h
49
#define
INT_FAST16_TYPE
"short int"
mingw-stdint.h
41
#define
INT_FAST16_TYPE
"short int"
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h
41
#define
INT_FAST16_TYPE
"short int"
/src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h
41
#define
INT_FAST16_TYPE
"short int"
Completed in 36 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026