Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dfse_compress.c76 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local
90 tableU16[-2] = (U16) tableLog; in FSE_buildCTable_wksp()
91 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_wksp()
173tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
532 U16* tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_rle() local
537 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
538 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle()
541 tableU16[0] = 0; in FSE_buildCTable_rle()
542 tableU16[1] = 0; /* just in case */ in FSE_buildCTable_rle()