Searched refs:COUNT (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/lib/
H A Ddelay.c23 *timer_value = sysreg_read(COUNT);
31 bclock = sysreg_read(COUNT);
33 now = sysreg_read(COUNT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2speed.c209 #define COUNT(d) (d) macro
212 #define COUNT(d) (count) macro
228 a=((double)COUNT(ca))/d;
248 b=((double)COUNT(cb)*8)/d;
265 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5speed.c209 #define COUNT(d) (d) macro
212 #define COUNT(d) (count) macro
228 a=((double)COUNT(ca))/d;
248 b=((double)COUNT(cb)*8)/d;
265 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbfspeed.c209 #define COUNT(d) (d) macro
212 #define COUNT(d) (count) macro
228 a=((double)COUNT(ca))/d;
248 b=((double)COUNT(cb)*8)/d;
265 c=((double)COUNT(cc)*BUFSIZE)/d;
H A Dbf_opts.c217 tm[index]=((double)COUNT(cb))/tm[index];
271 #define COUNT(d) (d) macro
274 #define COUNT(d) (count) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dcast_spd.c209 #define COUNT(d) (d) macro
212 #define COUNT(d) (count) macro
228 a=((double)COUNT(ca))/d;
248 b=((double)COUNT(cb)*8)/d;
265 c=((double)COUNT(cc)*BUFSIZE)/d;
H A Dcastopts.c227 tm[index]=((double)COUNT(cb))/tm[index];
281 #define COUNT(d) (d) macro
284 #define COUNT(d) (count) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbfspeed.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
H A Dbf_opts.c220 tm[index]=((double)COUNT(cb))/tm[index];
274 #define COUNT(d) (d) macro
277 #define COUNT(d) (count) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_spd.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
H A Dcastopts.c230 tm[index]=((double)COUNT(cb))/tm[index];
284 #define COUNT(d) (d) macro
287 #define COUNT(d) (count) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2speed.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5speed.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dtime.c38 return (cycle_t)sysreg_read(COUNT);
80 /* setting COMPARE to 0 stops the COUNT-COMPARE */
88 count = sysreg_read(COUNT);
122 printk(KERN_INFO "timer: AT32AP COUNT-COMPARE at irq 0, "
133 * The reason COUNT is written twice is probably to make sure we don't get any
138 u32 count = sysreg_read(COUNT);
140 sysreg_write(COUNT, expirelo - cycles_per_jiffy);
142 sysreg_write(COUNT, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dspeed.c217 #define COUNT(d) (d) macro
220 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
248 b=((double)COUNT(cb)*8)/d;
265 c=((double)COUNT(cc)*BUFSIZE)/d;
286 d=((double)COUNT(cd)*BUFSIZE)/d;
299 e=((double)COUNT(ce))/e;
H A Ddes_opts.c408 tm[index]=((double)COUNT(cb))/tm[index];
466 #define COUNT(d) (d) macro
469 #define COUNT(d) (count) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dspeed.c221 #define COUNT(d) (d) macro
224 #define COUNT(d) (count) macro
235 a=((double)COUNT(ca))/d;
252 b=((double)COUNT(cb)*8)/d;
269 c=((double)COUNT(cc)*BUFSIZE)/d;
290 d=((double)COUNT(cd)*BUFSIZE)/d;
303 e=((double)COUNT(ce))/e;
H A Ddes_opts.c412 tm[index]=((double)COUNT(cb))/tm[index];
470 #define COUNT(d) (d) macro
473 #define COUNT(d) (count) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ebsa110/
H A Dcore.c143 #define COUNT ((CLKBY7 + (HZ / 2)) / HZ) macro
159 * If count > COUNT, make the number negative.
161 if (count > COUNT)
164 offset = COUNT;
171 offset = offset * (1000000 / HZ) / COUNT;
188 count += COUNT;
215 __raw_writeb(COUNT & 0xff, PIT_T1);
216 __raw_writeb(COUNT >> 8, PIT_T1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/
H A Drc4speed.c208 #define COUNT(d) (d) macro
211 #define COUNT(d) (count) macro
227 a=((double)COUNT(ca))/d;
241 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4speed.c211 #define COUNT(d) (d) macro
214 #define COUNT(d) (count) macro
230 a=((double)COUNT(ca))/d;
244 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Didea_spd.c210 #define COUNT(d) (d) macro
213 #define COUNT(d) (count) macro
229 a=((double)COUNT(ca))/d;
248 aa=((double)COUNT(cca))/d;
268 b=((double)COUNT(cb)*8)/d;
285 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Didea_spd.c213 #define COUNT(d) (d) macro
216 #define COUNT(d) (count) macro
232 a=((double)COUNT(ca))/d;
251 aa=((double)COUNT(cca))/d;
271 b=((double)COUNT(cb)*8)/d;
288 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrncpy.S5 * Copy no more than COUNT bytes of the null-terminated string from
6 * SRC to DST. If SRC does not cover all of COUNT, the balance is
37 or $4, $27, $4 # written byte and the last byte in COUNT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dhead.S288 #define PMDS(START, PERM, COUNT) \
290 .rept (COUNT) ; \

Completed in 294 milliseconds

12