Searched refs:ep1 (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/apr/include/ |
| HD | apr_ring.h | 228 #define APR_RING_SPLICE_BEFORE(lep, ep1, epN, link) do { \ argument 230 APR_RING_PREV((ep1), link) = APR_RING_PREV((lep), link); \ 231 APR_RING_NEXT(APR_RING_PREV((lep), link), link) = (ep1); \ 245 #define APR_RING_SPLICE_AFTER(lep, ep1, epN, link) do { \ argument 246 APR_RING_PREV((ep1), link) = (lep); \ 249 APR_RING_NEXT((lep), link) = (ep1); \ 286 #define APR_RING_SPLICE_HEAD(hp, ep1, epN, elem, link) \ argument 288 (ep1), (epN), link) 299 #define APR_RING_SPLICE_TAIL(hp, ep1, epN, elem, link) \ argument 301 (ep1), (epN), link) [all …]
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_enc_safte.c | 740 enc_element_t *ep, *ep1; in safte_fill_control_request() local 808 ep1 = &enc->enc_cache.elm_map[cfg->slotoff + i]; in safte_fill_control_request() 809 buf[1 + (3 * i)] = ep1->priv; in safte_fill_control_request() 810 buf[2 + (3 * i)] = ep1->priv >> 8; in safte_fill_control_request()
|
| /trueos/sys/gnu/dts/arm/ |
| HD | at91sam9rl.dtsi | 310 ep1 {
|
| HD | at91sam9x5.dtsi | 1079 ep1 {
|
| HD | sama5d4.dtsi | 135 ep1 {
|
| HD | at91sam9g45.dtsi | 1166 ep1 {
|
| HD | sama5d3.dtsi | 1305 ep1 {
|
| /trueos/contrib/gcc/ |
| HD | reload1.c | 3574 const struct elim_table_1 *ep1; in init_elim_table() local 3596 for (ep = reg_eliminate, ep1 = reg_eliminate_1; in init_elim_table() 3597 ep < ®_eliminate[NUM_ELIMINABLE_REGS]; ep++, ep1++) in init_elim_table() 3599 ep->from = ep1->from; in init_elim_table() 3600 ep->to = ep1->to; in init_elim_table()
|