Home
last modified time | relevance | path

Searched refs:ERRORS (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c513 ERRORS, /* just errors */ enumerator
538 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0)
705 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: in display_log()
762 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()
1568 else if (ret < ERRORS) /* shouldn't longjmp on warnings */ in do_test()
1595 d.options = (d.options & ~LEVEL_MASK) | ERRORS; in main()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngcp.c124 ERRORS, /* just errors */ enumerator
155 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0)
294 S(errors, ERRORS)
613 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: in display_log()
631 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()
2297 if (ret < ERRORS) /* shouldn't longjmp on warnings */ in cppng()

Completed in 15 milliseconds