HomeSort by relevance Sort by last modified time
    Searched defs:HOST_WIDE_INT (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hwint.h 0 /* HOST_WIDE_INT definitions for the GNU compiler.
45 /* Set HOST_WIDE_INT. This should be the widest efficient host
55 # define HOST_WIDE_INT long
59 # define HOST_WIDE_INT long long
63 # define HOST_WIDE_INT __int64
65 #error "Unable to find a suitable type for HOST_WIDE_INT"
70 /* Various printf format strings for HOST_WIDE_INT. */
100 # define HOST_WIDEST_INT HOST_WIDE_INT
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hwint.h 0 /* HOST_WIDE_INT definitions for the GNU compiler.
45 /* Set HOST_WIDE_INT. This should be the widest efficient host
55 # define HOST_WIDE_INT long
59 # define HOST_WIDE_INT long long
63 # define HOST_WIDE_INT __int64
65 #error "Unable to find a suitable type for HOST_WIDE_INT"
70 /* Various printf format strings for HOST_WIDE_INT. */
100 # define HOST_WIDEST_INT HOST_WIDE_INT

Completed in 93 milliseconds