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

/openbsd-current/lib/libfido2/src/
H A Diso7816.h26 uint8_t lc2;
H A Diso7816.c24 apdu->header.lc2 = (uint8_t)((payload_len >> 8) & 0xff);
/openbsd-current/usr.bin/tmux/
H A Dlayout.c872 struct layout_cell *lc, *lcparent, *lcnew, *lc1, *lc2; local
1008 lc2 = lc;
1011 lc2 = lcnew;
1020 layout_set_size(lc2, size2, sy, xoff + lc1->sx + 1, yoff);
1023 layout_set_size(lc2, sx, size2, xoff, yoff + lc1->sy + 1);
/openbsd-current/gnu/gcc/gcc/
H A Dvar-tracking.c1285 location_chain lc1, lc2; local
1289 for (lc2 = vp2->loc_chain; lc2; lc2 = lc2->next)
1291 if (REG_P (lc1->loc) && REG_P (lc2->loc))
1293 if (REGNO (lc1->loc) == REGNO (lc2->loc))
1296 if (rtx_equal_p (lc1->loc, lc2->loc))
1299 if (!lc2)

Completed in 183 milliseconds