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

  /src/external/gpl3/gdb/dist/gdb/
sparc64-tdep.c 385 const int maxelts = 8; /* # of elements per line */
395 for (int i = maxelts; i > 0 && cnt > 0; i--, cnt--)
406 vaddr += maxelts;
384 const int maxelts = 8; \/* # of elements per line *\/ local
printcmd.c 1011 int maxelts;
1074 maxelts = 8;
1076 maxelts = 4;
1078 maxelts = 2;
1080 maxelts = 1;
1121 /* Print as many objects as specified in COUNT, at most maxelts per line,
1164 for (i = maxelts;
1008 int maxelts; local
  /src/external/gpl3/gdb.old/dist/gdb/
sparc64-tdep.c 385 const int maxelts = 8; /* # of elements per line */
395 for (int i = maxelts; i > 0 && cnt > 0; i--, cnt--)
406 vaddr += maxelts;
384 const int maxelts = 8; \/* # of elements per line *\/ local
printcmd.c 1011 int maxelts;
1074 maxelts = 8;
1076 maxelts = 4;
1078 maxelts = 2;
1080 maxelts = 1;
1121 /* Print as many objects as specified in COUNT, at most maxelts per line,
1164 for (i = maxelts;
1008 int maxelts; local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 9813 unsigned HOST_WIDE_INT maxelts;
9816 maxelts = tree_to_uhwi (typesize);
9817 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type)));
9820 maxelts = HOST_WIDE_INT_M1U;
9824 if (!maxelts)
9874 if (idx >= maxelts)
9881 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts)
9795 unsigned HOST_WIDE_INT maxelts; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 9352 unsigned HOST_WIDE_INT maxelts;
9355 maxelts = tree_to_uhwi (typesize);
9356 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type)));
9359 maxelts = HOST_WIDE_INT_M1U;
9363 if (!maxelts)
9413 if (idx >= maxelts)
9420 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts)
9334 unsigned HOST_WIDE_INT maxelts; local

Completed in 54 milliseconds