Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A 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()
H A Dfse_decompress.c163 size_t FSE_buildDTable_rle(FSE_DTable *dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
174 cell->symbol = symbolValue; in FSE_buildDTable_rle()
H A 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);