Searched refs:CMF (Results 1 – 5 of 5) sorted by relevance
211 Function *CMF = cast<Function>(VMap[Funcs[i]]); in TestFuncs() local212 assert(CMF && "Function not in module?!"); in TestFuncs()213 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty"); in TestFuncs()214 assert(CMF->getName() == Funcs[i]->getName() && "wrong name"); in TestFuncs()215 Functions.insert(CMF); in TestFuncs()
216 |CMF|FLG| (more-->)245 CMF (Compression Method and flags)271 bits 0 to 4 FCHECK (check bits for CMF and FLG)275 The FCHECK value must be such that CMF and FLG, when viewed as276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),345 A compliant compressor must produce streams with correct CMF, FLG353 A compliant decompressor must check CMF, FLG, and ADLER32, and
2146 …unsigned CMF = 120; /*0b01111000: CM 8, CINFO 7. With CINFO 7, any window size up to 32768 can be … in lodepng_zlib_compress() local2149 unsigned CMFFLG = 256 * CMF + FDICT * 32 + FLEVEL * 64; in lodepng_zlib_compress()
5234 Libpng-1.6.0 through 1.6.2 used the CMF bytes at the beginning of the IDAT5237 hundreds of PNG files in the wild that have incorrect CMF bytes that caused5239 later calculate their own safe CMF from the image dimensions, provide a way5240 to revert to the libpng-1.5.x behavior (ignoring the CMF bytes and using a5246 and provide a tool (contrib/tools/pngfix) for optimizing the CMF bytes
3300 Improved the optimization of the zlib CMF byte (see libpng-1.2.6beta03).3301 Optimize the zlib CMF byte in non-IDAT compressed chunks3320 Updated pngtest.png with the new zlib CMF optimization.3352 Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make the zlib "CMF" byte4531 CMF bytes in the PNG datastream.