Lines Matching defs:symbol
82 /* single-symbol decoding */
88 } HUF_DEltX2; /* single-symbol decoding */
388 BYTE symbol;
417 const U32 symbol = sortedSymbols[s].symbol;
425 ZSTD_writeLE16(&(DElt.sequence), (U16)(baseSeq + (symbol << 8)));
452 const U16 symbol = sortedList[s].symbol;
458 if (targetLog - nbBits >= minBits) { /* enough room for a second symbol */
465 sortedListSize - sortedRank, nbBitsBaseline, symbol);
468 ZSTD_writeLE16(&(DElt.sequence), symbol);
555 sortedSymbol[r].symbol = (BYTE)s;
613 /* ugly hack; works only because it's the last symbol. Note : can't easily extract nbBits from just this symbol */