Home
last modified time | relevance | path

Searched refs:lc1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ldns/
Ddname.c358 size_t lc1, lc2, lc1f, lc2f; in ldns_dname_compare() local
380 lc1 = ldns_dname_label_count(dname1); in ldns_dname_compare()
383 if (lc1 == 0 && lc2 == 0) { in ldns_dname_compare()
386 if (lc1 == 0) { in ldns_dname_compare()
392 lc1--; in ldns_dname_compare()
397 lc1f = lc1; in ldns_dname_compare()
434 if (lc1 == 0 && lc2 > 0) { in ldns_dname_compare()
437 } else if (lc1 > 0 && lc2 == 0) { in ldns_dname_compare()
440 } else if (lc1 == 0 && lc2 == 0) { in ldns_dname_compare()
444 lc1--; in ldns_dname_compare()
/freebsd-10-stable/contrib/gcc/
Dvar-tracking.c1288 location_chain lc1, lc2; in variable_part_different_p() local
1290 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->next) in variable_part_different_p()
1294 if (REG_P (lc1->loc) && REG_P (lc2->loc)) in variable_part_different_p()
1296 if (REGNO (lc1->loc) == REGNO (lc2->loc)) in variable_part_different_p()
1299 if (rtx_equal_p (lc1->loc, lc2->loc)) in variable_part_different_p()
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.td132 def LC1 : Rc<3, "lc1">, DwarfRegNum<[70]>;