Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 11 of 11) sorted by relevance

/lib/zstd/
Dfse.h303 static void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *CStatePtr, unsigned symbol);
441 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2() argument
445 …ressionTransform symbolTT = ((const FSE_symbolCompressionTransform *)(statePtr->symbolTT))[symbol]; in FSE_initCState2()
453 ZSTD_STATIC void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *statePtr, U32 symbol) in FSE_encodeSymbol() argument
455 …ressionTransform symbolTT = ((const FSE_symbolCompressionTransform *)(statePtr->symbolTT))[symbol]; in FSE_encodeSymbol()
477 unsigned char symbol; member
493 return DInfo.symbol; in FSE_peekSymbol()
508 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
512 return symbol; in FSE_decodeSymbol()
521 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
[all …]
Dfse_decompress.c116 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
136 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
150 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable_wksp() local
151 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable_wksp()
174 cell->symbol = symbolValue; in FSE_buildDTable_rle()
200 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw()
Dfse_compress.c142 U32 symbol; in FSE_buildCTable_wksp() local
143 for (symbol = 0; symbol <= maxSymbolValue; symbol++) { in FSE_buildCTable_wksp()
145 for (nbOccurences = 0; nbOccurences < normalizedCounter[symbol]; nbOccurences++) { in FSE_buildCTable_wksp()
146 tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol; in FSE_buildCTable_wksp()
Dhuf_decompress.c388 BYTE symbol; member
417 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() local
425 ZSTD_writeLE16(&(DElt.sequence), (U16)(baseSeq + (symbol << 8))); in HUF_fillDTableX4Level2()
452 const U16 symbol = sortedList[s].symbol; in HUF_fillDTableX4() local
465 sortedListSize - sortedRank, nbBitsBaseline, symbol); in HUF_fillDTableX4()
468 ZSTD_writeLE16(&(DElt.sequence), symbol); in HUF_fillDTableX4()
555 sortedSymbol[r].symbol = (BYTE)s; in HUF_readDTableX4_wksp()
Dhuf_compress.c521 static void HUF_encodeSymbol(BIT_CStream_t *bitCPtr, U32 symbol, const HUF_CElt *CTable) in HUF_encodeSymbol() argument
523 BIT_addBitsFast(bitCPtr, CTable[symbol].val, CTable[symbol].nbBits); in HUF_encodeSymbol()
/lib/xz/
Dxz_dec_lzma2.c554 uint32_t symbol = 1; in rc_bittree() local
557 if (rc_bit(rc, &probs[symbol])) in rc_bittree()
558 symbol = (symbol << 1) + 1; in rc_bittree()
560 symbol <<= 1; in rc_bittree()
561 } while (symbol < limit); in rc_bittree()
563 return symbol; in rc_bittree()
571 uint32_t symbol = 1; in rc_bittree_reverse() local
575 if (rc_bit(rc, &probs[symbol])) { in rc_bittree_reverse()
576 symbol = (symbol << 1) + 1; in rc_bittree_reverse()
579 symbol <<= 1; in rc_bittree_reverse()
[all …]
/lib/
Ddecompress_unlzma.c174 static int INIT rc_get_bit(struct rc *rc, uint16_t *p, int *symbol) in rc_get_bit() argument
178 *symbol *= 2; in rc_get_bit()
182 *symbol = *symbol * 2 + 1; in rc_get_bit()
201 rc_bit_tree_decode(struct rc *rc, uint16_t *p, int num_levels, int *symbol) in rc_bit_tree_decode() argument
205 *symbol = 1; in rc_bit_tree_decode()
207 rc_get_bit(rc, p + *symbol, symbol); in rc_bit_tree_decode()
208 *symbol -= 1 << num_levels; in rc_bit_tree_decode()
DKconfig.kgdb108 0x0002 - allow arbitrary reads from memory and symbol lookup
DKconfig426 Drivers should declare a default value for this symbol if
433 Drivers should declare a default value for this symbol if
DKconfig.debug211 # Clang is known to generate .{s,u}leb128 with symbol deltas with DWARF5, which
314 extensions such as accelerators for symbol indexing and the format
/lib/crypto/
DKconfig21 This symbol can be depended upon by arch implementations of the
37 This symbol can be depended upon by arch implementations of the
63 This symbol can be depended upon by arch implementations of the
99 This symbol can be depended upon by arch implementations of the