Searched refs:FSE_buildCTable_wksp (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c61 /* FSE_buildCTable_wksp() :
66 size_t FSE_buildCTable_wksp(FSE_CTable* ct, function
175 return FSE_buildCTable_wksp(ct, normalizedCounter, maxSymbolValue, tableLog, tableSymbol, sizeof(tableSymbol));
667 CHECK_F( FSE_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, scratchBuffer, scratchBufferSize) );
H A Dzstd_compress_sequences.c245 FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropyWorkspace, entropyWorkspaceSize), ""); /* note : could be pre-calculated */
259 FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, norm, max, tableLog, entropyWorkspace, entropyWorkspaceSize), "");
H A Dhuf_compress.c96 CHECK_F( FSE_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, scratchBuffer, sizeof(scratchBuffer)) );
H A Dzstd_compress.c2932 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
2947 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
2962 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c265 FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropyWorkspace, entropyWorkspaceSize), ""); /* note : could be pre-calculated */
282 FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, wksp->norm, max, tableLog, wksp->wksp, sizeof(wksp->wksp)), "FSE_buildCTable_wksp failed");
H A Dfse_compress.c62 /* FSE_buildCTable_wksp() :
67 size_t FSE_buildCTable_wksp(FSE_CTable* ct, function
707 CHECK_F( FSE_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, scratchBuffer, scratchBufferSize) );
H A Dhuf_compress.c122 CHECK_F( FSE_buildCTable_wksp(wksp->CTable, wksp->norm, maxSymbolValue, tableLog, wksp->scratchBuffer, sizeof(wksp->scratchBuffer)) );
H A Dzstd_compress.c4344 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
4358 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
4372 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h103 #define FSE_buildCTable_wksp zfs_FSE_buildCTable_wksp macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h323 /* FSE_buildCTable_wksp() :
327 size_t FSE_buildCTable_wksp(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workSpace, size_t wkspSize);
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h336 /* FSE_buildCTable_wksp() :
339 * See FSE_buildCTable_wksp() for breakdown of workspace usage.
343 size_t FSE_buildCTable_wksp(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workSpace, size_t wkspSize);

Completed in 248 milliseconds