Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c73 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local
84 tableU16[-2] = (U16) tableLog; in FSE_buildCTable_wksp()
85 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_wksp()
127tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
504 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_raw() local
513 tableU16[-2] = (U16) nbBits; in FSE_buildCTable_raw()
514 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_raw()
518 tableU16[s] = (U16)(tableSize + s); in FSE_buildCTable_raw()
534 U16* tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_rle() local
539 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c74 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local
88 tableU16[-2] = (U16) tableLog; in FSE_buildCTable_wksp()
89 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_wksp()
171tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
543 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_raw() local
552 tableU16[-2] = (U16) nbBits; in FSE_buildCTable_raw()
553 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_raw()
557 tableU16[s] = (U16)(tableSize + s); in FSE_buildCTable_raw()
573 U16* tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_rle() local
578 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
[all …]