HomeSort by: relevance | last modified time | path
    Searched defs:crc32 (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/sys/lib/libkern/
crc32.c 1 /* $NetBSD: crc32.c,v 1.4 2009/03/26 22:18:14 he Exp $ */
3 /* crc32.c -- compute the CRC-32 of a data stream
32 #include "crc32.h"
42 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
83 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
crc32.c 1 /* $NetBSD: crc32.c,v 1.4 2009/03/26 22:18:14 he Exp $ */
3 /* crc32.c -- compute the CRC-32 of a data stream
32 #include "crc32.h"
42 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
83 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
crc32.c 1 /* $NetBSD: crc32.c,v 1.4 2009/03/26 22:18:14 he Exp $ */
3 /* crc32.c -- compute the CRC-32 of a data stream
32 #include "crc32.h"
42 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
83 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
crc32.c 1 /* $NetBSD: crc32.c,v 1.4 2009/03/26 22:18:14 he Exp $ */
3 /* crc32.c -- compute the CRC-32 of a data stream
32 #include "crc32.h"
42 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
83 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) function in typeref:typename:uint32_t
  /src/usr.bin/mkubootimage/
crc32.c 1 /* $NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $ */
28 * CRC32 code derived from work by Gary S. Brown.
36 __RCSID("$NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $");
41 #include "crc32.h"
110 crc32(const void *buf, size_t size) function in typeref:typename:uint32_t
crc32.c 1 /* $NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $ */
28 * CRC32 code derived from work by Gary S. Brown.
36 __RCSID("$NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $");
41 #include "crc32.h"
110 crc32(const void *buf, size_t size) function in typeref:typename:uint32_t
crc32.c 1 /* $NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $ */
28 * CRC32 code derived from work by Gary S. Brown.
36 __RCSID("$NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $");
41 #include "crc32.h"
110 crc32(const void *buf, size_t size) function in typeref:typename:uint32_t
crc32.c 1 /* $NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $ */
28 * CRC32 code derived from work by Gary S. Brown.
36 __RCSID("$NetBSD: crc32.c,v 1.5 2024/02/09 16:10:18 christos Exp $");
41 #include "crc32.h"
110 crc32(const void *buf, size_t size) function in typeref:typename:uint32_t
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 100 #region CRC32
102 /// Implements a CRC32 checksum generator
109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
114 /// Initializes a new instance of the CRC32 checksum generator
119 /// Initializes a new instance of the CRC32 checksum generator with a specified value
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
ChecksumImpl.cs 100 #region CRC32
102 /// Implements a CRC32 checksum generator
109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
114 /// Initializes a new instance of the CRC32 checksum generator
119 /// Initializes a new instance of the CRC32 checksum generator with a specified value
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
ChecksumImpl.cs 100 #region CRC32
102 /// Implements a CRC32 checksum generator
109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
114 /// Initializes a new instance of the CRC32 checksum generator
119 /// Initializes a new instance of the CRC32 checksum generator with a specified value
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
ChecksumImpl.cs 100 #region CRC32
102 /// Implements a CRC32 checksum generator
109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
114 /// Initializes a new instance of the CRC32 checksum generator
119 /// Initializes a new instance of the CRC32 checksum generator with a specified value
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
firmware.c 37 #include <linux/crc32.h>
47 u32 crc32; /* protect the data after this field */ member in struct:gvt_firmware_header
121 crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start);
171 crc32_start = offsetofend(struct gvt_firmware_header, crc32);
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
firmware.c 37 #include <linux/crc32.h>
47 u32 crc32; /* protect the data after this field */ member in struct:gvt_firmware_header
121 crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start);
171 crc32_start = offsetofend(struct gvt_firmware_header, crc32);
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
firmware.c 37 #include <linux/crc32.h>
47 u32 crc32; /* protect the data after this field */ member in struct:gvt_firmware_header
121 crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start);
171 crc32_start = offsetofend(struct gvt_firmware_header, crc32);
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
firmware.c 37 #include <linux/crc32.h>
47 u32 crc32; /* protect the data after this field */ member in struct:gvt_firmware_header
121 crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start);
171 crc32_start = offsetofend(struct gvt_firmware_header, crc32);
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
  /src/common/dist/zlib/contrib/delphi/
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
ZLib.pas 202 {$L crc32.obj}
214 procedure crc32; external; procedure
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
  /src/common/dist/zlib/contrib/pascal/
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
zlibpas.pas 156 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; function
178 {$L crc32.obj}
193 function crc32; external; function
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 242 function crc32 subprogspec
420 pragma Import (C, crc32, "crc32");
  /src/sys/lib/libsa/
cread.c 76 unsigned long crc; /* crc32 of uncompressed data */
90 * This is the double-loop version of LE CRC32 from if_ethersubr,
98 crc32(uint32_t crc, const uint8_t *const buf, size_t len) function in typeref:typename:uint32_t
386 s->crc = crc32(s->crc, start, (unsigned int)
408 s->crc = crc32(0L, Z_NULL, 0);
418 s->crc = crc32(s->crc, start,
  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 805 uint32_t crc32; local in function:ext2fs_cg_get_csum
810 crc32 = ext2fs_crc32c(~0, fs->e2fs.e2fs_uuid,
812 crc32 = ext2fs_crc32c(crc32, &cg_bswapped, sizeof(cg_bswapped));
813 crc32 = ext2fs_crc32c(crc32, gd, off);
814 crc32 = ext2fs_crc32c(crc32, dummy, 2);
815 crc32 = ext2fs_crc32c(crc32, gd + off + 2, cgsize - (off + 2))
    [all...]

Completed in 52 milliseconds

1 2 3 4