HomeSort by relevance Sort by last modified time
    Searched refs:lmin (Results 1 - 10 of 10) 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/openssh/
gss-genr.c 93 OM_uint32 lmin; local
109 gss_display_status(&lmin, ctxt->major,
115 gss_release_buffer(&lmin, &msg);
120 gss_display_status(&lmin, ctxt->minor,
126 gss_release_buffer(&lmin, &msg);
gss-serv.c 334 OM_uint32 lmin; local
346 gss_release_buffer(&lmin, &gssapi_client.displayname);
347 gss_release_buffer(&lmin, &gssapi_client.exportedname);
348 gss_release_cred(&lmin, &gssapi_client.creds);
  /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/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 518 int lmin = labels.getMinElement();
520 if ( lmin<smin && lmin>=Label.MIN_CHAR_VALUE ) {
    [all...]
  /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)
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 723 milliseconds