Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c284 #define BFOVERFLOW_WRAP 0 macro
295 if (owtype == BFOVERFLOW_WRAP) { in checkUnsignedBitfieldOverflow()
304 if (owtype == BFOVERFLOW_WRAP) { in checkUnsignedBitfieldOverflow()
338 if (owtype == BFOVERFLOW_WRAP) { in checkSignedBitfieldOverflow()
347 if (owtype == BFOVERFLOW_WRAP) { in checkSignedBitfieldOverflow()
919 int owtype = BFOVERFLOW_WRAP; /* Overflow type. */ in bitfieldCommand()
941 owtype = BFOVERFLOW_WRAP; in bitfieldCommand()