Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dcover.c902 COVER_dictSelection_t selection) { in COVER_best_finish()
946 COVER_dictSelection_t selection = { NULL, 0, error }; in COVER_dictSelectionError() local
950 unsigned COVER_dictSelectionIsError(COVER_dictSelection_t selection) { in COVER_dictSelectionIsError()
954 void COVER_dictSelectionFree(COVER_dictSelection_t selection){ in COVER_dictSelectionFree()
1000 COVER_dictSelection_t selection = { largestDictbuffer, dictContentSize, totalCompressedSize }; in COVER_selectDict() local
1035 … COVER_dictSelection_t selection = { candidateDictBuffer, dictContentSize, totalCompressedSize }; in COVER_selectDict() local
1044 COVER_dictSelection_t selection = { largestDictbuffer, dictContentSize, totalCompressedSize }; in COVER_selectDict() local
1075 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in COVER_tryParameters() local
H A Dfastcover.c477 COVER_dictSelection_t selection = COVER_dictSelectionError(ERROR(GENERIC)); in FASTCOVER_tryParameters() local