/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) argument 64 #define pow(x,y) ml_pow(x,y) argument 70 #define atan2f(x,y) ml_atan2(x,y) argument 87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument 91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) argument 64 #define pow(x,y) ml_pow(x,y) argument 70 #define atan2f(x,y) ml_atan2(x,y) argument 87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument 91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
|
/hardware/google/easel/amber/camera/libhdrplusclient/ |
D | HdrPlusClientUtils.cpp | 30 static status_t getRgb(uint8_t *r, uint8_t *g, uint8_t* b, uint32_t x, uint32_t y, in getRgb() 103 for (uint32_t y = 0; y < height; y++) { in writePpm() local 171 for (uint32_t y = 0; y < height; y++) { in comparePpm() local
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 225 void QCamera3CropRegionMapper::toActiveArray(uint32_t& x, uint32_t& y) in toActiveArray() 254 void QCamera3CropRegionMapper::toSensor(uint32_t& x, uint32_t& y) in toSensor()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
|
/hardware/qcom/sdm845/display/libcopybit/ |
D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
|
/hardware/interfaces/graphics/mapper/2.0/vts/functional/ |
D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 308 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local 318 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local 353 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local 373 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
|
/hardware/interfaces/graphics/mapper/3.0/vts/functional/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 315 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local 329 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local 367 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local 387 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/ |
D | ts_makeup_data.h | 45 long y; member
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | qd_utils.cpp | 99 int x =0, y =0; in getAspectRatioPosition() local
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | qd_utils.cpp | 98 int x =0, y =0; in getAspectRatioPosition() local
|
/hardware/qcom/display/msm8960/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_delta_panel.cpp | 59 int x, y; in deltaPanelRendering() local
|
/hardware/qcom/display/msm8996/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8909/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8909w_3100/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8998/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8084/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/display/msm8226/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/sdm845/display/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 129 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum argument 130 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum argument 131 #define ALIGN(x, y) (((x) + ((y) - 1)) & (~((y) - 1))) argument
|
/hardware/qcom/display/msm8994/libmemtrack/ |
D | kgsl.c | 28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|