Searched refs:last_out (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; local
95 last_out = zstream.total_out;
111 zstream.total_out, zstream.total_out - last_out);
113 if (write(fd_out, &buf_out, zstream.total_out - last_out) <
114 zstream.total_out - last_out) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dcws2fws.c24 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; local
88 last_out = zstream.total_out;
105 zstream.total_out-last_out);
107 if (write(fd_out, &buf_out, zstream.total_out - last_out) < zstream.total_out - last_out) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dusbhid.h90 unsigned long last_out; /* record of last output for timeouts */ member in struct:usbhid_device
H A Dhid-core.c319 usbhid->last_out = jiffies;
528 if (time_after(jiffies, usbhid->last_out + HZ * 5))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dlink.h94 * @last_out: ptr to last outbound message in queue
154 struct sk_buff *last_out; member in struct:link
H A Dlink.c669 l_ptr->last_out = NULL;
959 l_ptr->last_out->next = buf;
960 l_ptr->last_out = buf;
962 l_ptr->first_out = l_ptr->last_out = buf;
1031 link_bundle_buf(l_ptr, l_ptr->last_out, buf)) {
3188 tipc_printf(buf, "%u]", msg_seqno(buf_msg(l_ptr->last_out)));
3189 if ((mod(msg_seqno(buf_msg(l_ptr->last_out)) -
3192 (l_ptr->last_out->next != NULL)) {
3196 tipc_printf(buf, "last_out= %x ", l_ptr->last_out);
[all...]

Completed in 95 milliseconds