Home | History | Annotate | Download | only in rc4

Lines Matching defs:COUNT

176 	long count;
196 count=10;
201 count*=2;
203 for (i=count; i; i--)
207 ca=count/512;
208 cc=count*8/BUFSIZE+1;
210 #define COND(d) (count != (d))
211 #define COUNT(d) (d)
214 #define COUNT(d) (count)
221 for (count=0,run=1; COND(ca); count+=4)
229 printf("%ld RC4_set_key's in %.2f seconds\n",count,d);
230 a=((double)COUNT(ca))/d;
239 for (count=0,run=1; COND(cc); count++)
243 count,BUFSIZE,d);
244 c=((double)COUNT(cc)*BUFSIZE)/d;