Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h234 FSE_PUBLIC_API FSE_DTable* FSE_createDTable(unsigned tableLog);
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dfse.h247 FSE_PUBLIC_API FSE_DTable* FSE_createDTable(unsigned tableLog);
H A Dfse_decompress.c60 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable() function