Searched refs:nextline (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dse401.c740 unsigned char *framedata = frame->data, *curline, *nextline; local
770 nextline = curline + linelength;
771 if (nextline >= framedata+datasize * 3)
772 nextline = curline;
778 nextline += linelength*2;
782 nextline -= 3;
787 if (nextline >= framedata+datasize*3)
788 nextline = curline;
794 *(nextline + 2) = *data;
795 *(nextline
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.c497 goto nextline;
504 if(!found) goto nextline;
506 nextline:
650 goto nextline;
657 if(!found) goto nextline;
659 nextline:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java297 String nextline = null;
299 nextline = stdin.readLine();
304 String[] words = nextline.split("\\s");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqx.c402 const int nextline = y < height - 1 ? src32_linesize : 0; local
410 src32[prevcol + nextline], src32[nextline], src32[nextline + nextcol]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinetd.c511 static char *nextline(void) function
547 cp = nextline();
618 while ((cp = nextline()) && *cp == '#') /* skip comment line */;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex98 \begin{description} %[style=nextline]
H A D04-codec.tex611 \begin{description} %[style=nextline]

Completed in 131 milliseconds