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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dline.h86 struct line *lines, int nlines);
87 extern void lines_init(struct line *lines, int nlines, struct chan_opts *opts);
88 extern void close_lines(struct line *lines, int nlines);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Drwtop.pl22 my $nlines = 20;
142 if (++$count == $nlines) {
165 if (++$count == $nlines) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh/
H A Dncftpput_schedule.sh76 nlines=`wc -l < "$tmpfile"`
78 while [ "$i" -le "$nlines" ] ; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsmvjpegdec.c43 int src_linesize, int height, int nlines)
47 src += (nlines) * src_linesize * height;
54 int nlines)
71 src_linesizes[i], h, nlines);
42 smv_img_pnt_plane(uint8_t **dst, uint8_t *src, int src_linesize, int height, int nlines) argument
51 smv_img_pnt(uint8_t *dst_data[4], uint8_t *src_data[4], const int src_linesizes[4], enum PixelFormat pix_fmt, int width, int height, int nlines) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-finder.c846 size_t nlines, i; local
851 if (dwarf_getsrclines(&pf->cu_die, &lines, &nlines) != 0) {
856 for (i = 0; i < nlines && ret == 0; i++) {
885 int fd, line, nlines = -1; local
897 nlines = -errno;
901 nlines = -ENOMEM;
907 nlines = -errno;
914 nlines = 0;
919 nlines++;
928 return nlines;
936 size_t nlines, i; local
1281 size_t nlines, i; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dline.c481 void close_lines(struct line *lines, int nlines) argument
485 for(i = 0; i < nlines; i++)
652 struct line *lines, int nlines)
655 struct tty_driver *driver = alloc_tty_driver(nlines);
677 for(i = 0; i < nlines; i++) {
689 void lines_init(struct line *lines, int nlines, struct chan_opts *opts) argument
695 for(i = 0; i < nlines; i++) {
650 register_lines(struct line_driver *line_driver, const struct tty_operations *ops, struct line *lines, int nlines) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dless.c435 static void cap_cur_fline(int nlines) argument
441 cur_fline -= nlines;
587 static void buffer_down(int nlines) argument
589 cur_fline += nlines;
591 cap_cur_fline(nlines);
595 static void buffer_up(int nlines) argument
597 cur_fline -= nlines;

Completed in 200 milliseconds