Searched refs:MAX_ERRORS (Results 1 – 4 of 4) sorted by relevance
155 enum { MAX_ERRORS=50 }; enumerator233 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()239 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()256 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()262 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
329 const int MAX_ERRORS = 9; in comparePaths() local330 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()360 const int MAX_ERRORS = 8; in comparePaths() local363 if (errors2x2 < MAX_ERRORS) { in comparePaths()371 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()378 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
3085 const int MAX_ERRORS = 9; in VerifyOp() local3086 if (errors > MAX_ERRORS) { in VerifyOp()3118 const int MAX_ERRORS = 9; in VerifySimplify() local3119 if (errors > MAX_ERRORS) { in VerifySimplify()
144 #define MAX_ERRORS 5 macro669 for (k = 0, res = 0; (k < 1000) && (num_errors < MAX_ERRORS); in run_sg_scan_tests()821 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in run_sg_scan_tests()3105 for (k = 0, res = 0; (k < MAX_SG_DEVS) && (num_errors < MAX_ERRORS); in show_scsi_maps()3158 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in show_scsi_maps()3277 for (k = 0, res = 0; (k < max_dev) && (num_errors < MAX_ERRORS); in scan_dev_type()