Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dutils.h564 #define TEST_AND_RETURN_FALSE_ERRNO(_x) \ argument
566 bool _success = static_cast<bool>(_x); \
569 LOG(ERROR) << #_x " failed: " << _msg; \
574 #define TEST_AND_RETURN_FALSE(_x) \ argument
576 bool _success = static_cast<bool>(_x); \
578 LOG(ERROR) << #_x " failed."; \
583 #define TEST_AND_RETURN_ERRNO(_x) \ argument
585 bool _success = static_cast<bool>(_x); \
588 LOG(ERROR) << #_x " failed: " << _msg; \
593 #define TEST_AND_RETURN(_x) \ argument
[all …]
/system/chre/build/sys_support/qcom/
Duimg_dl_ver.c40 #define __TOSTR(_x) #_x argument
41 #define _TOSTR(_x) __TOSTR(_x) argument
/system/libziparchive/
Dzip_writer.cc36 __typeof__(x) _x = (x); \
38 __builtin_add_overflow(_x, -1, &_x2) ? 1 : ((_x2 & _x) == 0); \