Lines Matching +defs:p +defs:table
394 void FSE_Generate(CFseRecord *table, in FSE_Generate()
522 CFseRecord table[1 << 6]; in Print_Predef() local
555 #define GET16(dest, p) { const Byte *ptr = p; dest = GetUi16(ptr); } argument
556 #define GET32(dest, p) { const Byte *ptr = p; dest = GetUi32(ptr); } argument
584 SRes FSE_DecodeHeader(CFseRecord *const table, in FSE_DecodeHeader()
696 #define HUF_GET_SYMBOLS(table) ((table) + (1 << HUF_MAX_BITS) + HUF_DUMMY_SIZE) argument
717 void Huf_Build(Byte * const table, in Huf_Build()
892 SRes Huf_Decompress_1stream(const Byte * const table, in Huf_Decompress_1stream()
946 Byte table[HUF_TABLE_SIZE]; in Huf_Decompress_4stream() local
1097 static SRes Huf_DecodeTable(CZstdDecHufTable *const p, CInBufPair *const in) in Huf_DecodeTable()
1132 CFseRecord table[1 << MAX_ACCURACY_LOG_FOR_WEIGHTS]; in Huf_DecodeTable() local
1274 FSE_Decode_SeqTable(CFseRecord * const table, in FSE_Decode_SeqTable()
1371 #define ZstdDec1_GET_BLOCK_SIZE_LIMIT(p) \ argument
1375 #define IS_SEQ_TABLES_WERE_SET(p) (((p)->ml_accuracy != SEQ_TABLES_WERE_NOT_SET_ml_accuracy)) argument
1379 static void ZstdDec1_Construct(CZstdDec1 *p) in ZstdDec1_Construct()
1396 static void ZstdDec1_Init(CZstdDec1 *p) in ZstdDec1_Init()
1745 #define UPDATE_TOTAL_OUT(p, size) \ argument
1824 #define FSE_Peek_1(table, state) table[state] argument
1856 #define GET64(dest, p) { const Byte *ptr = p; dest = GetUi64(ptr); } argument
1976 SRes Decompress_Sequences(CZstdDec1 * const p,
2308 SRes ZstdDec1_DecodeBlock(CZstdDec1 *p,
2778 #define ZstdDec_GET_UNPROCESSED_XXH64_SIZE(p) \ argument
2781 #define ZSTD_DEC_IS_LAST_BLOCK(p) ((p)->isLastBlock) argument
2784 static void ZstdDec_FreeWindow(CZstdDec * const p) argument
2798 CZstdDec *p = (CZstdDec *)ISzAlloc_Alloc(alloc_Small, sizeof(CZstdDec)); local
2812 void ZstdDec_Destroy(CZstdDecHandle p)
2860 static SRes ZstdDec_AllocateMisc(CZstdDec *p)
2886 static void ZstdDec_Init_ForNewFrame(CZstdDec *p)
2900 void ZstdDec_Init(CZstdDec *p)
2917 static EZstd2State ZstdDec_UpdateState(CZstdDec * const p, const Byte b, CZstdDecInfo * const info)
3151 static void ZstdDec_Update_XXH(CZstdDec * const p, size_t xxh64_winPos)
3211 static SRes ZstdDec_DecodeBlock(CZstdDec * const p, CZstdDecState * const ds,
3593 SRes ZstdDec_Decode(CZstdDecHandle dec, CZstdDecState *p)
4015 const CZstdDecState *p,
4064 void ZstdDecState_Clear(CZstdDecState *p)