Home
last modified time | relevance | path

Searched refs:lc2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ldns/
H A Ddname.c361 size_t lc1, lc2, lc1f, lc2f; in ldns_dname_compare() local
384 lc2 = ldns_dname_label_count(dname2); in ldns_dname_compare()
386 if (lc1 == 0 && lc2 == 0) { in ldns_dname_compare()
392 if (lc2 == 0) { in ldns_dname_compare()
396 lc2--; in ldns_dname_compare()
408 lc2f = lc2; in ldns_dname_compare()
437 if (lc1 == 0 && lc2 > 0) { in ldns_dname_compare()
440 } else if (lc1 > 0 && lc2 == 0) { in ldns_dname_compare()
443 } else if (lc1 == 0 && lc2 == 0) { in ldns_dname_compare()
448 lc2--; in ldns_dname_compare()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dasinh.c18 float64x2_t lc0, lc2; member
54 .lc2 = V2 (-0x1.0000000399c27p-2),
121 float64x2_t y = vfmaq_laneq_f64 (d->lc2, r, odd_coeffs, 1); in log_inline()
/freebsd/contrib/libfido2/src/
H A Diso7816.h27 uint8_t lc2;
H A Diso7816.c25 apdu->header.lc2 = (uint8_t)((payload_len >> 8) & 0xff); in iso7816_new()