Home
last modified time | relevance | path

Searched refs:equal_length (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dadj_test.cpp32 static int equal_length(const char* v1_, const char* v2_);
77 location = adjacent_find(v.begin(), v.end(), equal_length); in adjfind2()
81 int AdjTest::equal_length(const char* v1_, const char* v2_) in equal_length() function in AdjTest
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dcompletion.i160 int equal_length=strlen(suggest); in list_matches() local
167 if(length < equal_length) { in list_matches()
168 equal_length = length; in list_matches()
173 suggest[equal_length]=0; in list_matches()
175 (gchar *) (p->data), equal_length, suggest); in list_matches()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/
H A DAbstractMatching.java189 int equal_length= rd.leftStart(); in handleRangeDifferencer() local
191 while (cur_pos_left < equal_length) { in handleRangeDifferencer()
/dports/devel/py-apispec/apispec-5.1.1/tests/
H A Dtest_ext_marshmallow_openapi.py622 equal_length = fields.Str( variable in TestFieldValidation.ValidationSchema
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPrintObject.cpp84 bool equal_length = instances.size() == m_instances.size(); in set_instances() local
85 … bool equal = equal_length && std::equal(instances.begin(), instances.end(), m_instances.begin(), in set_instances()
90 (! equal_length && m_print->invalidate_step(psWipeTower))) in set_instances()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dprimary.c1166 bool equal_length = false; in match_string_constant() local
1169 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c4923 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
5000 *equal_length = true; in gfc_resolve_substring()
5110 bool equal_length; in resolve_ref() local
5133 equal_length = false; in resolve_ref()
5134 if (!gfc_resolve_substring (*prev, &equal_length)) in resolve_ref()
5137 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in resolve_ref()
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dprimary.c1166 bool equal_length = false; in match_string_constant() local
1169 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c4914 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
4991 *equal_length = true; in gfc_resolve_substring()
5101 bool equal_length; in resolve_ref() local
5124 equal_length = false; in resolve_ref()
5125 if (!gfc_resolve_substring (*prev, &equal_length)) in resolve_ref()
5128 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in resolve_ref()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dprimary.c1184 bool equal_length = false; in match_string_constant() local
1187 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c5142 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
5219 *equal_length = true; in gfc_resolve_substring()
5326 bool equal_length; in gfc_resolve_ref() local
5349 equal_length = false; in gfc_resolve_ref()
5350 if (!gfc_resolve_substring (*prev, &equal_length)) in gfc_resolve_ref()
5353 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in gfc_resolve_ref()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dprimary.c1184 bool equal_length = false; in match_string_constant() local
1187 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c5091 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
5168 *equal_length = true; in gfc_resolve_substring()
5275 bool equal_length; in gfc_resolve_ref() local
5298 equal_length = false; in gfc_resolve_ref()
5299 if (!gfc_resolve_substring (*prev, &equal_length)) in gfc_resolve_ref()
5302 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in gfc_resolve_ref()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dprimary.c1205 bool equal_length = false; in match_string_constant() local
1208 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c5045 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
5122 *equal_length = true; in gfc_resolve_substring()
5232 bool equal_length; in gfc_resolve_ref() local
5255 equal_length = false; in gfc_resolve_ref()
5256 if (!gfc_resolve_substring (*prev, &equal_length)) in gfc_resolve_ref()
5259 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in gfc_resolve_ref()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dprimary.c1184 bool equal_length = false; in match_string_constant() local
1187 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c5080 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
5157 *equal_length = true; in gfc_resolve_substring()
5264 bool equal_length; in gfc_resolve_ref() local
5287 equal_length = false; in gfc_resolve_ref()
5288 if (!gfc_resolve_substring (*prev, &equal_length)) in gfc_resolve_ref()
5291 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in gfc_resolve_ref()
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dprimary.c1205 bool equal_length = false; in match_string_constant() local
1208 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c5036 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
5113 *equal_length = true; in gfc_resolve_substring()
5223 bool equal_length; in gfc_resolve_ref() local
5246 equal_length = false; in gfc_resolve_ref()
5247 if (!gfc_resolve_substring (*prev, &equal_length)) in gfc_resolve_ref()
5250 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in gfc_resolve_ref()
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dprimary.c1184 bool equal_length = false; in match_string_constant() local
1187 if (!gfc_resolve_substring (e->ref, &equal_length)) in match_string_constant()
H A Dresolve.c5080 gfc_resolve_substring (gfc_ref *ref, bool *equal_length) in gfc_resolve_substring() argument
5157 *equal_length = true; in gfc_resolve_substring()
5264 bool equal_length; in gfc_resolve_ref() local
5287 equal_length = false; in gfc_resolve_ref()
5288 if (!gfc_resolve_substring (*prev, &equal_length)) in gfc_resolve_ref()
5291 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in gfc_resolve_ref()
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/
H A Dwpc_autouv.erl952 St1 = equal_length(Op,St0),
1156 equal_length(Op,St) -> function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A DChangeLog829 * resolve.c (resolve_array_ref): Add equal_length argument; set it
H A Dresolve.c4883 resolve_substring (gfc_ref *ref, bool *equal_length) in resolve_substring() argument
4960 *equal_length = true; in resolve_substring()
5070 bool equal_length; in resolve_ref() local
5093 equal_length = false; in resolve_ref()
5094 if (!resolve_substring (*prev, &equal_length)) in resolve_ref()
5097 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in resolve_ref()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dresolve.c5028 resolve_substring (gfc_ref *ref, bool *equal_length) in resolve_substring() argument
5105 *equal_length = true; in resolve_substring()
5215 bool equal_length; in gfc_resolve_ref() local
5238 equal_length = false; in gfc_resolve_ref()
5239 if (!resolve_substring (*prev, &equal_length)) in gfc_resolve_ref()
5242 if (expr->expr_type != EXPR_SUBSTRING && equal_length) in gfc_resolve_ref()

12