Home | History | Annotate | Download | only in gas

Lines Matching refs:nchars

829   unsigned int nchars;
838 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width;
844 for (idx = 0; idx < nchars; idx++)
859 while (src[cur] && idx < nchars)
877 for (; idx < nchars; idx++)
890 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1;
896 while (src[cur] && idx < nchars)