Lines Matching defs:errors
7 #define FLAG_ERASURE 1 /* Randomly flag 50% of errors as erasures */
47 int errors;
57 for(errors=0;errors <= NROOTS/2;errors++){
69 /* Make temp copy, seed with errors */
74 for(i=0;i<errors;i++){
99 if(derrors != errors){
101 printf(" decoder says %d errors, true number is %d\n",derrors,errors);
113 printf(" uncorrected errors! output ^ input:");