Searched defs:ZSTD_Cctx_s (Results 1 – 1 of 1) sorted by relevance
1427 typedef struct ZSTD_Cctx_s struct1429 const BYTE* base;1430 U32 current;1431 U32 nextUpdate;1432 seqStore_t seqStore;1434 __m256i hashTable[HASH_TABLESIZE>>3];1436 U32 hashTable[HASH_TABLESIZE];1438 BYTE buffer[WORKPLACESIZE];