Searched refs:ep1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_ring.h219 * Splice the sequence ep1..epN into the ring before element lep
220 * (..lep.. becomes ..ep1..epN..lep..)
224 * @param ep1 First element in the sequence to splice in
228 #define APR_RING_SPLICE_BEFORE(lep, ep1, epN, link) do { \
230 APR_RING_PREV((ep1), link) = APR_RING_PREV((lep), link); \
231 APR_RING_NEXT(APR_RING_PREV((lep), link), link) = (ep1); \
236 * Splice the sequence ep1..epN into the ring after element lep
237 * (..lep.. becomes ..lep..ep1..epN..)
241 * @param ep1 First element in the sequence to splice in
245 #define APR_RING_SPLICE_AFTER(lep, ep1, ep
[all...]
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_enc_safte.c736 enc_element_t *ep, *ep1; local
804 ep1 = &enc->enc_cache.elm_map[cfg->slotoff + i];
805 buf[1 + (3 * i)] = ep1->priv;
806 buf[2 + (3 * i)] = ep1->priv >> 8;
/freebsd-11.0-release/contrib/gcc/
H A Dreload1.c3589 const struct elim_table_1 *ep1;
3611 for (ep = reg_eliminate, ep1 = reg_eliminate_1;
3612 ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++, ep1++)
3614 ep->from = ep1->from;
3615 ep->to = ep1->to;
3574 const struct elim_table_1 *ep1; local

Completed in 140 milliseconds