Home | History | Annotate | Download | only in des

Lines Matching defs:COUNT

405 	for (count=0,run=1; COND(cb); count++) \
411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
412 tm[index]=((double)COUNT(cb))/tm[index];
420 long count;
452 count=10;
457 count*=2;
459 for (i=count; i; i--)
463 ca=count;
464 cb=count*3;
465 cc=count*3*8/BUFSIZE+1;
466 cd=count*8/BUFSIZE+1;
468 ce=count/20+1;
469 #define COND(d) (count != (d))
470 #define COUNT(d) (d)
473 #define COUNT(d) (count)