Searched refs:cnt (Results 701 - 725 of 971) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_ioc.c730 int cnt = 0; local
735 while (r32 && (cnt < BFA_SEM_SPINCNT)) {
736 cnt++;
744 bfa_assert(cnt < BFA_SEM_SPINCNT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_vou.c1055 static int cnt; local
1080 "IRQ status 0x%x -> 0x%x, VOU status 0x%x, cnt %d\n",
1081 irq_status, masked, vou_status, cnt);
1083 cnt++;
1100 __func__, cnt);
H A Dpms.c631 int cnt = 0; local
650 cnt -= dev->height;
651 while (cnt <= 0) {
658 cnt += dev->height;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dio.h302 word cnt ; member in struct:__anon11841
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddrx397xD.c337 int cnt = 1000; local
342 while (cnt--) {
368 int rc, cnt = 1000; local
384 } while (--cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni52.c843 int cnt = 0; local
890 printk("%d", cnt++);
914 int status, cnt = 0; local
975 printk("%d", cnt++);
H A Dsun3_82586.c687 int cnt=0; local
738 printk("%d",cnt++);
760 int status,cnt=0; local
828 printk("%d",cnt++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Ddir.c720 int cnt; local
724 err = ncp_search_for_fileset(server, &seq, &more, &cnt, buf, bufsize, &rpl, &rpls);
727 if (!cnt) /* prevent endless loop */
729 while (cnt--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_init.c97 uint16_t cnt; local
101 for (cnt = 0; cnt < RESPONSE_QUEUE_DEPTH; cnt++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dadv_pci_dio.c593 int cnt, tout, ok = 0; local
595 for (cnt = 0; cnt < repeats; cnt++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dfile.c630 if (nn >= bu->cnt) {
740 if (bu->cnt) {
746 bu->buf_len = bu->zbranch[bu->cnt - 1].offs +
747 bu->zbranch[bu->cnt - 1].len -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c807 unsigned long cnt; local
825 cnt = write->wr_buflen;
833 &cnt, &write->wr_how_written);
837 write->wr_bytes_written = cnt;
H A Dnfs3proc.c192 unsigned long cnt = argp->len; local
205 &cnt,
207 resp->count = cnt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipxcp.c681 #define ACKCICHARS(opt, neg, val, cnt) \
683 int indx, count = cnt; \
904 #define REJCICHARS(opt, neg, val, cnt) \
906 int indx, count = cnt; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dtiny_ssim.c117 int width, int height, void *buf, int *cnt )
137 // *cnt = (height-1) * (width-1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_tty.c853 int head, seen_alnums, cnt; local
910 cnt = (tty->read_head - head) & (N_TTY_BUF_SIZE-1);
913 tty->read_cnt -= cnt;
921 /* if cnt > 1, output a multi-byte character */
923 while (--cnt > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dshdma.c113 int cnt = ((chcr & pdata->ts_low_mask) >> pdata->ts_low_shift) | local
116 if (cnt >= pdata->ts_shift_num)
117 cnt = 0;
119 return pdata->ts_shift[cnt];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events_filter.c115 unsigned int cnt; member in struct:filter_parse_state::__anon18805
843 ps->infix.cnt = strlen(infix_string);
852 ps->infix.cnt--;
867 ps->infix.cnt--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_dump.c387 int i, cnt;
390 cnt = (ntohs (nl->header.length) - (OSPF_LSA_HEADER_SIZE + 4)) / 4;
399 zlog_info (" # Attached Routers %d", cnt);
400 for (i = 0; i < cnt; i++)
385 int i, cnt; local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipxcp.c658 #define ACKCICHARS(opt, neg, val, cnt) \
660 int indx, count = cnt; \
876 #define REJCICHARS(opt, neg, val, cnt) \
878 int indx, count = cnt; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-armv4.pl465 my $cnt="r12"; # volatile register known as ip, intra-procedure-call scratch
572 mov $cnt,#4
574 subs $cnt,#1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_2bs0.c86 int idx, cnt; local
104 cnt = 32;
105 while (((f1 != f2) || (z1 != z2)) && cnt--) {
115 debugl1(cs, "hfc clear %d z1(%x) z2(%x) cnt(%d)",
365 debugl1(cs, "hfc rec %d z1(%x) z2(%x) cnt(%d)",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dmcs7780.c573 int cnt = 0; local
581 } while(cnt++ < 100 && (rval & MCS_IRINTX));
583 if (cnt > 100) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-fileops.c174 int cnt; local
181 cnt = (wr_idx + itv->pgm_info_num - itv->pgm_info_write_idx) % itv->pgm_info_num;
182 while (i < cnt) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dwrite.c68 unsigned long cnt = 2; local
90 cnt = 1;
105 ret = jffs2_flash_writev(c, vecs, cnt, flash_ofs, &retlen,

Completed in 393 milliseconds

<<21222324252627282930>>