Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c74 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local
87 tableU16[-2] = (U16) tableLog; in FSE_buildCTable_wksp()
88 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_wksp()
516 tableU16[-2] = (U16) nbBits; in FSE_buildCTable_raw()
517 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_raw()
521 tableU16[s] = (U16)(tableSize + s); in FSE_buildCTable_raw()
537 U16* tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_rle() local
542 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
543 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle()
546 tableU16[0] = 0; in FSE_buildCTable_rle()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7552 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local
7563 tableU16[-2] = (U16) tableLog; in FSE_buildCTable_wksp()
7564 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_wksp()
7992 tableU16[-2] = (U16) nbBits; in FSE_buildCTable_raw()
7993 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_raw()
7997 tableU16[s] = (U16)(tableSize + s); in FSE_buildCTable_raw()
8013 U16* tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_rle() local
8018 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
8019 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle()
8022 tableU16[0] = 0; in FSE_buildCTable_rle()
[all …]