Searched refs:num_lines (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcapistd.c65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
H A Djpeglib.h970 JDIMENSION num_lines));
979 JDIMENSION num_lines));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dvac-ops.h93 unsigned int num_lines; /* Number of cache lines */ member in struct:sun4c_vac_props
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dv850e2_cache.c76 u32 num_lines = (end - start) >> V850E2_CACHE_LINE_SIZE_BITS;
80 V850E2_CACHE_CCNT = num_lines - 1;
75 u32 num_lines = (end - start) >> V850E2_CACHE_LINE_SIZE_BITS; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dra_token.l53 rayytext, num_lines)
66 static int num_lines = 1;
156 {nl} {num_lines++;}
H A Ddad_token.l52 ifyytext, num_lines)
77 static int num_lines = 0;
184 {nl} {num_lines++;}
H A Dserver6_token.l53 int num_lines = 1;
128 \n {num_lines++;}
136 dprintf(LOG_ERR, "invalid address in line %d", num_lines);
H A Dlease_token.l78 yytext, num_lines)
88 static int num_lines = 1;
139 {nl} {num_lines++; BEGIN INITIAL;}
264 lease_rec->lease_addr.plen, num_lines);
436 lease_rec->lease_addr.plen, num_lines);
H A Dradvd_token.l62 yytext, num_lines)
83 static int num_lines = 0;
106 num_lines++;}
H A Dresolv_token.l56 yytext, num_lines)
66 static int num_lines = 0;
95 num_lines++;}
H A Dserver6_parse.y52 extern int num_lines;
388 dprintf(LOG_ERR, "invalid prefix length in line %d", num_lines);
432 dprintf(LOG_ERR, "invalid prefix length in line %d", num_lines);
734 dprintf(LOG_ERR, "invalid prefix length in line %d", num_lines);
982 dprintf(LOG_ERR, "%s in line %d: %s ", msg, num_lines, sfyytext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.l24 int num_lines = 1;
41 \n {num_lines++;}
95 num_lines);
H A Dgram.y29 extern int num_lines;
387 conf_file, num_lines);
423 flog(LOG_ERR, "invalid prefix length in %s, line %d", conf_file, num_lines);
434 flog(LOG_ERR, "invalid all-zeros prefix in %s, line %d", conf_file, num_lines);
437 dlog(LOG_DEBUG, 5, "all-zeros prefix in %s, line %d, parsing..", conf_file, num_lines);
452 flog(LOG_ERR, "%s: inet_ntop failed in %s, line %d!", ifa->ifa_name, conf_file, num_lines);
491 flog(LOG_WARNING, "prefix automatically selected, AdvRouterAddr always enabled, ignoring config line %d", num_lines);
543 flog(LOG_ERR, "invalid route prefix length in %s, line %d", conf_file, num_lines);
697 flog(LOG_ERR, "%s in %s, line %d: %s", msg, conf_file, num_lines, yytext);
H A Dscanner.c1833 int num_lines = 1; variable
2082 {num_lines++;}
2281 num_lines);
H A Dgram.c181 extern int num_lines;
1941 conf_file, num_lines);
1978 flog(LOG_ERR, "invalid prefix length in %s, line %d", conf_file, num_lines);
1989 flog(LOG_ERR, "invalid all-zeros prefix in %s, line %d", conf_file, num_lines);
1992 dlog(LOG_DEBUG, 5, "all-zeros prefix in %s, line %d, parsing..", conf_file, num_lines);
2007 flog(LOG_ERR, "%s: inet_ntop failed in %s, line %d!", ifa->ifa_name, conf_file, num_lines);
2045 flog(LOG_WARNING, "prefix automatically selected, AdvRouterAddr always enabled, ignoring config line %d", num_lines);
2108 flog(LOG_ERR, "invalid route prefix length in %s, line %d", conf_file, num_lines);
2475 flog(LOG_ERR, "%s in %s, line %d: %s", msg, conf_file, num_lines, yytext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/intl/
H A Dlang_tdb.c33 int num_lines, i; local
37 lines = file_lines_load(msg_file, &num_lines);
50 for (i=0;i<num_lines;i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dvia_dmablit.c110 for (cur_line = 0; cur_line < xfer->num_lines; ++cur_line) {
230 vsg->num_pages = VIA_PFN(xfer->mem_addr + (xfer->num_lines * xfer->mem_stride -1)) -
589 if (xfer->num_lines <= 0 || xfer->line_length <= 0) {
609 xfer->mem_stride *= xfer->num_lines;
612 xfer->num_lines = 1;
620 if (xfer->num_lines > 2048 || (xfer->num_lines*xfer->mem_stride > (2048*2048*4))) {
644 ((xfer->num_lines > 1) && ((xfer->mem_stride & 3) != (xfer->fb_stride & 3)))) {
651 ((xfer->num_lines > 1) &&
H A Dvia_drm.h260 uint32_t num_lines; member in struct:drm_via_dmablit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat.c147 int num_lines; member in struct:table_hdr
179 th.num_lines = h+1;
187 for (h = 1; h <= th.num_lines; h++) {
201 for (i = 0; i < th->num_lines; i++) {
H A Dlnstat_util.c41 int j, num_lines = 0; local
50 num_lines++;
63 return num_lines;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c357 sun4c_vacinfo.num_lines =

Completed in 155 milliseconds