Home
last modified time | relevance | path

Searched refs:SignedAddOverflow64 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dbits.h266 // SignedAddOverflow64(lhs,rhs,val) performs a signed summation of |lhs| and
269 inline bool SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) { in SignedAddOverflow64() function

Completed in 1 milliseconds