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

  /src/external/gpl3/gdb/dist/sim/cris/
dv-cris.c 248 uint32_t vecsize; local
254 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);
256 if ((vecsize % 2) != 0)
260 = hw_malloc (me, (vecsize/2 + 1) * sizeof (crishw->int_to_vec[0]));
262 for (i = 0; i < vecsize/2; i++)
  /src/external/gpl3/gdb.old/dist/sim/cris/
dv-cris.c 248 uint32_t vecsize; local
254 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);
256 if ((vecsize % 2) != 0)
260 = hw_malloc (me, (vecsize/2 + 1) * sizeof (crishw->int_to_vec[0]));
262 for (i = 0; i < vecsize/2; i++)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 4336 unsigned HOST_WIDE_INT vecsize; local
4339 || (vecsize = tree_to_uhwi (size)) > maxsize)
4351 if (vecsize % tree_to_uhwi (TYPE_SIZE_UNIT (type)))
4358 if (vecsize == 0)
4365 unsigned HOST_WIDE_INT nunits = vecsize / tree_to_uhwi (TYPE_SIZE_UNIT (type));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 4670 unsigned HOST_WIDE_INT vecsize; local
4673 || (vecsize = tree_to_uhwi (size)) > maxsize)
4685 if (vecsize % tree_to_uhwi (TYPE_SIZE_UNIT (type)))
4692 if (vecsize == 0)
4699 unsigned HOST_WIDE_INT nunits = vecsize / tree_to_uhwi (TYPE_SIZE_UNIT (type));

Completed in 37 milliseconds