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

  /src/external/bsd/zstd/dist/lib/dictBuilder/
cover.h 136 COVER_dictSelection_t COVER_dictSelectionError(size_t error);
cover.c 1008 COVER_dictSelection_t COVER_dictSelectionError(size_t error) {
1035 return COVER_dictSelectionError(dictContentSize);
1047 return COVER_dictSelectionError(dictContentSize);
1058 return COVER_dictSelectionError(totalCompressedSize);
1080 return COVER_dictSelectionError(dictContentSize);
1092 return COVER_dictSelectionError(totalCompressedSize);
1133 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC));
fastcover.c 485 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC));

Completed in 17 milliseconds