Searched defs:_x (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/update_engine/common/ |
H A D | utils.h | 470 #define TEST_AND_RETURN_FALSE_ERRNO(_x) \ argument 481 #define TEST_AND_RETURN_FALSE(_x) \ argument 490 #define TEST_AND_RETURN_ERRNO(_x) \ argument 501 #define TEST_AND_RETURN(_x) \ argument 510 #define TEST_AND_RETURN_FALSE_ERRCODE(_x) \ argument
|
/aosp12/system/chre/build/sys_support/qcom/ |
H A D | uimg_dl_ver.c | 40 #define __TOSTR(_x) #_x argument 41 #define _TOSTR(_x) __TOSTR(_x) argument
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | Point.h | 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Point.h | 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
|
/aosp12/frameworks/native/include/ui/ |
H A D | Point.h | 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
|
/aosp12/system/bt/embdrv/sbc/decoder/srce/ |
H A D | synthesis-8-generated.c | 48 #define MUL_16S_16S(_x, _y) ((_x) * (_y)) argument
|
H A D | synthesis-dct8.c | 80 #define MUL_32S_32S_HI(_x, _y) default_mul_32s_32s_hi(_x, _y) argument
|
H A D | synthesis-sbc.c | 242 #define MUL_16S_32S_HI(_x, _y) default_mul_16s_32s_hi(_x, _y) argument
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | RadialGradient_Delegate.java | 182 float _x = pt2[0] - mX; in getRaster() local
|
H A D | LinearGradient_Delegate.java | 210 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; in getColor() local
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.cpp | 177 uint32_t _x = x; in allocationElementWrite() local 246 uint32_t _x = x; in allocationElementRead() local
|