Searched defs:SignedSubOverflow32 (Results 1 – 2 of 2) sorted by relevance
136 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() function
147 TEST(Bits, SignedSubOverflow32) { in TEST() argument