Searched defs:owtype (Results 1 – 1 of 1) sorted by relevance
288 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. */ member919 int owtype = BFOVERFLOW_WRAP; /* Overflow type. */ in bitfieldCommand() local