Searched refs:lhssize (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
H A Dalias.c662 int lhssize, rhssize; local
817 lhssize = strlen(al.q_user);
838 bytes += lhssize + rhssize;
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-structalias.c2925 unsigned HOST_WIDE_INT lhssize; local
3007 lhssize = ~0;
3009 lhssize = TREE_INT_CST_LOW (lhstypesize);
3014 if (!do_simple_structure_copy (lhs, rhs, MIN (lhssize, rhssize)))
3026 do_rhs_deref_structure_copy (lhs, rhs, MIN (lhssize, rhssize));
3028 do_lhs_deref_structure_copy (lhs, rhs, MIN (lhssize, rhssize));

Completed in 119 milliseconds