Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v06.c845 MEM_STATIC unsigned BITv06_endOfDStream(const BITv06_DStream_t* bitD);
994 MEM_STATIC unsigned BITv06_endOfDStream(const BITv06_DStream_t* DStream) in BITv06_endOfDStream() function
2114 if (!BITv06_endOfDStream(&bitD)) return ERROR(corruption_detected); in HUFv06_decompress1X2_usingDTable()
2219 …endSignal = BITv06_endOfDStream(&bitD1) & BITv06_endOfDStream(&bitD2) & BITv06_endOfDStream(&bitD3… in HUFv06_decompress4X2_usingDTable()
2490 if (!BITv06_endOfDStream(&bitD)) return ERROR(corruption_detected); in HUFv06_decompress1X4_usingDTable()
2595 …endSignal = BITv06_endOfDStream(&bitD1) & BITv06_endOfDStream(&bitD2) & BITv06_endOfDStream(&bitD3… in HUFv06_decompress4X4_usingDTable()