Searched refs:_x (Results 1 – 3 of 3) sorted by relevance
564 #define TEST_AND_RETURN_FALSE_ERRNO(_x) \ argument566 bool _success = static_cast<bool>(_x); \569 LOG(ERROR) << #_x " failed: " << _msg; \574 #define TEST_AND_RETURN_FALSE(_x) \ argument576 bool _success = static_cast<bool>(_x); \578 LOG(ERROR) << #_x " failed."; \583 #define TEST_AND_RETURN_ERRNO(_x) \ argument585 bool _success = static_cast<bool>(_x); \588 LOG(ERROR) << #_x " failed: " << _msg; \593 #define TEST_AND_RETURN(_x) \ argument[all …]
40 #define __TOSTR(_x) #_x argument41 #define _TOSTR(_x) __TOSTR(_x) argument
36 __typeof__(x) _x = (x); \38 __builtin_add_overflow(_x, -1, &_x2) ? 1 : ((_x2 & _x) == 0); \