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()
1650 const int lmin = l1 < l2 ? l1 : l2; in operator <() local1654 while (l < lmin && *c1 == *c2) { in operator <()1659 if (l < lmin) in operator <()1669 const int lmin = l1 < l2 ? l1 : l2; in operator >() local1673 while (l < lmin && *c1 == *c2) { in operator >()1678 if (l < lmin) in operator >()1688 const int lmin = l1 < l2 ? l1 : l2; in compare() local1692 while (l < lmin && *c1 == *c2) { in compare()1698 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