Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp211 Function *CMF = cast<Function>(VMap[Funcs[i]]); in TestFuncs() local
212 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()
/external/zlib/src/doc/
Drfc1950.txt216 |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 as
276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
345 A compliant compressor must produce streams with correct CMF, FLG
353 A compliant decompressor must check CMF, FLG, and ADLER32, and
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2146 …unsigned CMF = 120; /*0b01111000: CM 8, CINFO 7. With CINFO 7, any window size up to 32768 can be … in lodepng_zlib_compress() local
2149 unsigned CMFFLG = 256 * CMF + FDICT * 32 + FLEVEL * 64; in lodepng_zlib_compress()
/external/libpng/
Dlibpng-manual.txt5234 Libpng-1.6.0 through 1.6.2 used the CMF bytes at the beginning of the IDAT
5237 hundreds of PNG files in the wild that have incorrect CMF bytes that caused
5239 later calculate their own safe CMF from the image dimensions, provide a way
5240 to revert to the libpng-1.5.x behavior (ignoring the CMF bytes and using a
5246 and provide a tool (contrib/tools/pngfix) for optimizing the CMF bytes
DCHANGES3300 Improved the optimization of the zlib CMF byte (see libpng-1.2.6beta03).
3301 Optimize the zlib CMF byte in non-IDAT compressed chunks
3320 Updated pngtest.png with the new zlib CMF optimization.
3352 Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make the zlib "CMF" byte
4531 CMF bytes in the PNG datastream.