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

  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 2098 unsigned HOST_WIDE_INT bitsize, maxbitsize;
2137 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT
2142 maxbitsize = (maxbitsize + BITS_PER_UNIT - 1) & ~(BITS_PER_UNIT - 1);
2145 maxbitsize = bitsize;
2158 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT
2161 maxbitsize = bitsize;
2168 gcc_assert (maxbitsize % BITS_PER_UNIT == 0);
2178 || GET_MODE_BITSIZE (mode) > maxbitsize
2195 if (bsz <= maxbitsize)
2094 unsigned HOST_WIDE_INT bitsize, maxbitsize; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 2062 unsigned HOST_WIDE_INT bitsize, maxbitsize;
2101 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT
2106 maxbitsize = (maxbitsize + BITS_PER_UNIT - 1) & ~(BITS_PER_UNIT - 1);
2109 maxbitsize = bitsize;
2122 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT
2125 maxbitsize = bitsize;
2132 gcc_assert (maxbitsize % BITS_PER_UNIT == 0);
2142 || GET_MODE_BITSIZE (mode) > maxbitsize
2058 unsigned HOST_WIDE_INT bitsize, maxbitsize; local

Completed in 34 milliseconds