Searched refs:count (Results 201 - 225 of 6301) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dutf16.h38 int count = 0; local
51 return count+4;
59 return count+2;
61 s += 2; n -= 2; count += 2;
64 return RET_TOOFEW(count);
76 int count = 0; local
81 r += 2; n -= 2; count += 2;
90 return count+2;
103 return count+4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dio.c10 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) argument
14 while (count) {
15 count--;
25 void memcpy_toio(volatile void __iomem *to, const void *from, long count) argument
29 while (count) {
30 count--;
40 void memset_io(volatile void __iomem *dst, int c, long count) argument
44 while (count) {
45 count--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dutf16.h38 int count = 0; local
51 return count+4;
59 return count+2;
61 s += 2; n -= 2; count += 2;
64 return RET_TOOFEW(count);
76 int count = 0; local
81 r += 2; n -= 2; count += 2;
90 return count+2;
103 return count+4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/multimon/
H A Dmultimon_test.cpp39 unsigned count = wxDisplay::GetCount(); local
40 wxLogDebug ( _T("I detected %u display(s) on your system"), count );
41 for (unsigned i = 0; i < count; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCommentDialogLst.cpp85 int count = 0; local
92 m_list->InsertItem(count, it->UserName);
93 m_list->SetItem(count, 1, it->FileName);
94 m_list->SetItem(count, 2, (it->Rating != -1) ? GetRateString(it->Rating) : wxString(wxT("on")));
95 m_list->SetItem(count, 3, it->Comment);
96 m_list->SetItemPtrData(count, reinterpret_cast<wxUIntPtr>(new SFileRating(*it)));
97 ++count;
102 if (count == 0) {
105 info = CFormat(wxPLURAL("%u comment", "%u comments", count)) % count;
117 size_t count = m_list->GetItemCount(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dbus.h32 int (*send_chunk)(struct iwm_priv *iwm, u8* buf, int count);
42 static inline int iwm_bus_send_chunk(struct iwm_priv *iwm, u8 *buf, int count) argument
44 return iwm->bus_ops->send_chunk(iwm, buf, count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd023.tcl58 for { set count 2 } { $count < 10 } { incr count } {
59 error_check_good db_del [$db del a$count] 0
61 for { set count 15 } { $count < 100 } { incr count } {
62 error_check_good db_del [$db del a$count] 0
64 for { set count 150 } { $count < 100
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dio_generic.c72 void generic_insb(unsigned long port, void *dst, unsigned long count) argument
74 __raw_readsb(__ioport_map(port, 1), dst, count);
78 void generic_insw(unsigned long port, void *dst, unsigned long count) argument
80 __raw_readsw(__ioport_map(port, 2), dst, count);
84 void generic_insl(unsigned long port, void *dst, unsigned long count) argument
86 __raw_readsl(__ioport_map(port, 4), dst, count);
128 void generic_outsb(unsigned long port, const void *src, unsigned long count) argument
130 __raw_writesb(__ioport_map(port, 1), src, count);
134 void generic_outsw(unsigned long port, const void *src, unsigned long count) argument
136 __raw_writesw(__ioport_map(port, 2), src, count);
140 generic_outsl(unsigned long port, const void *src, unsigned long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Drwsem.h22 signed long count; member in struct:rw_semaphore
69 if (unlikely(atomic64_inc_return((atomic64_t *)(&sem->count)) <= 0L))
77 while ((tmp = sem->count) >= 0L) {
78 if (tmp == cmpxchg(&sem->count, tmp,
94 (atomic64_t *)(&sem->count));
108 tmp = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE,
120 tmp = atomic64_dec_return((atomic64_t *)(&sem->count));
131 (atomic64_t *)(&sem->count)) < 0L))
140 atomic64_add(delta, (atomic64_t *)(&sem->count));
150 tmp = atomic64_add_return(-RWSEM_WAITING_BIAS, (atomic64_t *)(&sem->count));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dparport.h21 int count = 0; local
38 count++;
40 return count;
H A Drwsem.h37 long count; member in struct:rw_semaphore
82 if (unlikely(atomic_long_inc_return((atomic_long_t *)&sem->count) <= 0))
90 while ((tmp = sem->count) >= 0) {
91 if (tmp == cmpxchg(&sem->count, tmp,
107 (atomic_long_t *)&sem->count);
121 tmp = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE,
133 tmp = atomic_long_dec_return((atomic_long_t *)&sem->count);
144 (atomic_long_t *)&sem->count) < 0))
153 atomic_long_add(delta, (atomic_long_t *)&sem->count);
164 (atomic_long_t *)&sem->count);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dnvram.c31 static ssize_t pSeries_nvram_read(char *buf, size_t count, loff_t *index) argument
47 if (i + count > nvram_size)
48 count = nvram_size - i;
52 for (; count != 0; count -= len) {
53 len = count;
75 static ssize_t pSeries_nvram_write(char *buf, size_t count, loff_t *index) argument
90 if (i + count > nvram_size)
91 count = nvram_size - i;
95 for (; count !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmmio_nvram.c37 static ssize_t mmio_nvram_read(char *buf, size_t count, loff_t *index) argument
43 if (*index + count > mmio_nvram_len)
44 count = mmio_nvram_len - *index;
48 memcpy_fromio(buf, mmio_nvram_start + *index, count);
52 *index += count;
53 return count;
73 static ssize_t mmio_nvram_write(char *buf, size_t count, loff_t *index) argument
79 if (*index + count > mmio_nvram_len)
80 count = mmio_nvram_len - *index;
84 memcpy_toio(mmio_nvram_start + *index, buf, count);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/770x/
H A Dio.c103 void se_insb(unsigned long port, void *addr, unsigned long count) argument
109 while (count--)
112 while (count--)
117 void se_insw(unsigned long port, void *addr, unsigned long count) argument
121 while (count--)
125 void se_insl(unsigned long port, void *addr, unsigned long count) argument
130 void se_outsb(unsigned long port, const void *addr, unsigned long count) argument
136 while (count--)
139 while (count--)
144 void se_outsw(unsigned long port, const void *addr, unsigned long count) argument
153 se_outsl(unsigned long port, const void *addr, unsigned long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexif.c44 static int exif_add_metadata(AVCodecContext *avctx, int count, int type, argument
50 case TIFF_DOUBLE : return ff_tadd_doubles_metadata(count, name, sep, gb, le, metadata);
51 case TIFF_SSHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 1, metadata);
52 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 0, metadata);
53 case TIFF_SBYTE : return ff_tadd_bytes_metadata(count, name, sep, gb, le, 1, metadata);
55 case TIFF_UNDEFINED: return ff_tadd_bytes_metadata(count, name, sep, gb, le, 0, metadata);
56 case TIFF_STRING : return ff_tadd_string_metadata(count, name, gb, le, metadata);
58 case TIFF_RATIONAL : return ff_tadd_rational_metadata(count, name, sep, gb, le, metadata);
60 case TIFF_LONG : return ff_tadd_long_metadata(count, name, sep, gb, le, metadata);
72 unsigned id, count; local
[all...]
H A Dws-snd1.c97 uint8_t count; local
99 count = *buf & 0x3F;
104 case 0: smp = 4 * (count + 1); break;
105 case 1: smp = 2 * (count + 1); break;
106 case 2: smp = (count & 0x20) ? 1 : count + 1; break;
107 default: smp = count + 1; break;
113 size = ((code == 2 && (count & 0x20)) || code == 3) ? 0 : count + 1;
119 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dpr_byname.c36 unsigned int count; local
39 for (cp = property_name, bp = buf, count = MAX_WORD_LENGTH + 1; ; cp++, bp++)
51 if (--count == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/lib/
H A Dusercopy.c41 #define __do_strncpy_from_user(dst,src,count,res) \
66 : "=&r"(res), "=&r"(count), "=&r" (__d0), "=&r" (__d1), \
68 : "i"(-EFAULT), "0"(count), "1"(count), "3"(src), \
75 #define __do_strncpy_from_user(dst,src,count,res) \
103 : "=&r"(res), "=&r"(count), "=&r" (__d0), "=&r" (__d1), \
105 : "i"(-EFAULT), "0"(count), "1"(count), "3"(src), \
113 __strncpy_from_user(char *dst, const char __user *src, long count) argument
116 __do_strncpy_from_user(dst, src, count, re
121 strncpy_from_user(char *dst, const char __user *src, long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhscx_irq.c53 hscx_empty_fifo(struct BCState *bcs, int count) argument
61 if (bcs->hw.hscx.rcvidx + count > HSCX_BUFMAX) {
69 bcs->hw.hscx.rcvidx += count;
70 READHSCXFIFO(cs, bcs->hw.hscx.hscx, ptr, count);
76 bcs->hw.hscx.hscx ? 'B' : 'A', count);
77 QuickHex(t, ptr, count);
86 int more, count; local
101 count = fifo_size;
103 count = bcs->tx_skb->len;
107 skb_pull(bcs->tx_skb, count);
129 int count; local
172 memcpy(skb_put(skb, count), bcs->hw.hscx.rcvbuf, count); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_selftest.c61 static int trace_test_buffer(struct trace_array *tr, unsigned long *count) argument
89 if (count)
90 *count = cnt;
111 unsigned long count; local
147 ret = trace_test_buffer(tr, &count);
151 if (count) {
168 ret = trace_test_buffer(tr, &count);
173 if (!ret && count != 1) {
174 printk(KERN_CONT ".. filter failed count=%ld ..", count);
202 unsigned long count; local
284 unsigned long count; local
341 unsigned long count; local
390 unsigned long count; local
452 unsigned long count; local
591 unsigned long count; local
664 unsigned long count; local
696 unsigned long count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dwins_srv.c157 int count = 0; local
165 for (count=0; list && list[count]; count++)
168 return count;
211 int count=0, i, j; local
235 for (j=0;j<count;j++) {
241 if (j != count) {
247 ret = SMB_REALLOC_ARRAY(ret, char *, count+2);
251 ret[count]
338 int i, count=0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dws-snd1.c108 uint8_t count; local
110 count = *buf & 0x3F;
115 case 0: smp = 4*(count+1); break;
116 case 1: smp = 2*(count+1); break;
117 case 2: smp = (count & 0x20) ? 1 : count + 1; break;
118 default: smp = count + 1; break;
124 size = ((code == 2 && (count & 0x20)) || code == 3) ? 0 : count + 1;
130 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_connbytes.c39 sinfo->count.from = cb->val.u64_range[0];
40 sinfo->count.to = UINT64_MAX;
42 sinfo->count.to = cb->val.u64_range[1];
44 if (sinfo->count.to < sinfo->count.from)
46 (unsigned long long)sinfo->count.from,
47 (unsigned long long)sinfo->count.to);
49 i = sinfo->count.from;
50 sinfo->count.from = sinfo->count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dspeed.c181 long count; local
203 count=10;
208 count*=2;
210 for (i=count; i; i--)
214 ca=count;
215 cb=count*3;
216 cc=count*3*8/BUFSIZE+1;
217 cd=count*8/BUFSIZE+1;
218 ce=count/20+1;
220 #define COND(d) (count !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dspeed.c169 long count; local
194 count = 10;
199 count *= 2;
201 for (i = count; i; i--)
205 ca = count;
206 cb = count * 3;
207 cc = count * 3 * 8 / BUFSIZE + 1;
208 cd = count * 8 / BUFSIZE + 1;
209 ce = count / 20 + 1;
211 # define COND(d) (count !
[all...]

Completed in 298 milliseconds

1234567891011>>