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