Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c495 int cdiff, ldiff, chdiff; in dns_name_fullcompare() local
536 ldiff = 0 - (l2 - l1); in dns_name_fullcompare()
539 ldiff = l1 - l2; in dns_name_fullcompare()
612 *orderp = ldiff; in dns_name_fullcompare()
613 if (ldiff < 0) { in dns_name_fullcompare()
615 } else if (ldiff > 0) { in dns_name_fullcompare()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dname.c359 int cdiff, ldiff, diff; in dns_name_ishostname()
399 ldiff = 0 - (l2 - l1); in dns_name_iswildcard()
402 ldiff = l1 - l2; in dns_name_iswildcard()
436 *orderp = ldiff; in dns_name_internalwildcard()
437 if (ldiff < 0) { in dns_name_internalwildcard()
439 } else if (ldiff > 0) { in dns_name_internalwildcard()
495 int cdiff, ldiff, chdiff; dns_name_fullcompare() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.cc572 unsigned HOST_WIDE_INT labs_den = lden, lnegabs_rem, ldiff; in div_and_round_double() local
584 &ldiff, &hdiff); in div_and_round_double()
588 || (habs_rem == hdiff && labs_rem >= ldiff)) in div_and_round_double()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c572 unsigned HOST_WIDE_INT labs_den = lden, lnegabs_rem, ldiff; in div_and_round_double() local
584 &ldiff, &hdiff); in div_and_round_double()
588 || (habs_rem == hdiff && labs_rem >= ldiff)) in div_and_round_double()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/
H A DChangeLog58 * ldap/init.ldif: Add space to make valid ldiff file, from Buchan