Home
last modified time | relevance | path

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

/system/chre/build/sys_support/qcom/
Duimg_dl_ver.c40 #define __TOSTR(_x) #_x argument
41 #define _TOSTR(_x) __TOSTR(_x) argument
/system/update_engine/common/
Dutils.h470 #define TEST_AND_RETURN_FALSE_ERRNO(_x) \ argument
472 bool _success = static_cast<bool>(_x); \
476 LOG(ERROR) << #_x " failed: " << _msg; \
481 #define TEST_AND_RETURN_FALSE(_x) \ argument
483 bool _success = static_cast<bool>(_x); \
485 LOG(ERROR) << #_x " failed."; \
490 #define TEST_AND_RETURN_ERRNO(_x) \ argument
492 bool _success = static_cast<bool>(_x); \
496 LOG(ERROR) << #_x " failed: " << _msg; \
501 #define TEST_AND_RETURN(_x) \ argument
[all …]
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-8-generated.c48 #define MUL_16S_16S(_x, _y) ((_x) * (_y)) argument
Dsynthesis-dct8.c80 #define MUL_32S_32S_HI(_x, _y) default_mul_32s_32s_hi(_x, _y) argument
Dsynthesis-sbc.c242 #define MUL_16S_32S_HI(_x, _y) default_mul_16s_32s_hi(_x, _y) argument
/system/libziparchive/
Dzip_writer.cc36 __typeof__(x) _x = (x); \
38 __builtin_add_overflow(_x, -1, &_x2) ? 1 : ((_x2 & _x) == 0); \