Home
last modified time | relevance | path

Searched refs:HOST_LONG_LONG_FORMAT (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dhwint.h20 #ifndef HOST_LONG_LONG_FORMAT
21 #define HOST_LONG_LONG_FORMAT "ll" macro
83 # define HOST_WIDE_INT_PRINT HOST_LONG_LONG_FORMAT
87 "0x%" HOST_LONG_LONG_FORMAT "x%016" HOST_LONG_LONG_FORMAT "x"
119 # define HOST_WIDEST_INT_PRINT_DEC "%" HOST_LONG_LONG_FORMAT "d"
120 # define HOST_WIDEST_INT_PRINT_DEC_C "%" HOST_LONG_LONG_FORMAT "dLL"
121 # define HOST_WIDEST_INT_PRINT_UNSIGNED "%" HOST_LONG_LONG_FORMAT "u"
122 # define HOST_WIDEST_INT_PRINT_HEX "0x%" HOST_LONG_LONG_FORMAT "x"
124 "0x%" HOST_LONG_LONG_FORMAT "x%016" HOST_LONG_LONG_FORMAT "x"
DChangeLog-20043629 * hwint.h (HOST_LONG_LONG_FORMAT): New macro. Use it throughout.
3630 * config/i386/xm-mingw32.h (HOST_LONG_LONG_FORMAT): Define.
3631 * doc/hostconfig.texi (HOST_LONG_LONG_FORMAT): Document.
DChangeLog-20058252 * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
/freebsd-10-stable/contrib/gcc/config/i386/
Dxm-mingw32.h36 #define HOST_LONG_LONG_FORMAT "I64" macro
/freebsd-10-stable/contrib/gcc/doc/
Dhostconfig.texi211 @item HOST_LONG_LONG_FORMAT