Searched refs:_x (Results 1 – 7 of 7) sorted by relevance
40 #define __TOSTR(_x) #_x argument41 #define _TOSTR(_x) __TOSTR(_x) argument
397 #define TEST_AND_RETURN_FALSE_ERRNO(_x) \ argument399 bool _success = static_cast<bool>(_x); \403 LOG(ERROR) << #_x " failed: " << _msg; \408 #define TEST_AND_RETURN_FALSE(_x) \ argument410 bool _success = static_cast<bool>(_x); \412 LOG(ERROR) << #_x " failed."; \417 #define TEST_AND_RETURN_ERRNO(_x) \ argument419 bool _success = static_cast<bool>(_x); \423 LOG(ERROR) << #_x " failed: " << _msg; \428 #define TEST_AND_RETURN(_x) \ argument[all …]
75 #define GGL_B_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<10 ) argument76 #define GGL_S_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<2 ) argument77 #define GGL_I_TO_X(_x) GGLfixed( ((int32_t(_x)>>1)+1)>>14 ) argument78 #define GGL_UB_TO_X(_x) GGLfixed( uint32_t(_x) + \ argument79 (uint32_t(_x)<<8) + \80 (uint32_t(_x)>>7) )81 #define GGL_US_TO_X(_x) GGLfixed( (_x) + ((_x)>>15) ) argument82 #define GGL_UI_TO_X(_x) GGLfixed( (((_x)>>1)+1)>>15 ) argument
48 #define MUL_16S_16S(_x, _y) ((_x) * (_y)) argument
80 #define MUL_32S_32S_HI(_x, _y) default_mul_32s_32s_hi(_x, _y) argument
242 #define MUL_16S_32S_HI(_x, _y) default_mul_16s_32s_hi(_x, _y) argument
36 __typeof__(x) _x = (x); \38 __builtin_add_overflow(_x, -1, &_x2) ? 1 : ((_x2 & _x) == 0); \