Searched defs:CRC32 (Results 1 – 3 of 3) 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