/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_debugfs_crc.c | 130 struct drm_crtc_crc *crc = &crtc->crc; in crc_control_write() local 181 static int crtc_crc_data_count(struct drm_crtc_crc *crc) in crtc_crc_data_count() 187 static void crtc_crc_cleanup(struct drm_crtc_crc *crc) in crtc_crc_cleanup() 201 struct drm_crtc_crc *crc = &crtc->crc; in crtc_crc_open() local 264 struct drm_crtc_crc *crc = &crtc->crc; in crtc_crc_release() local 291 struct drm_crtc_crc *crc = &crtc->crc; in crtc_crc_read() local 350 struct drm_crtc_crc *crc = &crtc->crc; in crtc_crc_poll() local 399 struct drm_crtc_crc *crc = &crtc->crc; in drm_crtc_add_crc_entry() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | crc64.c | 117 isc_crc64_init(uint64_t *crc) { in isc_crc64_init() 124 isc_crc64_update(uint64_t *crc, const void *data, size_t len) { in isc_crc64_update() 138 isc_crc64_final(uint64_t *crc) { in isc_crc64_final()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | crc64.c | 117 isc_crc64_init(uint64_t *crc) { in isc_crc64_init() argument 124 isc_crc64_update(uint64_t *crc, const void *data, size_t len) { in isc_crc64_update() argument 138 isc_crc64_final(uint64_t *crc) { in isc_crc64_final() argument [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
H A D | crc.d | 78 CRC32 crc; variable 109 T crc = i; in genTables() local 194 T crc = _state; in put() local 352 CRC32 crc; variable 391 CRC64ECMA crc; variable 429 CRC64ISO crc; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
H A D | crc.d | 74 CRC32 crc; variable 105 T crc = i; in genTables() local 191 T crc = _state; in put() local 370 CRC32 crc; variable 411 CRC64ECMA crc; variable 451 CRC64ISO crc; variable
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | stream_flags_encoder.c | 46 const uint32_t crc = lzma_crc32(out + sizeof(lzma_header_magic), in lzma_stream_header_encode() local 76 const uint32_t crc = lzma_crc32( in lzma_stream_footer_encode() local
|
H A D | stream_flags_decoder.c | 39 const uint32_t crc = lzma_crc32(in + sizeof(lzma_header_magic), in lzma_stream_header_decode() local 68 const uint32_t crc = lzma_crc32(in + sizeof(uint32_t), in lzma_stream_footer_decode() local
|
/netbsd-src/external/public-domain/xz/dist/tests/ |
H A D | test_check.c | 28 uint32_t crc = lzma_crc32(test_string, sizeof(test_string), 0); in test_crc32() local 54 uint64_t crc = lzma_crc64(test_string, sizeof(test_string), 0); in test_crc64() local
|
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | crc64_test.c | 39 uint64_t crc; ISC_RUN_TEST_IMPL() local 47 uint64_t crc; _crc64() local
|
/netbsd-src/sys/lib/libkern/ |
H A D | crc32.c | 42 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) in crc32() 83 uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len) in crc32()
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_scan.c | 80 uint32_t crc, hdr_crc; in chfs_scan_check_node_hdr() local 110 uint32_t crc; in chfs_scan_check_vnode() local 282 uint32_t crc; in chfs_scan_check_dirent_node() local 356 uint32_t crc, vno; in chfs_scan_check_data_node() local
|
H A D | ebh_media.h | 96 le32 crc; member 111 le32 crc; member
|
/netbsd-src/sys/dev/std/ |
H A D | ieee1212.c | 262 u_int16_t crc, romcrc, crc1; in p1212_parse() local 355 u_int16_t crclen, crc, crc1, romcrc; in p1212_parse_directory() local 716 u_int16_t crclen, crc, crc1, romcrc; in p1212_parse_leaf() local 750 u_int16_t crclen, crc, crc1, romcrc; in p1212_parse_textdir() local 807 u_int16_t crclen, crc, crc1, romcrc; in p1212_parse_text_desc() local 1182 p1212_calc_crc(u_int32_t crc, u_int32_t *data, int len, int broke) in p1212_calc_crc()
|
/netbsd-src/usr.bin/cksum/ |
H A D | crc.c | 117 crc(int fd, uint32_t *cval, off_t *clen) in crc() function 154 uint32_t crc = crctab[a]; in tables() local
|
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/ |
H A D | gzjoin.c | 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() 429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
|
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/ |
H A D | gzjoin.c | 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() 429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
|
/netbsd-src/common/dist/zlib/examples/ |
H A D | gzjoin.c | 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() 429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/ |
H A D | gzjoin.c | 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() 429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/examples/ |
H A D | gzjoin.c | 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() 429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | crc32.c | 224 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument 267 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument 307 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
|
/netbsd-src/external/gpl3/binutils.old/usr.sbin/ncdcs/ |
H A D | ncdcs.c | 83 unsigned short crc16(unsigned short crc, unsigned char *buf, unsigned len) in crc16() 135 unsigned short crc, old_crc; in main() local
|
/netbsd-src/external/gpl3/binutils/usr.sbin/ncdcs/ |
H A D | ncdcs.c | 83 unsigned short crc16(unsigned short crc, unsigned char *buf, unsigned len) in crc16() 135 unsigned short crc, old_crc; in main() local
|
/netbsd-src/external/bsd/liblzf/dist/ |
H A D | crc32.h | 62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) argument
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/ |
H A D | crc32_fast.c | 27 lzma_crc32(const uint8_t *buf, size_t size, uint32_t crc) in lzma_crc32()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | crc32.c | 172 unsigned int crc = init; in xcrc32() local
|