Searched refs:lmin (Results 1 – 6 of 6) 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()
240 const unsigned lmin = l1 < l2 ? l1 : l2; in operator <() local244 while (l < lmin && *c1 == *c2) { in operator <()249 if (l < lmin) in operator <()259 const unsigned lmin = l1 < l2 ? l1 : l2; in operator >() local263 while (l < lmin && *c1 == *c2) { in operator >()268 if (l < lmin) in operator >()
66 long int lmin; \91 lmin = min; \96 MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack), lmin); \
175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); in xtopt_parse_int() local179 lmin = cb->entry->min; in xtopt_parse_int()183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax)) in xtopt_parse_int()187 cb->ext_name, entry->name, lmin, lmax); in xtopt_parse_int()
502 const unsigned lmin = l1 < l2 ? l1 : l2; in codePointCompare() local506 while (pos < lmin && *c1 == *c2) { in codePointCompare()512 if (pos < lmin) in codePointCompare()
11649 gertelman gPt@lmin