Lines Matching defs:tableU16
97 U16 *const tableU16 = ((U16 *)ptr) + 2;
118 tableU16[-2] = (U16)tableLog;
119 tableU16[-1] = (U16)maxSymbolValue;
162 tableU16[cumul[s]++] = (U16)(tableSize + u); /* TableU16 : sorted by symbol order; gives next state value */
672 U16 *const tableU16 = ((U16 *)ptr) + 2;
682 tableU16[-2] = (U16)nbBits;
683 tableU16[-1] = (U16)maxSymbolValue;
687 tableU16[s] = (U16)(tableSize + s);
705 U16 *tableU16 = ((U16 *)ptr) + 2;
710 tableU16[-2] = (U16)0;
711 tableU16[-1] = (U16)symbolValue;
714 tableU16[0] = 0;
715 tableU16[1] = 0; /* just in case */