Searched defs:CRC32 (Results 1 – 4 of 4) 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
30 #define CRC32(c, b) ((*(pcrc_32_tab + (((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
Completed in 5 milliseconds