Home
last modified time | relevance | path

Searched refs:COVER_dictSelectionError (Results 1 – 3 of 3) sorted by relevance

/external/zstd/lib/dictBuilder/
Dcover.c945 COVER_dictSelection_t COVER_dictSelectionError(size_t error) { in COVER_dictSelectionError() function
973 return COVER_dictSelectionError(dictContentSize); in COVER_selectDict()
985 return COVER_dictSelectionError(dictContentSize); in COVER_selectDict()
996 return COVER_dictSelectionError(totalCompressedSize); in COVER_selectDict()
1019 return COVER_dictSelectionError(dictContentSize); in COVER_selectDict()
1031 return COVER_dictSelectionError(totalCompressedSize); in COVER_selectDict()
1075 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in COVER_tryParameters()
Dcover.h141 COVER_dictSelection_t COVER_dictSelectionError(size_t error);
Dfastcover.c477 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in FASTCOVER_tryParameters()