Searched refs:edge_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_ti.c98 struct edge_buf { struct
129 struct edge_buf *ep_out_buf;
245 static struct edge_buf *edge_buf_alloc(unsigned int size);
246 static void edge_buf_free(struct edge_buf *eb);
247 static void edge_buf_clear(struct edge_buf *eb);
248 static unsigned int edge_buf_data_avail(struct edge_buf *eb);
249 static unsigned int edge_buf_space_avail(struct edge_buf *eb);
250 static unsigned int edge_buf_put(struct edge_buf *eb, const char *buf,
252 static unsigned int edge_buf_get(struct edge_buf *eb, char *buf,
2801 static struct edge_buf *edge_buf_allo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c1657 uint8_t edge_buf[(h+1)*stride]; local
1679 ff_emulated_edge_mc(edge_buf, src, stride, w+1, h+1, ix, iy, width, height);
1680 src = edge_buf;

Completed in 51 milliseconds