Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp213 Function *CMF = cast<Function>(VMap[Funcs[i]]); in TestFuncs() local
214 assert(CMF && "Function not in module?!"); in TestFuncs()
215 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty"); in TestFuncs()
216 assert(CMF->getName() == Funcs[i]->getName() && "wrong name"); in TestFuncs()
217 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/llvm/tools/bugpoint/
DCrashDebugger.cpp248 Function *CMF = cast<Function>(VMap[Funcs[i]]); in TestFuncs() local
249 assert(CMF && "Function not in module?!"); in TestFuncs()
250 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty"); in TestFuncs()
251 assert(CMF->getName() == Funcs[i]->getName() && "wrong name"); in TestFuncs()
252 Functions.insert(CMF); in TestFuncs()
/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/skia/third_party/libpng/
Dlibpng-manual.txt5130 Libpng-1.6.0 through 1.6.2 used the CMF bytes at the beginning of the IDAT
5133 hundreds of PNG files in the wild that have incorrect CMF bytes that caused
5135 Libpng-1.6.3 and later calculate their own safe CMF from the image dimensions,
5136 provide a way to revert to the libpng-1.5.x behavior (ignoring the CMF bytes
5143 optimizing the CMF bytes in its IDAT chunk correctly.
/external/libpng/
Dlibpng-manual.txt5135 Libpng-1.6.0 through 1.6.2 used the CMF bytes at the beginning of the IDAT
5138 hundreds of PNG files in the wild that have incorrect CMF bytes that caused
5140 Libpng-1.6.3 and later calculate their own safe CMF from the image dimensions,
5141 provide a way to revert to the libpng-1.5.x behavior (ignoring the CMF bytes
5148 optimizing the CMF bytes in its IDAT chunk correctly.
DCHANGES3309 Improved the optimization of the zlib CMF byte (see libpng-1.2.6beta03).
3310 Optimize the zlib CMF byte in non-IDAT compressed chunks
3329 Updated pngtest.png with the new zlib CMF optimization.
3361 Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make the zlib "CMF" byte
4543 CMF bytes in the PNG datastream.