Searched refs:MAX_ERRORS (Results 1 – 4 of 4) sorted by relevance
244 const int MAX_ERRORS = 9; in comparePaths() local245 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()274 const int MAX_ERRORS = 8; in comparePaths() local277 if (errors2x2 < MAX_ERRORS) { in comparePaths()285 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()292 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
168 enum { MAX_ERRORS=50 }; enumerator246 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()252 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()269 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()275 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
3071 const int MAX_ERRORS = 9; in VerifyOp() local3072 if (errors > MAX_ERRORS) { in VerifyOp()3104 const int MAX_ERRORS = 9; in VerifySimplify() local3105 if (errors > MAX_ERRORS) { in VerifySimplify()
141 #define MAX_ERRORS 5 macro666 for (k = 0, res = 0; (k < 1000) && (num_errors < MAX_ERRORS); in run_sg_scan_tests()818 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in run_sg_scan_tests()3102 for (k = 0, res = 0; (k < MAX_SG_DEVS) && (num_errors < MAX_ERRORS); in show_scsi_maps()3155 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in show_scsi_maps()3274 for (k = 0, res = 0; (k < max_dev) && (num_errors < MAX_ERRORS); in scan_dev_type()