Searched refs:tableU16 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dfse_compress.c74 U16* const tableU16 = ( (U16*) ptr) + 2; local
88 tableU16[-2] = (U16) tableLog;
89 tableU16[-1] = (U16) maxSymbolValue;
171 tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next state value */
543 U16* const tableU16 = ( (U16*) ptr) + 2; local
552 tableU16[-2] = (U16) nbBits;
553 tableU16[-1] = (U16) maxSymbolValue;
557 tableU16[s] = (U16)(tableSize + s);
573 U16* tableU16 = ( (U16*) ptr) + 2; local
578 tableU16[
[all...]

Completed in 157 milliseconds