Home
last modified time | relevance | path

Searched refs:CMF (Results 1 – 2 of 2) 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