Lines Matching refs:U16
74 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp()
80 U16* cumul = (U16*)workSpace; /* size = maxSV1 */ in FSE_buildCTable_wksp()
88 tableU16[-2] = (U16) tableLog; in FSE_buildCTable_wksp()
89 tableU16[-1] = (U16) maxSymbolValue; in FSE_buildCTable_wksp()
108 cumul[u] = cumul[u-1] + (U16)normalizedCounter[u-1]; in FSE_buildCTable_wksp()
111 cumul[maxSV1] = (U16)(tableSize+1); in FSE_buildCTable_wksp()
171 …tableU16[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()
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()
578 tableU16[-2] = (U16) 0; in FSE_buildCTable_rle()
579 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle()