Home
last modified time | relevance | path

Searched defs:lmin (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/
DCollatorDefault.cpp56 int lmin = lhsLength < rhsLength ? lhsLength : rhsLength; in collate() local
/external/webkit/Source/JavaScriptCore/runtime/
DUString.cpp240 const unsigned lmin = l1 < l2 ? l1 : l2; in operator <() local
259 const unsigned lmin = l1 < l2 ? l1 : l2; in operator >() local
/external/openssh/
Dgss-serv.c334 OM_uint32 lmin; in ssh_gssapi_userok() local
Dgss-genr.c93 OM_uint32 lmin; in ssh_gssapi_last_error() local
/external/iptables/iptables/
Dxtoptions.c175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); in xtopt_parse_int() local
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImpl.cpp502 const unsigned lmin = l1 < l2 ? l1 : l2; in codePointCompare() local