Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c702 size_t FSE_buildCTable_rle(FSE_CTable *ct, BYTE symbolValue) in FSE_buildCTable_rle() argument
711 tableU16[-1] = (U16)symbolValue; in FSE_buildCTable_rle()
718 symbolTT[symbolValue].deltaNbBits = 0; in FSE_buildCTable_rle()
719 symbolTT[symbolValue].deltaFindState = 0; in FSE_buildCTable_rle()
Dfse_decompress.c170 size_t FSE_buildDTable_rle(FSE_DTable *dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
181 cell->symbol = symbolValue; in FSE_buildDTable_rle()
Dfse.h269 size_t FSE_buildCTable_rle(FSE_CTable *ct, unsigned char symbolValue);
281 size_t FSE_buildDTable_rle(FSE_DTable *dt, unsigned char symbolValue);