Searched refs:BFINAL (Results 1 – 3 of 3) sorted by relevance
364 unsigned long BFINAL = 0; in inflate() local365 while(!BFINAL && !error) in inflate()370 BFINAL = readBitFromStream(bp, &in[inpos]); in inflate()
1222 unsigned BFINAL = 0; in lodepng_inflatev() local1229 while(!BFINAL) in lodepng_inflatev()1233 BFINAL = readBitFromStream(&bp, in); in lodepng_inflatev()1609 unsigned BFINAL, BTYPE, LEN, NLEN; in deflateNoCompression() local1612 BFINAL = (i == numdeflateblocks - 1); in deflateNoCompression()1615 firstbyte = (unsigned char)(BFINAL + ((BTYPE & 1) << 1) + ((BTYPE & 2) << 1)); in deflateNoCompression()1711 unsigned BFINAL = final; in deflateDynamic() local1862 addBitToStream(bp, out, BFINAL); in deflateDynamic()1924 unsigned BFINAL = final; in deflateFixed() local1934 addBitToStream(bp, out, BFINAL); in deflateFixed()
495 first bit BFINAL511 BFINAL is set if and only if this is the last block of the data