OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT64_TYPE
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h
43
#define
UINT64_TYPE
(INT_TYPE_SIZE == 16 ? "long long unsigned int" : 0)
52
#define UINT_LEAST64_TYPE
UINT64_TYPE
61
#define UINT_FAST64_TYPE
UINT64_TYPE
/src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h
35
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
44
#define UINT_LEAST64_TYPE
UINT64_TYPE
53
#define UINT_FAST64_TYPE
UINT64_TYPE
56
#define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
UINT64_TYPE
: UINT32_TYPE)
freebsd-stdint.h
35
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
hpux-stdint.h
13
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
netbsd-stdint.h
34
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
71
#define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
UINT64_TYPE
: UINT32_TYPE)
newlib-stdint.h
43
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : LONG_LONG_TYPE_SIZE == 64 ? "long long unsigned int" : INT_TYPE_SIZE == 64 ? "unsigned int" : 0)
49
#define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE :
UINT64_TYPE
?
UINT64_TYPE
: 0)
50
#define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE :
UINT64_TYPE
?
UINT64_TYPE
: 0)
51
#define UINT_LEAST32_TYPE (UINT32_TYPE ? UINT32_TYPE :
UINT64_TYPE
?
UINT64_TYPE
: 0)
52
#define UINT_LEAST64_TYPE
UINT64_TYPE
vxworks-stdint.h
34
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
/src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h
32
#define
UINT64_TYPE
(TARGET_64BIT ? "long unsigned int" : "long long unsigned int")
djgpp-stdint.h
32
#define
UINT64_TYPE
"long long unsigned int"
mingw-stdint.h
29
#define
UINT64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h
29
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
netbsd.h
89
#undef
UINT64_TYPE
90
#define
UINT64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h
29
#define
UINT64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h
43
#define
UINT64_TYPE
(INT_TYPE_SIZE == 16 ? "long long unsigned int" : 0)
52
#define UINT_LEAST64_TYPE
UINT64_TYPE
61
#define UINT_FAST64_TYPE
UINT64_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h
35
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
44
#define UINT_LEAST64_TYPE
UINT64_TYPE
53
#define UINT_FAST64_TYPE
UINT64_TYPE
56
#define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
UINT64_TYPE
: UINT32_TYPE)
freebsd-stdint.h
35
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
hpux-stdint.h
13
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
netbsd-stdint.h
34
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
71
#define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ?
UINT64_TYPE
: UINT32_TYPE)
newlib-stdint.h
43
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : LONG_LONG_TYPE_SIZE == 64 ? "long long unsigned int" : INT_TYPE_SIZE == 64 ? "unsigned int" : 0)
49
#define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE :
UINT64_TYPE
?
UINT64_TYPE
: 0)
50
#define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE :
UINT64_TYPE
?
UINT64_TYPE
: 0)
51
#define UINT_LEAST32_TYPE (UINT32_TYPE ? UINT32_TYPE :
UINT64_TYPE
?
UINT64_TYPE
: 0)
52
#define UINT_LEAST64_TYPE
UINT64_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h
32
#define
UINT64_TYPE
(TARGET_64BIT ? "long unsigned int" : "long long unsigned int")
djgpp-stdint.h
32
#define
UINT64_TYPE
"long long unsigned int"
mingw-stdint.h
29
#define
UINT64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h
29
#define
UINT64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
netbsd.h
85
#undef
UINT64_TYPE
86
#define
UINT64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h
29
#define
UINT64_TYPE
"long long unsigned int"
Completed in 71 milliseconds
1
2
Indexes created Fri Apr 24 00:22:58 UTC 2026