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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsflash.c342 int ret = 0, ntry = 0; local
366 ntry++;
387 if (ntry <= ST_RETRIES)
408 if (ntry <= ST_RETRIES)
430 SFL_MSG(("sflash: pp rejected, ntry: %d,"
432 "%d\n", ntry, off, offset, len,
434 if (ntry <= ST_RETRIES)
455 SFL_MSG(("sflash: pp rejected, ntry: %d, off: %d/%d,"
457 ntry, off, offset, len, length, ret));
458 if (ntry <
[all...]
H A Dccsflash.c370 int ret = 0, ntry = 0; local
393 ntry++;
414 if (ntry <= ST_RETRIES)
435 if (ntry <= ST_RETRIES)
457 SFL_MSG(("sflash: pp rejected, ntry: %d,"
459 "%d\n", ntry, off, offset, len,
461 if (ntry <= ST_RETRIES)
482 SFL_MSG(("ccsflash: pp rejected, ntry: %d, off: %d/%d,"
484 ntry, off, offset, len, length, ret));
485 if (ntry <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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.c2619 printwhat (count, opt.ntry);
2922 printwhat (count, opt.ntry);
2946 printwhat (count, opt.ntry);
2957 printwhat (count, opt.ntry);
2963 while (!opt.ntry || (count < opt.ntry));
H A Dftp.c1484 printwhat (count, opt.ntry);
1499 printwhat (count, opt.ntry);
1587 } while (!opt.ntry || (count < opt.ntry));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/gl860/
H A Dgl860.c651 u8 probe, nb26, nb96, nOV, ntry; local
677 for (ntry = 0; ntry < 4; ntry++) {
695 for (ntry = 0; ntry < 4; ntry++) {
/netgear-R7000-V1.0.7.12_1.2.5/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 84 milliseconds