Searched refs:dsz (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc.h175 unsigned int dsz);
187 unsigned int dsz);
201 unsigned int dsz,
213 unsigned int dsz);
225 unsigned int dsz,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.h176 u32 dsz = msg_data_sz(msg); local
182 return dsz;
200 return dsz;
H A Dmsg.h753 int dsz = 0; local
757 dsz += msg_sect[i].iov_len;
758 return dsz;
773 int dsz, sz, hsz, pos, res, cnt; local
775 dsz = msg_calc_data_size(msg_sect, num_sect);
776 if (unlikely(dsz > TIPC_MAX_USER_MSG_SIZE)) {
782 sz = hsz + dsz;
786 return dsz;
805 return dsz;
H A Dport.c1358 int tipc_send_buf(u32 ref, struct sk_buff *buf, unsigned int dsz) argument
1373 sz = hsz + dsz;
1398 return dsz;
1483 unsigned int dsz,
1507 msg_set_size(msg, LONG_H_SIZE + dsz);
1525 return dsz;
1539 unsigned int dsz)
1545 return tipc_forward_buf2name(ref, dest, domain, buf, dsz, &orig,
1613 unsigned int dsz,
1634 msg_set_size(msg, DIR_MSG_H_SIZE + dsz);
1479 tipc_forward_buf2name(u32 ref, struct tipc_name const *name, u32 domain, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1535 tipc_send_buf2name(u32 ref, struct tipc_name const *dest, u32 domain, struct sk_buff *buf, unsigned int dsz) argument
1610 tipc_forward_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1656 tipc_send_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz) argument
[all...]
H A Dlink.c994 u32 dsz = msg_data_sz(msg); local
1015 return dsz;
1039 return dsz;
1051 return dsz;
1077 return dsz;
1300 u32 dsz = msg_data_sz(hdr); local
1315 rest = dsz;
1457 return dsz;
2544 u32 dsz = msg_data_sz(inmsg); local
2579 dsz
2698 u32 dsz = msg_data_sz(fragm); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Ddsputil_bfin.c42 int ff_bfin_z_sad8x8 (uint8_t *blk1, uint8_t *blk2, int dsz, int line_size, int h) attribute_l1_text;
43 int ff_bfin_z_sad16x16 (uint8_t *blk1, uint8_t *blk2, int dsz, int line_size, int h) attribute_l1_text;
H A Dpixels_bfin.S548 (uint8_t *blk1, uint8_t *blk2, int dsz, int line_size, int h)):
579 (uint8_t *blk1, uint8_t *blk2, int dsz, int line_size, int h)):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmotp.c2769 int dsz, rsz = rawotp[i + 1]; local
2783 dsz = rsz - 6;
2784 tsz += dsz;
2785 if (offset + dsz >= *len) {
2789 bcopy((char *)&rawotp[i + 2], &data[offset], dsz);
2790 offset += dsz;

Completed in 86 milliseconds