OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT_LEAST64_TYPE
(Results
1 - 25
of
38
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h
52
#define
UINT_LEAST64_TYPE
UINT64_TYPE
/src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h
44
#define
UINT_LEAST64_TYPE
UINT64_TYPE
freebsd-stdint.h
44
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
hpux-stdint.h
22
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
netbsd-stdint.h
43
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
newlib-stdint.h
52
#define
UINT_LEAST64_TYPE
UINT64_TYPE
61
#define UINT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "unsigned int" :
UINT_LEAST64_TYPE
)
vxworks-stdint.h
42
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
glibc-stdint.h
52
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
/src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h
44
#define
UINT_LEAST64_TYPE
(TARGET_64BIT ? "long unsigned int" : "long long unsigned int")
djgpp-stdint.h
44
#define
UINT_LEAST64_TYPE
"long long unsigned int"
mingw-stdint.h
38
#define
UINT_LEAST64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h
38
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
/src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h
38
#define
UINT_LEAST64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h
52
#define
UINT_LEAST64_TYPE
UINT64_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h
44
#define
UINT_LEAST64_TYPE
UINT64_TYPE
freebsd-stdint.h
44
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
hpux-stdint.h
22
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
netbsd-stdint.h
43
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
newlib-stdint.h
52
#define
UINT_LEAST64_TYPE
UINT64_TYPE
61
#define UINT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "unsigned int" :
UINT_LEAST64_TYPE
)
vxworks-stdint.h
42
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h
44
#define
UINT_LEAST64_TYPE
(TARGET_64BIT ? "long unsigned int" : "long long unsigned int")
djgpp-stdint.h
44
#define
UINT_LEAST64_TYPE
"long long unsigned int"
mingw-stdint.h
38
#define
UINT_LEAST64_TYPE
"long long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h
38
#define
UINT_LEAST64_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
/src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h
38
#define
UINT_LEAST64_TYPE
"long long unsigned int"
Completed in 41 milliseconds
1
2
Indexes created Mon Apr 27 00:23:16 UTC 2026