Searched defs:CRC32 (Results 1 – 7 of 7) sorted by relevance
12 public class CRC32 extends Check { class15 public CRC32() { in CRC32() method in CRC32
199 function CRC32 subprogspec206 procedure CRC32 subprogspec
167 function CRC32 subprogram179 procedure CRC32 subprogram
26 CRC32(Hashing.crc32()), enumConstant
30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
457 static unsigned int CRC32(const unsigned char *message,const size_t length) in CRC32() function
472 Function *CRC32 = Intrinsic::getDeclaration(F->getParent(), in UpgradeIntrinsicCall() local