Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_decompress.c170 size_t FSE_buildDTable_rle(FSE_DTable *dt, BYTE symbolValue) in FSE_buildDTable_rle() function
Dfse.h281 size_t FSE_buildDTable_rle(FSE_DTable *dt, unsigned char symbolValue);
Ddecompress.c762 FSE_buildDTable_rle(DTableSpace, *(const BYTE *)src); in ZSTD_buildSeqTable()