BIT_DStream_t     118 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_initDStream(BIT_DStream_t *bitD, const void *srcBuffer, size_t srcSize);
BIT_DStream_t     119 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_readBits(BIT_DStream_t *bitD, unsigned nbBits);
BIT_DStream_t     120 lib/zstd/bitstream.h ZSTD_STATIC BIT_DStream_status BIT_reloadDStream(BIT_DStream_t *bitD);
BIT_DStream_t     121 lib/zstd/bitstream.h ZSTD_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t *bitD);
BIT_DStream_t     142 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_readBitsFast(BIT_DStream_t *bitD, unsigned nbBits);
BIT_DStream_t     239 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_initDStream(BIT_DStream_t *bitD, const void *srcBuffer, size_t srcSize)
BIT_DStream_t     299 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_lookBits(const BIT_DStream_t *bitD, U32 nbBits)
BIT_DStream_t     307 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_lookBitsFast(const BIT_DStream_t *bitD, U32 nbBits)
BIT_DStream_t     313 lib/zstd/bitstream.h ZSTD_STATIC void BIT_skipBits(BIT_DStream_t *bitD, U32 nbBits) { bitD->bitsConsumed += nbBits; }
BIT_DStream_t     320 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_readBits(BIT_DStream_t *bitD, U32 nbBits)
BIT_DStream_t     329 lib/zstd/bitstream.h ZSTD_STATIC size_t BIT_readBitsFast(BIT_DStream_t *bitD, U32 nbBits)
BIT_DStream_t     341 lib/zstd/bitstream.h ZSTD_STATIC BIT_DStream_status BIT_reloadDStream(BIT_DStream_t *bitD)
BIT_DStream_t     374 lib/zstd/bitstream.h ZSTD_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t *DStream)
BIT_DStream_t     869 lib/zstd/decompress.c 	BIT_DStream_t DStream;
BIT_DStream_t     358 lib/zstd/fse.h static void FSE_initDState(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD, const FSE_DTable *dt);
BIT_DStream_t     360 lib/zstd/fse.h static unsigned char FSE_decodeSymbol(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD);
BIT_DStream_t     416 lib/zstd/fse.h static unsigned char FSE_decodeSymbolFast(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD);
BIT_DStream_t     481 lib/zstd/fse.h ZSTD_STATIC void FSE_initDState(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD, const FSE_DTable *dt)
BIT_DStream_t     496 lib/zstd/fse.h ZSTD_STATIC void FSE_updateState(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD)
BIT_DStream_t     504 lib/zstd/fse.h ZSTD_STATIC BYTE FSE_decodeSymbol(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD)
BIT_DStream_t     517 lib/zstd/fse.h ZSTD_STATIC BYTE FSE_decodeSymbolFast(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD)
BIT_DStream_t     222 lib/zstd/fse_decompress.c 	BIT_DStream_t bitD;
BIT_DStream_t     158 lib/zstd/huf_decompress.c static BYTE HUF_decodeSymbolX2(BIT_DStream_t *Dstream, const HUF_DEltX2 *dt, const U32 dtLog)
BIT_DStream_t     176 lib/zstd/huf_decompress.c FORCE_INLINE size_t HUF_decodeStreamX2(BYTE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, const HUF_DEltX2 *const dt, const U32 dtLog)
BIT_DStream_t     205 lib/zstd/huf_decompress.c 	BIT_DStream_t bitD;
BIT_DStream_t     261 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD1;
BIT_DStream_t     262 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD2;
BIT_DStream_t     263 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD3;
BIT_DStream_t     264 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD4;
BIT_DStream_t     595 lib/zstd/huf_decompress.c static U32 HUF_decodeSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32 dtLog)
BIT_DStream_t     603 lib/zstd/huf_decompress.c static U32 HUF_decodeLastSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32 dtLog)
BIT_DStream_t     630 lib/zstd/huf_decompress.c FORCE_INLINE size_t HUF_decodeStreamX4(BYTE *p, BIT_DStream_t *bitDPtr, BYTE *const pEnd, const HUF_DEltX4 *const dt, const U32 dtLog)
BIT_DStream_t     657 lib/zstd/huf_decompress.c 	BIT_DStream_t bitD;
BIT_DStream_t     720 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD1;
BIT_DStream_t     721 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD2;
BIT_DStream_t     722 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD3;
BIT_DStream_t     723 lib/zstd/huf_decompress.c 		BIT_DStream_t bitD4;