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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 3738 int i, counttrue = 0; local
3752 ++counttrue;
3762 /* If counttrue == nflgs, then all flags have been found. */
3763 return counttrue == nflgs;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 3746 int i, counttrue = 0; local
3760 ++counttrue;
3770 /* If counttrue == nflgs, then all flags have been found. */
3771 return counttrue == nflgs;

Completed in 19 milliseconds