Searched refs:lc1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/ldns/
H A Ddname.c358 size_t lc1, lc2, lc1f, lc2f; local
380 lc1 = ldns_dname_label_count(dname1);
383 if (lc1 == 0 && lc2 == 0) {
386 if (lc1 == 0) {
392 lc1--;
397 lc1f = lc1;
434 if (lc1 == 0 && lc2 > 0) {
437 } else if (lc1 > 0 && lc2 == 0) {
440 } else if (lc1 == 0 && lc2 == 0) {
444 lc1
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dvar-tracking.c1288 location_chain lc1, lc2; local
1290 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->next)
1294 if (REG_P (lc1->loc) && REG_P (lc2->loc))
1296 if (REGNO (lc1->loc) == REGNO (lc2->loc))
1299 if (rtx_equal_p (lc1->loc, lc2->loc))

Completed in 130 milliseconds