HomeSort by relevance Sort by last modified time
    Searched refs:error_limit (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 136 int16_t error_limit = m_Config.options().maxErrorNum(); local
137 if ((error_limit != -1) &&
138 (getNumErrors() > static_cast<unsigned>(error_limit))) {
141 m_OStream << "too many error messages (>" << error_limit << ")...\n"; local
  /external/jpeg/
jquant2.c 968 int *error_limit = cquantize->error_limiter; local
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 260 compare_8bit(int v1, int v2, int error_limit, int multiple_algorithms)
265 if (e <= error_limit)
283 compare_16bit(int v1, int v2, int error_limit, int multiple_algorithms)
288 if (e <= error_limit)
    [all...]

Completed in 357 milliseconds