OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINTPTR_TYPE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw-stdint.h
50
#define
UINTPTR_TYPE
(TARGET_64BIT ? "long long unsigned int" : "unsigned int")
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h
742
#ifndef
UINTPTR_TYPE
743
#define
UINTPTR_TYPE
((const char *) NULL)
[
all
...]
Completed in 25 milliseconds