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

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 1786 int non_repeat = count % limit;
1787 if (non_repeat)
1789 memcpy (where, patt[non_repeat - 1], non_repeat);
1790 where += non_repeat;
1791 count -= non_repeat;
1785 int non_repeat = count % limit; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 1765 int non_repeat = count % limit;
1766 if (non_repeat)
1768 memcpy (where, patt[non_repeat - 1], non_repeat);
1769 where += non_repeat;
1770 count -= non_repeat;
1764 int non_repeat = count % limit; local

Completed in 31 milliseconds