Searched defs:redundant (Results 1 - 2 of 2) sorted by relevance

/external/bzip2/
H A Dbzip2.c1670 void redundant ( Char* flag ) function
1674 "%s: %s is redundant in versions 0.9.5 and above\n",
1922 if (ISFLAG("--repetitive-best")) redundant(aa->name); else
1923 if (ISFLAG("--repetitive-fast")) redundant(aa->name); else
/external/libpng/contrib/libtests/
H A Dpngstest.c503 static void format_default(format_list *pf, int redundant) argument
505 if (redundant)
520 /* Eliminate redundant and unsupported settings. */
3503 int redundant = 0; local
3557 else if (strcmp(arg, "--redundant") == 0)
3558 redundant = 1;
3622 format_default(&formats, redundant);

Completed in 130 milliseconds