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

  /src/external/gpl3/binutils/dist/gas/
expr.c 272 int too_many_digits = 0; /* If we see >= this number of. */
357 too_many_digits = valuesize + 1;
360 too_many_digits = (valuesize + 2) / 3 + 1;
363 too_many_digits = (valuesize + 3) / 4 + 1;
366 too_many_digits = (valuesize + 11) / 4; /* Very rough. */
380 small = (input_line_pointer - start - 1) < too_many_digits;
268 int too_many_digits = 0; \/* If we see >= this number of. *\/ local
  /src/external/gpl3/binutils.old/dist/gas/
expr.c 275 int too_many_digits = 0; /* If we see >= this number of. */
360 too_many_digits = valuesize + 1;
363 too_many_digits = (valuesize + 2) / 3 + 1;
366 too_many_digits = (valuesize + 3) / 4 + 1;
369 too_many_digits = (valuesize + 11) / 4; /* Very rough. */
383 small = (input_line_pointer - start - 1) < too_many_digits;
271 int too_many_digits = 0; \/* If we see >= this number of. *\/ local

Completed in 14 milliseconds