Home
last modified time | relevance | path

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

/external/zstd/lib/dictBuilder/
Dcover.h155 COVER_dictSelection_t COVER_selectDict(BYTE* customDictContent, size_t dictBufferCapacity,
Dcover.c958 COVER_dictSelection_t COVER_selectDict(BYTE* customDictContent, size_t dictBufferCapacity, in COVER_selectDict() function
1091 selection = COVER_selectDict(dict + tail, dictBufferCapacity, dictBufferCapacity - tail, in COVER_tryParameters()
Dfastcover.c490 selection = COVER_selectDict(dict + tail, dictBufferCapacity, dictBufferCapacity - tail, in FASTCOVER_tryParameters()