Home
last modified time | relevance | path

Searched refs:crc64 (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcrc64.h6 uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
H A Drelease.c51 return crc64(0,(unsigned char*)buildid,strlen(buildid)); in redisBuildId()
H A Dcrc64.c173 uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l) { in crc64() function
192 (unsigned long long) crc64(0,(unsigned char*)"123456789",9)); in crc64Test()
H A DMakefile185 …o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentine…
187 REDIS_CLI_OBJ=anet.o adlist.o dict.o redis-cli.o zmalloc.o release.o anet.o anet_ff.o ae.o crc64.o …
H A Drio.c291 r->cksum = crc64(r->cksum,buf,len); in rioGenericUpdateChecksum()
H A Dserver.h1421 uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
H A Dcluster.c4802 crc = crc64(0,(unsigned char*)payload->io.buffer.ptr, in createDumpPayload()
4826 crc = crc64(0,p,len-8); in verifyDumpPayload()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c7082 uint64_t crc64 = 0; in FM_PCD_MatchTableGetIndexedHashBucket() local
7094 crc64 = crc64_init(); in FM_PCD_MatchTableGetIndexedHashBucket()
7095 crc64 = crc64_compute(p_Key, keySize, crc64); in FM_PCD_MatchTableGetIndexedHashBucket()
7096 crc64 >>= hashShift; in FM_PCD_MatchTableGetIndexedHashBucket()
7098 *p_BucketIndex = (uint8_t)(((crc64 >> (8 * (6 - p_CcNode->userOffset))) in FM_PCD_MatchTableGetIndexedHashBucket()