Home
last modified time | relevance | path

Searched defs:owtype (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c288 int checkUnsignedBitfieldOverflow(uint64_t value, int64_t incr, uint64_t bits, int owtype, uint64_t… in checkUnsignedBitfieldOverflow()
325 int checkSignedBitfieldOverflow(int64_t value, int64_t incr, uint64_t bits, int owtype, int64_t *li… in checkSignedBitfieldOverflow()
909 int owtype; /* Overflow type to use. */ member
919 int owtype = BFOVERFLOW_WRAP; /* Overflow type. */ in bitfieldCommand() local