Searched refs:HOST_WIDE_INT_PRINT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dhwint.h73 # define HOST_WIDE_INT_PRINT "l" macro
83 # define HOST_WIDE_INT_PRINT HOST_LONG_LONG_FORMAT macro
90 #define HOST_WIDE_INT_PRINT_DEC "%" HOST_WIDE_INT_PRINT "d"
92 #define HOST_WIDE_INT_PRINT_UNSIGNED "%" HOST_WIDE_INT_PRINT "u"
93 #define HOST_WIDE_INT_PRINT_HEX "0x%" HOST_WIDE_INT_PRINT "x"
H A Dpretty-print.c441 pp_scalar (pp, "%" HOST_WIDE_INT_PRINT "o",
H A Dfinal.c3412 memcpy (q, HOST_WIDE_INT_PRINT, strlen (HOST_WIDE_INT_PRINT));
3413 q += strlen (HOST_WIDE_INT_PRINT);

Completed in 87 milliseconds