Home | History | Annotate | Download | only in rc2

Lines Matching defs:COUNT

176 	long count;
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))
212 #define COUNT(d) (d)
215 #define COUNT(d) (count)
222 for (count=0,run=1; COND(ca); count+=4)
230 printf("%ld RC2_set_key's in %.2f seconds\n",count,d);
231 a=((double)COUNT(ca))/d;
240 for (count=0,run=1; COND(cb); count+=4)
250 printf("%ld RC2_encrypt's in %.2f second\n",count,d);
251 b=((double)COUNT(cb)*8)/d;
262 for (count=0,run=1; COND(cc); count++)
267 count,BUFSIZE,d);
268 c=((double)COUNT(cc)*BUFSIZE)/d;