Home
last modified time | relevance | path

Searched refs:BITv06_endOfDStream (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c842 MEM_STATIC unsigned BITv06_endOfDStream(const BITv06_DStream_t* bitD);
990 MEM_STATIC unsigned BITv06_endOfDStream(const BITv06_DStream_t* DStream) in BITv06_endOfDStream() function
2110 if (!BITv06_endOfDStream(&bitD)) return ERROR(corruption_detected); in HUFv06_decompress1X2_usingDTable()
2215 …endSignal = BITv06_endOfDStream(&bitD1) & BITv06_endOfDStream(&bitD2) & BITv06_endOfDStream(&bitD3… in HUFv06_decompress4X2_usingDTable()
2486 if (!BITv06_endOfDStream(&bitD)) return ERROR(corruption_detected); in HUFv06_decompress1X4_usingDTable()
2591 …endSignal = BITv06_endOfDStream(&bitD1) & BITv06_endOfDStream(&bitD2) & BITv06_endOfDStream(&bitD3… in HUFv06_decompress4X4_usingDTable()