Lines Matching refs:tableU16
74 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()
130 …tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
500 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_raw() local
509 tableU16[-2] = (U16) nbBits; in FSE_buildCTable_raw()
510 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_raw()
514 tableU16[s] = (U16)(tableSize + s); in FSE_buildCTable_raw()
530 U16* tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_rle() local
535 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
536 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle()
539 tableU16[0] = 0; in FSE_buildCTable_rle()
540 tableU16[1] = 0; /* just in case */ in FSE_buildCTable_rle()