Searched refs:ntry (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dsflash.c331 int ret = 0, ntry = 0; local
355 ntry++;
376 if (ntry <= ST_RETRIES)
397 if (ntry <= ST_RETRIES)
419 SFL_MSG(("sflash: pp rejected, ntry: %d,"
421 "%d\n", ntry, off, offset, len,
423 if (ntry <= ST_RETRIES)
444 SFL_MSG(("sflash: pp rejected, ntry: %d, off: %d/%d,"
446 ntry, off, offset, len, length, ret));
447 if (ntry <
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Doptions.h36 int ntry; /* Number of tries per URL */ member in struct:options
H A Dinit.c197 { "numtries", &opt.ntry, cmd_number_inf },/* deprecated*/
245 { "tries", &opt.ntry, cmd_number_inf },
297 opt.ntry = 20;
H A Dhttp.c2603 printwhat (count, opt.ntry);
2906 printwhat (count, opt.ntry);
2930 printwhat (count, opt.ntry);
2941 printwhat (count, opt.ntry);
2947 while (!opt.ntry || (count < opt.ntry));
H A Dftp.c1477 printwhat (count, opt.ntry);
1492 printwhat (count, opt.ntry);
1580 } while (!opt.ntry || (count < opt.ntry));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsmallft.c42 int ntry=0,i,j=-1; local
52 ntry=ntryh[j];
54 ntry+=2;
57 nq=nl/ntry;
58 nr=nl-ntry*nq;
62 ifac[nf+1]=ntry;
64 if(ntry!=2)goto L107;

Completed in 186 milliseconds