Searched refs:MAX_ERRORS_TO_PRINT (Results 1 – 5 of 5) sorted by relevance
24 #define MAX_ERRORS_TO_PRINT 1 macro
246 if (count >= MAX_ERRORS_TO_PRINT) { in verify_long()441 if (count >= MAX_ERRORS_TO_PRINT) { in verify_ulong()642 if (count >= MAX_ERRORS_TO_PRINT) { in verify_int()837 if (count >= MAX_ERRORS_TO_PRINT) { in verify_uint()1033 if (count >= MAX_ERRORS_TO_PRINT) { in verify_short()1231 if (count >= MAX_ERRORS_TO_PRINT) { in verify_ushort()1431 if (count >= MAX_ERRORS_TO_PRINT) { in verify_char()1637 if (count >= MAX_ERRORS_TO_PRINT) { in verify_uchar()
25 #define MAX_ERRORS_TO_PRINT 10 macro
705 if (errors_printed > MAX_ERRORS_TO_PRINT) in test_shuffle_dual_kernel()