Lines Matching refs:U16
97 U16 *const tableU16 = ((U16 *)ptr) + 2; in FSE_buildCTable_wksp()
118 tableU16[-2] = (U16)tableLog; in FSE_buildCTable_wksp()
119 tableU16[-1] = (U16)maxSymbolValue; in FSE_buildCTable_wksp()
162 …tableU16[cumul[s]++] = (U16)(tableSize + u); /* TableU16 : sorted by symbol order; gives next stat… in FSE_buildCTable_wksp()
672 U16 *const tableU16 = ((U16 *)ptr) + 2; in FSE_buildCTable_raw()
682 tableU16[-2] = (U16)nbBits; in FSE_buildCTable_raw()
683 tableU16[-1] = (U16)maxSymbolValue; in FSE_buildCTable_raw()
687 tableU16[s] = (U16)(tableSize + s); in FSE_buildCTable_raw()
705 U16 *tableU16 = ((U16 *)ptr) + 2; in FSE_buildCTable_rle()
710 tableU16[-2] = (U16)0; in FSE_buildCTable_rle()
711 tableU16[-1] = (U16)symbolValue; in FSE_buildCTable_rle()