HomeSort by: relevance | last modified time | path
    Searched defs:lenmax (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
sdiff.c 1150 lin llen, rlen, lenmax;
1159 lenmax = MAX (llen, rlen);
1165 lf_skip (diff, lenmax);
1167 lf_copy (diff, lenmax, stdout);
1174 lf_copy (diff, lenmax, stdout);
1145 lin llen, rlen, lenmax; local
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-strlen.cc 4113 const unsigned HOST_WIDE_INT lenmax local
4122 else if (maxlen < lenmax)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-strlen.cc 4086 const unsigned HOST_WIDE_INT lenmax local
4095 else if (maxlen < lenmax)

Completed in 59 milliseconds