HomeSort by relevance Sort by last modified time
    Searched refs:lmin (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
CollatorDefault.cpp 56 int lmin = lhsLength < rhsLength ? lhsLength : rhsLength;
58 while (l < lmin && *lhs == *rhs) {
64 if (l < lmin)
  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 240 const unsigned lmin = l1 < l2 ? l1 : l2; local
244 while (l < lmin && *c1 == *c2) {
249 if (l < lmin)
259 const unsigned lmin = l1 < l2 ? l1 : l2;
263 while (l < lmin && *c1 == *c2) {
268 if (l < lmin)
  /external/bison/src/
output.c 66 long int lmin; \
91 lmin = min; \
96 MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack), lmin); \
  /external/iptables/iptables/
xtoptions.c 175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); local
179 lmin = cb->entry->min;
183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax))
187 cb->ext_name, entry->name, lmin, lmax);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 502 const unsigned lmin = l1 < l2 ? l1 : l2; local
506 while (pos < lmin && *c1 == *c2) {
512 if (pos < lmin)

Completed in 418 milliseconds