Searched refs:crc64 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | crc64.h | 6 uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
|
| H A D | release.c | 51 return crc64(0,(unsigned char*)buildid,strlen(buildid)); in redisBuildId()
|
| H A D | crc64.c | 173 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 D | Makefile | 185 …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 D | rio.c | 291 r->cksum = crc64(r->cksum,buf,len); in rioGenericUpdateChecksum()
|
| H A D | server.h | 1421 uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
|
| H A D | cluster.c | 4802 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 D | fm_cc.c | 7082 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()
|