Searched refs:lmin (Results 1 – 4 of 4) sorted by relevance
56 int lmin = lhsLength < rhsLength ? lhsLength : rhsLength; in collate() local58 while (l < lmin && *lhs == *rhs) { in collate()64 if (l < lmin) in collate()
666 const int lmin = l1 < l2 ? l1 : l2; in operator <() local670 while (l < lmin && *c1 == *c2) { in operator <()675 if (l < lmin) in operator <()685 const int lmin = l1 < l2 ? l1 : l2; in operator >() local689 while (l < lmin && *c1 == *c2) { in operator >()694 if (l < lmin) in operator >()704 const int lmin = l1 < l2 ? l1 : l2; in compare() local708 while (l < lmin && *c1 == *c2) { in compare()714 if (l < lmin) in compare()
66 long int lmin; \91 lmin = min; \96 MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack), lmin); \
11649 gertelman gPt@lmin