Searched refs:cnt (Results 351 - 375 of 971) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-imxdi.c128 int cnt; local
136 for (cnt = 0; cnt < 1000; cnt++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-alsa.c150 unsigned int cnt = runtime->buffer_size - oldptr; local
152 memcpy(runtime->dma_area + oldptr * stride, cp, cnt * stride);
153 memcpy(runtime->dma_area, (cp + cnt * stride),
154 (len * stride - cnt * stride));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dfw-download.c166 int cnt = 0; local
185 ++cnt;
223 cnt, trans_size, sent, sec_size, addr);
243 if (priv->dbg.blocks && (cnt + 1) >= priv->dbg.blocks) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dtifm_sd.c114 unsigned int off, unsigned int cnt)
126 while (pos < cnt) {
129 if (pos == cnt) {
140 unsigned int off, unsigned int cnt)
153 while (pos < cnt) {
155 if (pos == cnt) {
170 unsigned int off, cnt, t_size = TIFM_MMCSD_FIFO_SIZE * 2; local
177 cnt = sg[host->sg_pos].length - host->block_pos;
178 if (!cnt) {
190 cnt
113 tifm_sd_read_fifo(struct tifm_sd *host, struct page *pg, unsigned int off, unsigned int cnt) argument
139 tifm_sd_write_fifo(struct tifm_sd *host, struct page *pg, unsigned int off, unsigned int cnt) argument
227 unsigned int off, cnt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dnetjet.c187 fill_mem(struct tiger_ch *bc, u32 idx, u32 cnt, u32 fill) argument
193 bc->bch.nr, fill, cnt, idx, card->send.idx);
199 while (cnt--) {
375 read_dma(struct tiger_ch *bc, u32 idx, int cnt) argument
398 if ((bc->bch.rx_skb->len + cnt) > bc->bch.maxlen) {
400 bc->bch.nr, bc->bch.rx_skb->len + cnt);
404 p = skb_put(bc->bch.rx_skb, cnt);
408 for (i = 0; i < cnt; i++) {
419 stat = isdnhdlc_decode(&bc->hrecv, pn, cnt, &i,
433 stat = cnt;
465 int cnt = card->recv.size / 2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Davm_a1p.c137 #define READHSCXFIFO(cs, nr, ptr, cnt) ReadHSCXfifo(cs, nr, ptr, cnt)
138 #define WRITEHSCXFIFO(cs, nr, ptr, cnt) WriteHSCXfifo(cs, nr, ptr, cnt)
H A Disurf.c88 int cnt = 5; local
101 if ((val & ISAR_IRQSTA) && --cnt) {
107 if (val && --cnt) {
112 if (!cnt)
H A Dmic.c112 #define READHSCXFIFO(cs, nr, ptr, cnt) readfifo(cs->hw.mic.adr, \
113 cs->hw.mic.hscx, (nr ? 0x40 : 0), ptr, cnt)
115 #define WRITEHSCXFIFO(cs, nr, ptr, cnt) writefifo(cs->hw.mic.adr, \
116 cs->hw.mic.hscx, (nr ? 0x40 : 0), ptr, cnt)
H A Dsportster.c95 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.spt.hscx[nr], ptr, cnt)
96 #define WRITEHSCXFIFO(cs, nr, ptr, cnt) write_fifo(cs->hw.spt.hscx[nr], ptr, cnt)
H A Dtelespci.c222 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo_hscx(cs->hw.teles0.membase, nr, ptr, cnt)
223 #define WRITEHSCXFIFO(cs, nr, ptr, cnt) write_fifo_hscx(cs->hw.teles0.membase, nr, ptr, cnt)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dlinear.c146 int i, cnt; local
153 cnt = 0;
187 cnt++;
190 if (cnt != raid_disks) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dasn1.c168 unsigned char ch, cnt; local
181 cnt = (unsigned char) (ch & 0x7F);
184 while (cnt > 0) {
189 cnt--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-alsa.c230 unsigned int cnt = runtime->buffer_size * stride - buf_pos; local
231 memcpy(runtime->dma_area + buf_pos, buf, cnt);
232 memcpy(runtime->dma_area, buf + cnt, size - cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sfi/
H A Dsfi_core.c397 ssize_t cnt; local
408 cnt = memory_read_from_buffer(buf, count, &offset,
412 cnt = memory_read_from_buffer(buf, count, &offset,
415 return cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.h111 extern int ntfs_attr_set(ntfs_inode *ni, const s64 ofs, const s64 cnt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr028/
H A Dt.c29 dirfree(char **namesp, int cnt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparcv9cap.c94 size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt) argument
98 return _sparcv9_vis1_instrument_bus(out, cnt);
103 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) argument
107 return _sparcv9_vis1_instrument_bus2(out, cnt, max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesv8-armx.pl339 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
385 mov $cnt,$rounds
500 add $cnt,$rounds,#2
520 subs $cnt,$cnt,#2
539 mov.lo x6,$len // x6, $cnt, is zero at this point
577 add $cnt,$rounds,#2
600 subs $cnt,$cnt,#2
665 my ($rounds,$cnt,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dlog.c636 int cnt;
637 for (p = source, cnt = 0; *p; p++)
639 ++cnt;
640 return cnt;
630 int cnt; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dkey.h115 int cnt; member in struct:ieee80211_key::__anon18920
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer_benchmark.c224 int cnt = 0; local
250 cnt++;
251 if (consumer && !(cnt % wakeup_interval))
264 if (cnt % wakeup_interval)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmemblock.h27 unsigned long cnt; member in struct:memblock_region
H A Dmutex.h161 extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dloco.c61 int cnt = 0; local
64 while (r->sum > val && cnt < 9) {
66 cnt++;
69 return cnt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dloco.c51 int cnt = 0; local
54 while(r->sum > val && cnt < 9) {
56 cnt++;
59 return cnt;

Completed in 362 milliseconds

<<11121314151617181920>>