HomeSort by: relevance | last modified time | path
    Searched defs:HOST_WIDE_INT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 0 /* HOST_WIDE_INT definitions for the GNU compiler.
49 /* Set HOST_WIDE_INT, this should be always 64 bits.
55 # define HOST_WIDE_INT long
59 # define HOST_WIDE_INT long long
62 #error "Unable to find a suitable type for HOST_WIDE_INT"
75 of HOST_WIDE_INT for %wd specifier checks. You must issue this
77 typedef HOST_WIDE_INT __gcc_host_wide_int__;
100 /* Various printf format strings for HOST_WIDE_INT. */
137 /* Inline functions operating on HOST_WIDE_INT. */
141 static inline unsigned HOST_WIDE_INT
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 0 /* HOST_WIDE_INT definitions for the GNU compiler.
49 /* Set HOST_WIDE_INT, this should be always 64 bits.
55 # define HOST_WIDE_INT long
59 # define HOST_WIDE_INT long long
62 #error "Unable to find a suitable type for HOST_WIDE_INT"
75 of HOST_WIDE_INT for %wd specifier checks. You must issue this
77 typedef HOST_WIDE_INT __gcc_host_wide_int__;
100 /* Various printf format strings for HOST_WIDE_INT. */
158 /* Inline functions operating on HOST_WIDE_INT. */
162 inline unsigned HOST_WIDE_INT
    [all...]

Completed in 16 milliseconds