Searched refs:pld (Results 26 - 44 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dsimple_idct_neon.S70 pld [r0]
72 pld [r0, r1]
73 pld [r0, r1, lsl #1]
74 A pld [r3, -r1]
75 pld [r3]
76 pld [r3, r1]
78 pld [r3]
79 pld [r3, r1]
252 pld [\data]
253 pld [\dat
[all...]
H A Dh264dsp_neon.S1217 pld [r0]
1221 pld [r1]
1227 pld [r0]
1231 pld [r1]
1257 pld [r0]
1260 pld [r1]
1263 pld [r0]
1266 pld [r1]
1288 pld [r0]
1292 pld [r
[all...]
H A Dmdct_neon.S145 pld [r0, #-16]
149 pld [r2, #-16]
H A Dfft_neon.S106 pld [r0, #32]
H A Dfmtconvert_neon.S379 pld [r1, #16]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsimple_idct_neon.S70 pld [r0]
72 pld [r0, r1]
73 pld [r0, r1, lsl #1]
74 A pld [r3, -r1]
75 pld [r3]
76 pld [r3, r1]
78 pld [r3]
79 pld [r3, r1]
252 pld [\data]
253 pld [\dat
[all...]
H A Dvideodsp_armv5te.S27 pld [r0]
H A Dhpeldsp_armv6.S214 pld [r1, r2]
224 pld [r1, r2]
237 pld [r1, r2, lsl #1]
H A Dstartcode_armv6.S51 pld [PTR, #PRELOAD_DISTANCE*32]
116 pld [PTR, #(PRELOAD_DISTANCE+1)*32]
H A Dmdct_neon.S143 pld [r0, #-16]
147 pld [r2, #-16]
H A Dsbrdsp_neon.S129 pld [r2, #-32]
137 pld [r2, #-32]
H A Dfft_neon.S106 pld [r0, #32]
H A Dfmtconvert_neon.S377 pld [r1, #16]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/arm/
H A Dfloat_dsp_neon.S206 pld [r1, #16]
207 pld [r2, #16]
208 pld [r3, #16]
230 1: pld [r1, #32]
234 pld [r2, #-32]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Drx.c1086 * @pld: payload descriptor
1096 unsigned single_last, const struct i2400m_pld *pld,
1100 size_t pl_size = i2400m_pld_size(pld);
1101 enum i2400m_pt pl_type = i2400m_pld_type(pld);
1177 * @pld: payload descriptor
1187 const struct i2400m_pld *pld,
1192 size_t pl_size = i2400m_pld_size(pld);
1193 enum i2400m_pt pl_type = i2400m_pld_type(pld);
1262 num_pls * sizeof(msg_hdr->pld[0]);
1267 skb_len, num_pls, sizeof(msg_hdr->pld[
1095 i2400m_rx_payload(struct i2400m *i2400m, struct sk_buff *skb_rx, unsigned single_last, const struct i2400m_pld *pld, const void *payload) argument
1186 i2400m_rx_pl_descr_check(struct i2400m *i2400m, const struct i2400m_pld *pld, size_t pl_itr, size_t buf_size) argument
[all...]
H A Dtx.c178 * | pld 1 32 bytes (2 * 16) | | |
179 * | pld 0 | | | |
215 * | pld 11 /|\ |
217 * | pld 1 64 bytes (2 * 16) |
218 * | pld 0 | |
643 + le16_to_cpu(tx_msg->num_pls) * sizeof(tx_msg->pld[0]);
783 i2400m_pld_set(&tx_msg->pld[num_pls], buf_len, pl_type);
784 d_printf(3, dev, "pld 0x%08x (type 0x%1x len 0x%04zx\n",
785 le32_to_cpu(tx_msg->pld[num_pls].val),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dfcbuild.c212 fc_plogi_x_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
216 struct fc_logi_s *plogi = (struct fc_logi_s *) (pld);
313 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
317 return fc_plogi_x_build(fchs, pld, d_id, s_id, ox_id, port_name,
322 fc_plogi_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
326 return fc_plogi_x_build(fchs, pld, d_id, s_id, ox_id, port_name,
381 fc_prli_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
384 struct fc_prli_s *prli = (struct fc_prli_s *) (pld);
400 fc_prli_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
403 struct fc_prli_s *prli = (struct fc_prli_s *) (pld);
526 fc_adisc_parse(struct fchs_s *fchs, void *pld, u32 host_dap, wwn_t node_name, wwn_t port_name) argument
604 fc_logo_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, u16 ox_id) argument
[all...]
H A Drport.c1569 void *pld = bfa_fcxp_get_rspbuf(fcxp); local
1579 if (fc_adisc_rsp_parse((struct fc_adisc_s *)pld, rsp_len, rport->pwwn,
1587 ls_rjt = pld;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/wimax/
H A Di2400m.h322 struct i2400m_pld pld[0]; member in struct:i2400m_msg_hdr

Completed in 122 milliseconds

12