Searched refs:error_fraction (Results 1 – 1 of 1) sorted by relevance
85 static int error_fraction = 0; variable398 if ( error_count == 0 && error_fraction == 0 ) in getErrorCnt()401 return error_count + ceil( error_fraction * item->len ); in getErrorCnt()588 error_fraction = 0; in main()602 error_fraction = strtod( argv[++i], &end ); in main()
Completed in 3 milliseconds