HomeSort by: relevance | last modified time | path
    Searched defs:CRC32 (Results 1 - 5 of 5) 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/common/dist/zlib/contrib/ada/
zlib.ads 199 function CRC32
203 pragma Inline (CRC32);
204 -- Compute CRC32, it could be necessary for make gzip format
206 procedure CRC32
209 pragma Inline (CRC32);
210 -- Compute CRC32, it could be necessary for make gzip format
zlib.adb 164 -- CRC32 --
167 function CRC32
174 return Unsigned_32 (crc32 (ULong (CRC),
177 end CRC32;
179 procedure CRC32
183 CRC := CRC32 (CRC, Data);
184 end CRC32;
633 CRC32 (Filter.CRC, In_Data (In_Data'First .. In_Last));
  /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 283 UINT32 CRC32;
846 UINT32 *Crc32);

Completed in 15 milliseconds