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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dse401.c733 unsigned char *framedata=frame->data, *curline, *nextline; local
763 nextline=curline+linelength;
764 if (nextline >= framedata+datasize*3)
765 nextline=curline;
771 nextline+=linelength*2;
775 nextline-=3;
780 if (nextline >= framedata+datasize*3)
781 nextline=curline;
787 *(nextline+2)=*data;
788 *(nextline
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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 189 milliseconds