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

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
select_inc.c 27 #define compare_string SUFFIX(compare_string) macro
75 if (compare_string (table->high_len, table->high,
89 if (compare_string (t->low_len, t->low, selector_len, selector) <= 0)
108 i = compare_string (t->low_len, t->low, selector_len, selector);
129 if (compare_string (selector_len, selector, t->high_len, t->high) <= 0)
select_inc.c 27 #define compare_string SUFFIX(compare_string) macro
75 if (compare_string (table->high_len, table->high,
89 if (compare_string (t->low_len, t->low, selector_len, selector) <= 0)
108 i = compare_string (t->low_len, t->low, selector_len, selector);
129 if (compare_string (selector_len, selector, t->high_len, t->high) <= 0)
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
select_inc.c 27 #define compare_string SUFFIX(compare_string) macro
75 if (compare_string (table->high_len, table->high,
89 if (compare_string (t->low_len, t->low, selector_len, selector) <= 0)
108 i = compare_string (t->low_len, t->low, selector_len, selector);
129 if (compare_string (selector_len, selector, t->high_len, t->high) <= 0)
select_inc.c 27 #define compare_string SUFFIX(compare_string) macro
75 if (compare_string (table->high_len, table->high,
89 if (compare_string (t->low_len, t->low, selector_len, selector) <= 0)
108 i = compare_string (t->low_len, t->low, selector_len, selector);
129 if (compare_string (selector_len, selector, t->high_len, t->high) <= 0)
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
string_intrinsics_inc.c 37 #define compare_string SUFFIX(compare_string) macro
83 compare_string (gfc_charlen_type len1, const CHARTYPE *s1, function
132 iexport(compare_string); variable
444 if (op * compare_string (reslen, res, nextlen, next) < 0)
string_intrinsics_inc.c 37 #define compare_string SUFFIX(compare_string) macro
83 compare_string (gfc_charlen_type len1, const CHARTYPE *s1, function
132 iexport(compare_string); variable
444 if (op * compare_string (reslen, res, nextlen, next) < 0)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
string_intrinsics_inc.c 37 #define compare_string SUFFIX(compare_string) macro
83 compare_string (gfc_charlen_type len1, const CHARTYPE *s1, function
132 iexport(compare_string); variable
444 if (op * compare_string (reslen, res, nextlen, next) < 0)
string_intrinsics_inc.c 37 #define compare_string SUFFIX(compare_string) macro
83 compare_string (gfc_charlen_type len1, const CHARTYPE *s1, function
132 iexport(compare_string); variable
444 if (op * compare_string (reslen, res, nextlen, next) < 0)
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 1486 extern int compare_string (gfc_charlen_type, const char *,
1488 iexport_proto(compare_string); variable
libgfortran.h 1486 extern int compare_string (gfc_charlen_type, const char *,
1488 iexport_proto(compare_string); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 1482 extern int compare_string (gfc_charlen_type, const char *,
1484 iexport_proto(compare_string); variable
libgfortran.h 1482 extern int compare_string (gfc_charlen_type, const char *,
1484 iexport_proto(compare_string); variable

Completed in 143 milliseconds