Searched refs:tableU16 (Results 1 – 2 of 2) sorted by relevance
74 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local87 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() local542 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 …]
7552 U16* const tableU16 = ( (U16*) ptr) + 2; in FSE_buildCTable_wksp() local7563 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() local8018 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 …]