Home
last modified time | relevance | path

Searched defs:ZSTD_Cctx_s (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1427 typedef struct ZSTD_Cctx_s struct
1429 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];