OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INT64_TYPE
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h
39
#define
INT64_TYPE
(INT_TYPE_SIZE == 16 ? "long long int" : 0)
48
#define INT_LEAST64_TYPE
INT64_TYPE
57
#define INT_FAST64_TYPE
INT64_TYPE
/src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h
31
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
40
#define INT_LEAST64_TYPE
INT64_TYPE
49
#define INT_FAST64_TYPE
INT64_TYPE
55
#define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
INT64_TYPE
: INT32_TYPE)
freebsd-stdint.h
31
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
hpux-stdint.h
9
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd-stdint.h
30
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
70
#define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
INT64_TYPE
: INT32_TYPE)
newlib-stdint.h
39
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : LONG_LONG_TYPE_SIZE == 64 ? "long long int" : INT_TYPE_SIZE == 64 ? "int" : 0)
45
#define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE :
INT64_TYPE
?
INT64_TYPE
: 0)
46
#define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE :
INT64_TYPE
?
INT64_TYPE
: 0)
47
#define INT_LEAST32_TYPE (INT32_TYPE ? INT32_TYPE :
INT64_TYPE
?
INT64_TYPE
: 0)
48
#define INT_LEAST64_TYPE
INT64_TYPE
vxworks-stdint.h
30
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
/src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h
27
#define
INT64_TYPE
(TARGET_64BIT ? "long int" : "long long int")
djgpp-stdint.h
27
#define
INT64_TYPE
"long long int"
mingw-stdint.h
25
#define
INT64_TYPE
"long long int"
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h
25
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd.h
86
#undef
INT64_TYPE
87
#define
INT64_TYPE
"long long int"
/src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h
25
#define
INT64_TYPE
"long long int"
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h
39
#define
INT64_TYPE
(INT_TYPE_SIZE == 16 ? "long long int" : 0)
48
#define INT_LEAST64_TYPE
INT64_TYPE
57
#define INT_FAST64_TYPE
INT64_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h
31
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
40
#define INT_LEAST64_TYPE
INT64_TYPE
49
#define INT_FAST64_TYPE
INT64_TYPE
55
#define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
INT64_TYPE
: INT32_TYPE)
freebsd-stdint.h
31
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
hpux-stdint.h
9
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd-stdint.h
30
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
70
#define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
INT64_TYPE
: INT32_TYPE)
newlib-stdint.h
39
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : LONG_LONG_TYPE_SIZE == 64 ? "long long int" : INT_TYPE_SIZE == 64 ? "int" : 0)
45
#define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE :
INT64_TYPE
?
INT64_TYPE
: 0)
46
#define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE :
INT64_TYPE
?
INT64_TYPE
: 0)
47
#define INT_LEAST32_TYPE (INT32_TYPE ? INT32_TYPE :
INT64_TYPE
?
INT64_TYPE
: 0)
48
#define INT_LEAST64_TYPE
INT64_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h
27
#define
INT64_TYPE
(TARGET_64BIT ? "long int" : "long long int")
djgpp-stdint.h
27
#define
INT64_TYPE
"long long int"
mingw-stdint.h
25
#define
INT64_TYPE
"long long int"
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h
25
#define
INT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd.h
82
#undef
INT64_TYPE
83
#define
INT64_TYPE
"long long int"
/src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h
25
#define
INT64_TYPE
"long long int"
Completed in 69 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026