Home
last modified time | relevance | path

Searched refs:lenmax (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsdiff.c1145 lin llen, rlen, lenmax; in interact() local
1154 lenmax = MAX (llen, rlen); in interact()
1160 lf_skip (diff, lenmax); in interact()
1162 lf_copy (diff, lenmax, stdout); in interact()
1169 lf_copy (diff, lenmax, stdout); in interact()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc2063 unsigned HOST_WIDE_INT lenmax = tree_to_uhwi (max_object_size ()) - 2; in get_string_length() local
2065 && (!lendata.maxbound || lenmax <= tree_to_uhwi (lendata.maxbound)) in get_string_length()
2066 && lenmax <= tree_to_uhwi (lendata.maxlen)) in get_string_length()
H A Dtree-ssa-strlen.cc4086 const unsigned HOST_WIDE_INT lenmax in get_len_or_size() local
4095 else if (maxlen < lenmax) in get_len_or_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c2053 unsigned HOST_WIDE_INT lenmax = tree_to_uhwi (max_object_size ()) - 2; in get_string_length() local
2055 && (!lendata.maxbound || lenmax <= tree_to_uhwi (lendata.maxbound)) in get_string_length()
2056 && lenmax <= tree_to_uhwi (lendata.maxlen)) in get_string_length()
H A Dtree-ssa-strlen.c4174 const unsigned HOST_WIDE_INT lenmax in get_len_or_size() local
4183 else if (maxlen < lenmax) in get_len_or_size()