HomeSort by: relevance | last modified time | path
    Searched defs:errorMsg (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
zstdcli.c 384 static const char errorMsg[] = "error: numeric value overflows 32-bit unsigned int";
386 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); }
396 static const char errorMsg[] = "error: numeric value overflows 32-bit int";
403 if (readU32FromCharChecked(stringPtr, &result)) { errorOut(errorMsg); }
446 static const char errorMsg[] = "error: numeric value overflows size_t";
448 if (readSizeTFromCharChecked(stringPtr, &result)) { errorOut(errorMsg); }
  /src/external/bsd/zstd/dist/tests/
fullbench.c 1038 const char errorMsg[] = "error: numeric value too large";
1042 if (result > max) ERROR_OUT(errorMsg);
1049 if (result > maxK) ERROR_OUT(errorMsg);
1052 if (result > maxK) ERROR_OUT(errorMsg);
paramgrill.c 2588 const char errorMsg[] = "error: numeric value too large";
2594 if (result > max) errorOut(errorMsg);
2602 if (result > maxK) errorOut(errorMsg);
2605 if (result > maxK) errorOut(errorMsg);

Completed in 44 milliseconds