Home
last modified time | relevance | path

Searched refs:lc1 (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
383 lc1 = ldns_dname_label_count(dname1); in ldns_dname_compare()
386 if (lc1 == 0 && lc2 == 0) { in ldns_dname_compare()
389 if (lc1 == 0) { in ldns_dname_compare()
395 lc1--; in ldns_dname_compare()
400 lc1f = lc1; 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()
447 lc1--; in ldns_dname_compare()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dasinh.c19 double lc1, lc3, ln2, lc4; member
53 .lc1 = 0x1.55555555170d4p-2,
119 float64x2_t odd_coeffs = vld1q_f64 (&d->lc1); in log_inline()
/freebsd/contrib/libfido2/src/
H A Diso7816.h26 uint8_t lc1;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td176 def LC1: Rc<3, "lc1", ["c3"]>, DwarfRegNum<[70]>;
207 def C3_2 : Rcc<2, "c3:2", [SA1, LC1], ["lc1:sa1"]>, DwarfRegNum<[69]>;