Searched refs:ldiff (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c495 int cdiff, ldiff, chdiff; local
536 ldiff = 0 - (l2 - l1);
539 ldiff = l1 - l2;
612 *orderp = ldiff;
613 if (ldiff < 0) {
615 } else if (ldiff > 0) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dname.c495 int cdiff, ldiff, chdiff; local
536 ldiff = 0 - (l2 - l1);
539 ldiff = l1 - l2;
612 *orderp = ldiff;
613 if (ldiff < 0) {
615 } else if (ldiff > 0) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c572 unsigned HOST_WIDE_INT labs_den = lden, lnegabs_rem, ldiff; local
584 &ldiff, &hdiff);
588 || (habs_rem == hdiff && labs_rem >= ldiff))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.cc572 unsigned HOST_WIDE_INT labs_den = lden, lnegabs_rem, ldiff; local
584 &ldiff, &hdiff);
588 || (habs_rem == hdiff && labs_rem >= ldiff))
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c5108 l_fp ldiff; /* val - last */ local
5124 ldiff = val;
5125 L_SUB(&ldiff, &last);
5127 if (L_ISGT(&ldiff, &minstep)) {
5131 LFPTOD(&ldiff, diff);

Completed in 235 milliseconds