Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngimage.c522 #define LEVEL_MASK 0xf /* where the level is in 'options' */ macro
688 if (level > (error_level)(dp->options & LEVEL_MASK)) in display_log()
1589 d.options = (d.options & ~LEVEL_MASK) | VERBOSE; in main()
1592 d.options = (d.options & ~LEVEL_MASK) | WARNINGS; in main()
1595 d.options = (d.options & ~LEVEL_MASK) | ERRORS; in main()
1598 d.options = (d.options & ~LEVEL_MASK) | QUIET; in main()
/external/libpng/contrib/tools/
Dpngcp.c133 #define LEVEL_MASK 0xf /* where the level is in 'options' */ macro
596 if (level > (error_level)(dp->options & LEVEL_MASK)) in display_log()
1470 if (options[j].opt < LEVEL_MASK) in opt_check()
1474 dp->options = (dp->options & ~LEVEL_MASK) | options[j].opt; in opt_check()