Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.h394 #define TEST_AND_RETURN_FALSE_ERRNO(_x) \ argument
405 #define TEST_AND_RETURN_FALSE(_x) \ argument
414 #define TEST_AND_RETURN_ERRNO(_x) \ argument
425 #define TEST_AND_RETURN(_x) \ argument
434 #define TEST_AND_RETURN_FALSE_ERRCODE(_x) \ argument
/system/chre/build/sys_support/qcom/
Duimg_dl_ver.c40 #define __TOSTR(_x) #_x argument
41 #define _TOSTR(_x) __TOSTR(_x) argument
/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/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h75 #define GGL_B_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<10 ) argument
76 #define GGL_S_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<2 ) argument
77 #define GGL_I_TO_X(_x) GGLfixed( ((int32_t(_x)>>1)+1)>>14 ) argument
78 #define GGL_UB_TO_X(_x) GGLfixed( uint32_t(_x) + \ argument
81 #define GGL_US_TO_X(_x) GGLfixed( (_x) + ((_x)>>15) ) argument
82 #define GGL_UI_TO_X(_x) GGLfixed( (((_x)>>1)+1)>>15 ) argument