Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c229 uint64_t getUnsignedBitfield(unsigned char *p, uint64_t offset, uint64_t bits) { in getUnsignedBitfield() function
254 conv.u = getUnsignedBitfield(p,offset,bits); in getSignedBitfield()
1062 oldval = getUnsignedBitfield(o->ptr,thisop->offset, in bitfieldCommand()
1118 uint64_t val = getUnsignedBitfield(buf,thisop->offset-(byte*8), in bitfieldCommand()