OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINTPTR_TYPE
(Results
1 - 25
of
52
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/gcc/config/riscv/
netbsd.h
70
#undef
UINTPTR_TYPE
71
#define
UINTPTR_TYPE
"long unsigned int"
/src/external/gpl3/gcc/dist/gcc/config/vax/
netbsd-elf.h
55
#undef
UINTPTR_TYPE
56
#define
UINTPTR_TYPE
"long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/riscv/
netbsd.h
70
#undef
UINTPTR_TYPE
71
#define
UINTPTR_TYPE
"long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/vax/
netbsd-elf.h
55
#undef
UINTPTR_TYPE
56
#define
UINTPTR_TYPE
"long unsigned int"
/src/external/gpl3/gcc/dist/gcc/config/arm/
netbsd-elf.h
105
#undef
UINTPTR_TYPE
106
#define
UINTPTR_TYPE
SIZE_TYPE
/src/external/gpl3/gcc/dist/gcc/config/mips/
netbsd.h
219
#undef
UINTPTR_TYPE
220
#define
UINTPTR_TYPE
SIZE_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
netbsd.h
219
#undef
UINTPTR_TYPE
220
#define
UINTPTR_TYPE
SIZE_TYPE
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h
64
#ifndef
UINTPTR_TYPE
65
#define
UINTPTR_TYPE
SIZE_TYPE
/src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h
56
#define
UINTPTR_TYPE
(LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
freebsd-stdint.h
56
#define
UINTPTR_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
hpux-stdint.h
34
#define
UINTPTR_TYPE
"long unsigned int"
netbsd-stdint.h
71
#define
UINTPTR_TYPE
(LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
newlib-stdint.h
67
#ifndef
UINTPTR_TYPE
68
#define
UINTPTR_TYPE
SIZE_TYPE
vxworks-stdint.h
53
#define
UINTPTR_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
/src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h
61
#define
UINTPTR_TYPE
(TARGET_64BIT ? "long unsigned int" : "unsigned int")
djgpp-stdint.h
61
#define
UINTPTR_TYPE
"long unsigned int"
mingw-stdint.h
50
#define
UINTPTR_TYPE
(TARGET_64BIT ? "long long unsigned int" : "unsigned int")
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h
50
#define
UINTPTR_TYPE
"long unsigned int"
/src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h
50
#define
UINTPTR_TYPE
"long long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
netbsd-elf.h
105
#undef
UINTPTR_TYPE
106
#define
UINTPTR_TYPE
SIZE_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h
64
#ifndef
UINTPTR_TYPE
65
#define
UINTPTR_TYPE
SIZE_TYPE
/src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h
56
#define
UINTPTR_TYPE
(LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
freebsd-stdint.h
56
#define
UINTPTR_TYPE
(LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
hpux-stdint.h
34
#define
UINTPTR_TYPE
"long unsigned int"
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h
61
#define
UINTPTR_TYPE
(TARGET_64BIT ? "long unsigned int" : "unsigned int")
Completed in 31 milliseconds
1
2
3
Indexes created Wed Mar 04 05:31:52 UTC 2026