Searched refs:count (Results 176 - 200 of 6301) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2speed.c176 long count; local
196 count=10;
201 count*=2;
203 for (i=count; i; i--)
207 ca=count/512;
208 cb=count;
209 cc=count*8/BUFSIZE+1;
211 #define COND(d) (count != (d))
215 #define COUNT(d) (count)
222 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5speed.c176 long count; local
196 count=10;
201 count*=2;
203 for (i=count; i; i--)
207 ca=count/512;
208 cb=count;
209 cc=count*8/BUFSIZE+1;
211 #define COND(d) (count != (d))
215 #define COUNT(d) (count)
222 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc2/
H A Drc2speed.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5speed.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbfspeed.c176 long count; local
196 count=10;
201 count*=2;
203 for (i=count; i; i--)
207 ca=count/512;
208 cb=count;
209 cc=count*8/BUFSIZE+1;
211 #define COND(d) (count != (d))
215 #define COUNT(d) (count)
222 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_spd.c176 long count; local
196 count=10;
201 count*=2;
203 for (i=count; i; i--)
207 ca=count/512;
208 cb=count;
209 cc=count*8/BUFSIZE+1;
211 #define COND(d) (count != (d))
215 #define COUNT(d) (count)
222 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A Drun-px117 my $count = sub
131 "${\$count->('pass')} PASS, ${\$count->('fail')} FAIL",
132 "${\$count->('skip')} SKIP, ${\$count->('unknown')} UNKNOWN",
151 print $count->('fail') || $count->('unknown')
156 exit $count->('fail') + $count->('unknown');
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dio.c28 void _insb(const volatile u8 __iomem *port, void *buf, long count) argument
33 if (unlikely(count <= 0))
40 } while (--count != 0);
45 void _outsb(volatile u8 __iomem *port, const void *buf, long count) argument
49 if (unlikely(count <= 0))
54 } while (--count != 0);
59 void _insw_ns(const volatile u16 __iomem *port, void *buf, long count) argument
64 if (unlikely(count <= 0))
71 } while (--count != 0);
76 void _outsw_ns(volatile u16 __iomem *port, const void *buf, long count) argument
90 _insl_ns(const volatile u32 __iomem *port, void *buf, long count) argument
107 _outsl_ns(volatile u32 __iomem *port, const void *buf, long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dpercpu_counter.c24 fbc->count = amount;
31 s64 count; local
36 count = *pcount + amount;
37 if (count >= batch || count <= -batch) {
39 fbc->count += count;
43 *pcount = count;
59 ret = fbc->count;
74 fbc->count
147 s64 count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Diso2022_kr.h57 int count = 0; local
62 if (n < count+4)
68 s += 4; count += 4;
69 if (n < count+1)
81 s++; count++;
82 if (n < count+1)
88 s++; count++;
89 if (n < count+1)
108 return count+1;
112 if (n < count
147 int count = (state1 == STATE_ASCII ? 1 : 2); local
169 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
[all...]
H A Dutf32.h38 int count = 0; local
43 count += 4;
51 return count;
58 return RET_TOOFEW(count);
67 int count = 0; local
74 r += 4; n -= 4; count += 4;
85 return count+4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/platforms/oaks32r/
H A Dio.c51 static inline void _ne_insb(void *portp, void *addr, unsigned long count) argument
54 while (count--)
150 void _insb(unsigned int port, void *addr, unsigned long count) argument
153 _ne_insb(PORT2ADDR_NE(port), addr, count); local
157 while (count--)
162 void _insw(unsigned int port, void *addr, unsigned long count) argument
169 while (count--)
173 while (count--)
178 void _insl(unsigned int port, void *addr, unsigned long count) argument
184 while (count
188 _outsb(unsigned int port, const void *addr, unsigned long count) argument
204 _outsw(unsigned int port, const void *addr, unsigned long count) argument
220 _outsl(unsigned int port, const void *addr, unsigned long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcast_spd.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbfspeed.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcast_spd.c164 long count; local
184 count = 10;
189 count *= 2;
191 for (i = count; i; i--)
195 ca = count / 512;
196 cb = count;
197 cc = count * 8 / BUFSIZE + 1;
199 # define COND(d) (count != (d))
203 # define COUNT(d) (count)
210 for (count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diso2022_kr.h57 int count = 0; local
62 if (n < count+4)
68 s += 4; count += 4;
69 if (n < count+1)
81 s++; count++;
82 if (n < count+1)
88 s++; count++;
89 if (n < count+1)
108 return count+1;
112 if (n < count
147 int count = (state1 == STATE_ASCII ? 1 : 2); local
169 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
[all...]
H A Dutf32.h38 int count = 0; local
43 count += 4;
51 return count;
58 return RET_TOOFEW(count);
67 int count = 0; local
74 r += 4; n -= 4; count += 4;
85 return count+4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dusercopy.c33 #define __do_strncpy_from_user(dst, src, count, res) \
63 :"=&r"(res), "=r"(count), "=&r"(w) \
64 :"i"(-EFAULT), "1"(count), "a"(src), "a"(dst) \
69 __strncpy_from_user(char *dst, const char *src, long count) argument
72 __do_strncpy_from_user(dst, src, count, res);
77 strncpy_from_user(char *dst, const char *src, long count) argument
81 __do_strncpy_from_user(dst, src, count, res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_txn.c15 int tabort, ch, i, count; local
17 count = 1000;
25 count = atoi(optarg);
49 /* Start and commit/abort a transaction count times. */
52 for (i = 0; i < count; ++i) {
63 for (i = 0; i < count; ++i) {
76 count, tabort ? "abort" : "commit");
77 TIMER_DISPLAY(count);
87 (void)fprintf(stderr, "usage: b_txn [-a] [-c count]\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Ddebugfs.c26 size_t count, loff_t *ppos)
35 if (count <= sizeof(struct acpi_table_header))
46 if (uncopied_bytes < count) {
51 if (copy_from_user(buf + (*ppos), user_buf, count)) {
56 uncopied_bytes -= count;
57 *ppos += count;
67 return count;
25 cm_write(struct file *file, const char __user * user_buf, size_t count, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs60 /// <param name="count">The number of bytes from <c>data</c> to use</param>
61 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
63 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
66 public abstract void Update(byte[] data, int offset, int count); argument
129 /// <param name="count">The number of bytes from <c>data</c> to use</param>
130 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
132 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
133 public override void Update(byte[] data, int offset, int count) argument
135 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
136 if ((offset+count) > dat
184 Update(byte[] data, int offset, int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.c33 unsigned int count)
38 for (scnt = 0; scnt < count; scnt++) {
50 unsigned int count)
55 for (scnt = 0; scnt < count; scnt++) {
65 static unsigned int debugifc_isolate_word(const char *buf,unsigned int count, argument
76 scnt = debugifc_count_whitespace(buf,count);
77 consume_cnt += scnt; count -= scnt; buf += scnt;
78 if (!count) goto done;
80 scnt = debugifc_count_nonwhitespace(buf,count);
84 consume_cnt += scnt; count
32 debugifc_count_whitespace(const char *buf, unsigned int count) argument
49 debugifc_count_nonwhitespace(const char *buf, unsigned int count) argument
93 debugifc_parse_unsigned_number(const char *buf,unsigned int count, u32 *num_ptr) argument
119 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) argument
195 pvr2_debugifc_do1cmd(struct pvr2_hdw *hdw,const char *buf, unsigned int count) argument
305 pvr2_debugifc_docmd(struct pvr2_hdw *hdw,const char *buf, unsigned int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs60 /// <param name="count">The number of bytes from <c>data</c> to use</param>
61 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
63 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
66 public abstract void Update(byte[] data, int offset, int count); argument
129 /// <param name="count">The number of bytes from <c>data</c> to use</param>
130 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
132 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
133 public override void Update(byte[] data, int offset, int count) argument
135 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
136 if ((offset+count) > dat
184 Update(byte[] data, int offset, int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs60 /// <param name="count">The number of bytes from <c>data</c> to use</param>
61 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
63 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
66 public abstract void Update(byte[] data, int offset, int count); argument
129 /// <param name="count">The number of bytes from <c>data</c> to use</param>
130 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
132 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
133 public override void Update(byte[] data, int offset, int count) argument
135 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
136 if ((offset+count) > dat
184 Update(byte[] data, int offset, int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs60 /// <param name="count">The number of bytes from <c>data</c> to use</param>
61 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
63 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
66 public abstract void Update(byte[] data, int offset, int count); argument
129 /// <param name="count">The number of bytes from <c>data</c> to use</param>
130 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
132 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
133 public override void Update(byte[] data, int offset, int count) argument
135 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
136 if ((offset+count) > dat
184 Update(byte[] data, int offset, int count) argument
[all...]

Completed in 146 milliseconds

1234567891011>>