OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_WIDE_INT_PRINT_DEC
(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/
hwint.h
108
#define
HOST_WIDE_INT_PRINT_DEC
"%" HOST_WIDE_INT_PRINT "d"
109
#define HOST_WIDE_INT_PRINT_DEC_C
HOST_WIDE_INT_PRINT_DEC
HOST_WIDE_INT_PRINT_C
122
# define HOST_WIDEST_INT_PRINT_DEC
HOST_WIDE_INT_PRINT_DEC
defaults.h
245
fprintf (STREAM, ", "
HOST_WIDE_INT_PRINT_DEC
"\n", size_); \
[
all
...]
Completed in 43 milliseconds