Home
last modified time | relevance | path

Searched refs:crc16 (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcrc16.c82 uint16_t crc16(const char *buf, int len) { in crc16() function
H A DMakefile185 …onfig.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slo…
187 …t.o adlist.o dict.o redis-cli.o zmalloc.o release.o anet.o anet_ff.o ae.o crc64.o siphash.o crc16.o
H A Dcluster.c669 if (s == keylen) return crc16(key,keylen) & 0x3FFF; in keyHashSlot()
676 if (e == keylen || e == s+1) return crc16(key,keylen) & 0x3FFF; in keyHashSlot()
680 return crc16(key+s+1,e-s-1) & 0x3FFF; in keyHashSlot()
H A Dredis-cli.c252 uint16_t crc16(const char *buf, int len);
2635 if (s == keylen) return crc16(key,keylen) & 0x3FFF; in clusterManagerKeyHashSlot()
2642 if (e == keylen || e == s+1) return crc16(key,keylen) & 0x3FFF; in clusterManagerKeyHashSlot()
2646 return crc16(key+s+1,e-s-1) & 0x3FFF; in clusterManagerKeyHashSlot()
H A Dserver.h1877 unsigned short crc16(const char *buf, int len);
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hsi_common.h2063 __le16 crc16 /* crc16 result */; member
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h3710 uint16_t crc16; member
3712 uint16_t crc16; member