Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c953 COVER_dictSelection_t COVER_dictSelectionError(size_t error) { in COVER_dictSelectionError() function
981 return COVER_dictSelectionError(dictContentSize); in COVER_selectDict()
993 return COVER_dictSelectionError(dictContentSize); in COVER_selectDict()
1004 return COVER_dictSelectionError(totalCompressedSize); in COVER_selectDict()
1027 return COVER_dictSelectionError(dictContentSize); in COVER_selectDict()
1039 return COVER_dictSelectionError(totalCompressedSize); in COVER_selectDict()
1084 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in COVER_tryParameters()
H A Dcover.h142 COVER_dictSelection_t COVER_dictSelectionError(size_t error);
H A Dfastcover.c485 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in FASTCOVER_tryParameters()