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