HomeSort by: relevance | last modified time | path
    Searched defs:CRC32 (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
crypt.h 30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
49 (*(pkeys+0)) = CRC32((*(pkeys+0)), c);
54 (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 566 OUT UINT32 *Crc32
758 UINT32 CRC32;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 175 UINT32 CRC32;
738 UINT32 *Crc32);

Completed in 23 milliseconds