Searched refs:cnt (Results 526 - 550 of 971) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_dtree.h49 s8 cnt; /* 1: */ member in struct:dtslot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-debug.c436 int cnt = 0; local
458 if (++cnt <= 10)
464 if ((cnt -= 10) > 0)
465 out += sprintf(out, " Skipped %d QHs\n", cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_libfc.c185 seq_cnt = sp->cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.h163 xfs_extnum_t cnt, /* count of entries in list */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-pmp.c881 int cnt, rc; local
973 cnt = 0;
980 cnt++;
990 if (cnt) {
H A Dsata_sil.c684 int cnt; local
686 for (i = 0, cnt = 0; i < host->n_ports; i++) {
690 if (!cnt)
695 cnt++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Ddma.h114 u32 cnt; /* SG count, 3B used */ member in struct:dma_cdb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c588 u8 cnt = (remaining > 16) ? 16 : remaining; local
599 ret = nouveau_dp_auxch(auxch, cmd, msg->addr, ptr, cnt);
616 ptr += cnt;
617 remaining -= cnt;
H A Dnv50_fifo.c320 int ptr, cnt; local
358 cnt = nv_ro32(dev, ramfc, 0x84/4);
359 for (ptr = 0; ptr < cnt; ptr++) {
365 nv_wr32(dev, NV03_PFIFO_CACHE1_PUT, cnt << 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkgdb.c242 int cnt = 0; local
249 cnt++;
259 cnt--;
260 if (!cnt)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-led-defs.h188 uint64_t cnt:6; member in struct:cvmx_led_udd_cntx::cvmx_led_udd_cntx_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_veno.c72 static void tcp_veno_pkts_acked(struct sock *sk, u32 cnt, s32 rtt_us) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Daudio.c310 int stream, pb, *cnt; local
319 cnt = (sub->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
323 if (*cnt >= pb) {
325 *cnt %= pb;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.c535 uint8_t cnt[4] = { 0 }; local
557 cnt[idx] += 1 + (n != 2);\
559 cnt[CNT_ZERO] += 1 + (n != 2);\
568 if (vp56_rac_get_prob_branchy(c, vp8_mode_contexts[cnt[CNT_ZERO]][0])) {
572 if (cnt[CNT_SPLITMV] && AV_RN32A(&near_mv[1 + VP8_EDGE_TOP]) == AV_RN32A(&near_mv[1 + VP8_EDGE_TOPLEFT]))
573 cnt[CNT_NEAREST] += 1;
576 if (cnt[CNT_NEAR] > cnt[CNT_NEAREST]) {
577 FFSWAP(uint8_t, cnt[CNT_NEAREST], cnt[CNT_NEA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-lshift.S28 ! cnt %o3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dprocess.c77 wd_ctrl.cnt = 1; /* Minimum time. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Data_defs.h146 unsigned int cnt : 17; member in struct:__anon8161
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c450 int cycles = 0, cnt = 0; local
456 recv[cnt++] = __raw_readl(&npe->regs->in_out_fifo);
457 if (cnt == 2)
465 switch(cnt) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-lshift.S28 ! cnt %o3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsmp.c238 int mycpu, i, cnt; local
263 cnt = cpu->ipc_buffer[0] >> 32;
264 if (cnt <= 0 || cnt >= 80)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcpdump.c589 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) argument
612 if (cnt == 0 && max_chars == 0)
615 if (snprintf(buffer, PATH_MAX + 1, "%s%0*d", filename, max_chars, cnt) > PATH_MAX)
676 register int cnt, op, i; local
717 cnt = -1;
762 cnt = atoi(optarg);
763 if (cnt <= 0)
1532 status = pcap_loop(pd, cnt, callback, pcap_userdata);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c268 int cnt, ret; local
290 cnt = 0, sep = ", "; pgno != PGNO_INVALID;) {
302 if (++cnt % 10 == 0) {
304 cnt = 0;
322 cnt = 0; cnt < DB_FILE_ID_LEN; ++cnt) {
324 if (cnt < DB_FILE_ID_LEN - 1)
576 "%sref cnt: %4lu ", s, (u_long)OV_REF(h));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp471 size_t cnt = m_ParamNames.GetCount(); local
472 for (size_t i = 0; i < cnt; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/certs/scripts/
H A Dgenserv.sh94 echo 01 > $CAPREFIX-ca.cnt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Dmakefile.dmc42 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)

Completed in 156 milliseconds

<<21222324252627282930>>