HomeSort by: relevance | last modified time | path
    Searched refs:crc64 (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/public-domain/xz/dist/src/liblzma/check/
check.c 98 check->state.crc64 = 0;
129 check->state.crc64 = lzma_crc64(buf, size, check->state.crc64);
159 check->buffer.u64[0] = conv64le(check->state.crc64);
check.h 92 uint64_t crc64; member in union:__anon24579::__anon24581
  /src/external/public-domain/xz/dist/tests/
test_scripts.sh 28 samepostimage=$srcdir/files/good-1-check-crc64.xz
  /src/external/mpl/bind/dist/tests/isc/
crc64_test.c 29 #include <isc/crc64.h>
  /src/external/gpl3/binutils/dist/gprofng/src/
util.h 170 uint64_t crc64 (const char *str, size_t len);
DbeSyncMap.h 110 return (hash_ty) (crc64 (key, strlen (key)) % chunkSize);
StringMap.h 53 return (unsigned) crc64 (key, strlen (key));
HashMap.h 41 return (int) (crc64 (a, strlen (a)) & 0x7fffffff);
util.cc 644 crc64 (const char *str, size_t len) function
Experiment.cc 5819 uint64_t hash = bname != fname ? crc64 (fname, bname - fname)
5820 : crc64 (NTXT ("./"), 2);
5828 hash = crc64 (bname, bname_len);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
util.h 170 uint64_t crc64 (const char *str, size_t len);
DbeSyncMap.h 110 return (hash_ty) (crc64 (key, strlen (key)) % chunkSize);
StringMap.h 53 return (unsigned) crc64 (key, strlen (key));
HashMap.h 41 return (int) (crc64 (a, strlen (a)) & 0x7fffffff);
util.cc 644 crc64 (const char *str, size_t len) function
Experiment.cc 5819 uint64_t hash = bname != fname ? crc64 (fname, bname - fname)
5820 : crc64 (NTXT ("./"), 2);
5828 hash = crc64 (bname, bname_len);
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rbt.h 24 #include <isc/crc64.h>
  /src/external/mpl/bind/dist/lib/isc/
crc64.c 1 /* $NetBSD: crc64.c,v 1.7 2025/01/26 16:25:36 christos Exp $ */
19 #include <isc/crc64.h>
25 * ECMA-182 CRC64 polynomial.
  /src/external/mpl/bind/lib/libisc/
Makefile 35 commandline.c crc64.c counter.c error.c fips.c \
  /src/external/mpl/dhcp/bind/dist/lib/isc/
crc64.c 1 /* $NetBSD: crc64.c,v 1.1 2024/02/18 20:57:48 christos Exp $ */
19 #include <isc/crc64.h>
25 * ECMA-182 CRC64 polynomial.
  /src/external/mpl/dhcp/bind/lib/libisc/
Makefile 38 bufferlist.c commandline.c crc64.c counter.c error.c event.c \
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rbt.h 25 #include <isc/crc64.h>
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 25 #include <isc/crc64.h>
rbt-zonedb.c 25 #include <isc/crc64.h>
rbt.c 22 #include <isc/crc64.h>

Completed in 54 milliseconds

1 2