Searched defs:CRC32 (Results 1 – 5 of 5) sorted by relevance
199 function CRC32 subprogspec206 procedure CRC32 subprogspec
167 function CRC32 subprogram179 procedure CRC32 subprogram
30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
336 Function *CRC32 = Intrinsic::getDeclaration(F->getParent(), in UpgradeIntrinsicCall() local