HomeSort by: relevance | last modified time | path
    Searched refs:num_matches (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 899 int num_matches = 0; local
991 num_matches = 1;
997 num_matches++;
1006 else if (num_matches > 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 895 int num_matches = 0; local
987 num_matches = 1;
993 num_matches++;
1002 else if (num_matches > 1)
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 3678 int num_matches = 0; local
3800 num_matches++;
3874 Jim_SetResultInt(interp, num_matches);
3895 int num_matches = 0; local
4028 num_matches++;
4127 Jim_SetResultInt(interp, num_matches);

Completed in 71 milliseconds