Searched refs:cnt (Results 676 - 700 of 971) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c1152 int cnt = maxloop + 1; local
1158 while (ista && cnt--) {
1170 while (ista && cnt--) {
1188 while (cnt) {
1199 cnt--;
1202 if (cnt > maxloop) /* only for ISAC/HSCX without PCI IRQ test */
1204 if (cnt < maxloop)
1206 maxloop - cnt, smp_processor_id());
1207 if (maxloop && !cnt)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c1191 unsigned int flits, cnt; local
1197 cnt = skb_shinfo(skb)->nr_frags;
1199 cnt++;
1200 return flits + sgl_len(cnt);
1897 unsigned int i, cnt[2]; local
1920 cnt[0] = t4_read_reg(adap, SGE_DEBUG_DATA_HIGH);
1921 cnt[1] = t4_read_reg(adap, SGE_DEBUG_DATA_LOW);
1924 if (cnt[i] >= s->starve_thres) {
1925 if (s->idma_state[i] || cnt[i] == 0xffffffff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.c1695 int cnt, toPIO; local
1802 cnt = toPIO = 1;
1805 cnt = toPIO = 2;
1807 dprintk(NDEBUG_DMA, ("Doing %d-byte PIO to 0x%X\n", cnt, *data));
1808 NCR5380_transfer_pio(instance, phase, &cnt, data);
1809 *count -= toPIO - cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dlib82596.c1336 int config = 0, cnt; local
1377 cnt = netdev_mc_count(dev);
1378 if (cnt > MAX_MC_CNT) {
1379 cnt = MAX_MC_CNT;
1381 dev->name, cnt);
1394 if (!cnt--)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-acm.c1379 int cnt; local
1395 cnt = acm->susp_count++;
1399 if (cnt)
1419 int cnt; local
1423 cnt = acm->susp_count;
1426 if (cnt)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcpuset.c85 int cnt; /* unprocessed events count */ member in struct:fmeter
1325 #define FM_MAXCNT 1000000 /* limit cnt to avoid overflow */
1331 fmp->cnt = 0;
1337 /* Internal meter update - process cnt events and update value */
1351 fmp->val += ((FM_SCALE - FM_COEF) * fmp->cnt) / FM_SCALE;
1352 fmp->cnt = 0;
1355 /* Process any previous ticks, then bump cnt by one (times scale). */
1360 fmp->cnt = min(FM_MAXCNT, fmp->cnt + FM_SCALE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c1125 int cnt = samplecount; local
1126 while (cnt--) {
1134 int cnt = samplecount; local
1135 while (cnt--) {
1143 int cnt = samplecount; local
1144 while (cnt--) {
H A Daacdec.c1639 * @param cnt length of TYPE_FIL syntactic element in bytes
1644 GetBitContext *gb, int cnt)
1693 * @param cnt length of TYPE_FIL syntactic element in bytes
1697 static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, argument
1701 int res = cnt;
1711 skip_bits_long(gb, 8 * cnt - 4);
1715 skip_bits_long(gb, 8 * cnt - 4);
1724 res = ff_decode_sbr_extension(ac, &che->sbr, gb, crc_flag, cnt, elem_type);
1727 res = decode_dynamic_range(&ac->che_drc, gb, cnt);
1733 skip_bits_long(gb, 8 * cnt
1643 decode_dynamic_range(DynamicRangeControl *che_drc, GetBitContext *gb, int cnt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt.c467 int cnt = count; local
471 while (cnt--) {
478 while (cnt--) {
485 while (cnt--) {
2483 ushort cnt = 0; local
2521 if (cnt > 0) {
2523 vc->vc_sw->con_putcs(vc, start, cnt, vc->vc_y, vc->vc_x);
2524 vc->vc_x += cnt;
2527 cnt = 0;
2545 cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dufc.c285 static void clearmem(char *start, int cnt) argument
286 { while(cnt--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dcrypttest.c308 static void clearmem(char *start, int cnt) argument
309 { while(cnt--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dnotebook.cpp804 size_t cnt = m_pagesData.GetCount(); local
805 for (size_t i = 0; i < cnt; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp850 size_t cnt = m_pagesData.GetCount(); local
851 for (size_t i = 0; i < cnt; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Dmakefile.bcc258 for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.dms217 data : .\back.gif .\bullet.bmp .\contents.gif .\cshelp.txt .\doc.chm .\doc.cnt .\doc.hhc .\doc.hhk .\doc.hhp .\doc.hlp .\doc.hpj .\doc.zip .\forward.gif .\up.gif
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_oobtest.c650 int cnt = 2; local
656 for (pg = 0; pg < cnt; ++pg) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-core.c2672 static int iwl_check_stuck_queue(struct iwl_priv *priv, int cnt) argument
2677 txq = &priv->txq[cnt];
2710 int cnt; local
2721 for (cnt = 0; cnt < priv->hw_params.max_txq_num; cnt++) {
2723 if (cnt == IWL_CMD_QUEUE_NUM)
2725 if (iwl_check_stuck_queue(priv, cnt))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan.c1627 cnt; /* inverse of divisor (programmed into 8051) */ local
1645 cnt = 0 - div;
1652 *rate_low = (u8) (cnt & 0xff);
1654 *rate_hi = (u8) ((cnt >> 8) & 0xff);
1765 cnt; /* inverse of divisor (programmed into 8051) */ local
1779 cnt = 0 - div;
1797 *rate_low = (u8) (cnt & 0xff);
1799 *rate_hi = (u8) ((cnt >> 8) & 0xff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c220 int cnt, i = 0; local
223 cnt = size > FCELSSIZE ? FCELSSIZE: size;
259 bpl->tus.f.bdeSize = (uint16_t) cnt;
264 size -= cnt;
392 int cnt = 0, status; local
399 outmp = lpfc_alloc_ct_rsp(phba, cmdcode, bpl, rsp_size, &cnt);
407 cnt += 1;
409 cnt, 0, retry);
505 "did:x%x flg:x%x cnt:%d",
525 "did:x%x flg:x%x cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c214 minfo->crtc1.vsync.cnt++;
221 minfo->crtc2.vsync.cnt++;
274 unsigned int cnt; local
295 cnt = vs->cnt;
296 ret = wait_event_interruptible_timeout(vs->wait, cnt != vs->cnt, HZ/10);
873 vblank->count = minfo->crtc1.vsync.cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dbtree.c632 int ret, cnt, index, maxlevel, ncmax; local
650 cnt = 1;
651 if (cnt == maxblocks)
660 key + cnt)
669 if (ptr2 != ptr + cnt || ++cnt == maxblocks)
682 nilfs_btree_node_get_key(p.node, p.index) != key + cnt)
701 ret = cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dsgiioc4.c205 u32 ioc4_dma, bc_dev, bc_mem, num, valid = 0, cnt = 0; local
228 while ((cnt++ < 200) && (!valid)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.h259 size_t cnt, loff_t *ppos);
574 size_t cnt, loff_t *ppos);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c2221 int cnt = 0, pathc; local
2224 for (cnt = 1, s = src; s && *s; s++) {
2226 cnt++;
2228 dest = xmalloc(cnt);
2305 int cnt = 0; local
2311 cnt++; /* cnt += strspn(str, ifs); - but this code is larger */
2313 debug_printf_expand(" return %d\n", cnt);
2314 return cnt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-snoop.c62 pcap_read_snoop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument

Completed in 446 milliseconds

<<21222324252627282930>>