Searched refs:symbol (Results 1 – 11 of 11) sorted by relevance
/lib/zstd/ |
D | fse.h | 303 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 …]
|
D | fse_decompress.c | 116 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()
|
D | fse_compress.c | 142 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()
|
D | huf_decompress.c | 388 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()
|
D | huf_compress.c | 521 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/ |
D | xz_dec_lzma2.c | 554 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/ |
D | decompress_unlzma.c | 174 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()
|
D | Kconfig.kgdb | 108 0x0002 - allow arbitrary reads from memory and symbol lookup
|
D | Kconfig | 426 Drivers should declare a default value for this symbol if 433 Drivers should declare a default value for this symbol if
|
D | Kconfig.debug | 211 # 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/ |
D | Kconfig | 21 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
|