Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h336 } ZDICT_fastCover_params_t; typedef
398 ZDICT_fastCover_params_t parameters);
421 ZDICT_fastCover_params_t* parameters);
/freebsd/sys/contrib/zstd/programs/
H A Ddibio.h37 ZDICT_fastCover_params_t* fastCoverParams, int optimize, unsigned memLimit);
H A Dzstdcli.c513 static unsigned parseFastCoverParameters(const char* stringPtr, ZDICT_fastCover_params_t* params) in parseFastCoverParameters()
574 static ZDICT_fastCover_params_t defaultFastCoverParams(void) in defaultFastCoverParams()
576 ZDICT_fastCover_params_t params; in defaultFastCoverParams()
904 ZDICT_fastCover_params_t fastCoverParams = defaultFastCoverParams(); in main()
H A Ddibio.c315 ZDICT_fastCover_params_t* fastCoverParams, int optimize, unsigned memLimit) in DiB_trainFromFiles()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c518 FASTCOVER_convertToCoverParams(ZDICT_fastCover_params_t fastCoverParams, in FASTCOVER_convertToCoverParams()
533 ZDICT_fastCover_params_t* fastCoverParams, in FASTCOVER_convertToFastCoverParams()
552 ZDICT_fastCover_params_t parameters) in ZDICT_trainFromBuffer_fastCover()
622 ZDICT_fastCover_params_t* parameters) in ZDICT_optimizeTrainFromBuffer_fastCover()
H A Dzdict.c1110 ZDICT_fastCover_params_t params; in ZDICT_trainFromBuffer()