Home
last modified time | relevance | path

Searched refs:ZDICT_fastCover_params_t (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.h159 } ZDICT_fastCover_params_t; typedef
221 ZDICT_fastCover_params_t parameters);
244 ZDICT_fastCover_params_t* parameters);
H A Dfastcover.c510 FASTCOVER_convertToCoverParams(ZDICT_fastCover_params_t fastCoverParams, in FASTCOVER_convertToCoverParams()
525 ZDICT_fastCover_params_t* fastCoverParams, in FASTCOVER_convertToFastCoverParams()
544 ZDICT_fastCover_params_t parameters) in ZDICT_trainFromBuffer_fastCover()
614 ZDICT_fastCover_params_t* parameters) in ZDICT_optimizeTrainFromBuffer_fastCover()
H A Dzdict.c1114 ZDICT_fastCover_params_t params; in ZDICT_trainFromBuffer()
/f-stack/freebsd/contrib/zstd/programs/
H A Ddibio.h37 ZDICT_fastCover_params_t* fastCoverParams, int optimize);
H A Dzstdcli.c432 static unsigned parseFastCoverParameters(const char* stringPtr, ZDICT_fastCover_params_t* params) in parseFastCoverParameters()
493 static ZDICT_fastCover_params_t defaultFastCoverParams(void) in defaultFastCoverParams()
495 ZDICT_fastCover_params_t params; in defaultFastCoverParams()
746 ZDICT_fastCover_params_t fastCoverParams = defaultFastCoverParams(); in main()
H A Ddibio.c273 ZDICT_fastCover_params_t* fastCoverParams, int optimize) in DiB_trainFromFiles()