/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | rtw_rm_util.h | 26 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
|
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/ |
D | arch.h | 63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
D | rga2_mmu_info.h | 13 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) macro
|
/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/ |
D | rga2_mmu_info.h | 13 #define MAX(X, Y) ((X)>(Y)?(X):(Y)) macro
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/ |
D | utils.h | 21 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_malisw.h | 53 #define MAX(x, y) ((x) < (y) ? (y) : (x)) macro
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/ |
D | rtk_socket.h | 63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | rtk_socket.h | 55 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
D | mali_malisw.h | 67 #define MAX(x, y) ((x) < (y) ? (y) : (x)) macro
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
D | mali_malisw.h | 60 #define MAX(x, y) ((x) < (y) ? (y) : (x)) macro
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
D | mali_malisw.h | 62 #define MAX(x, y) ((x) < (y) ? (y) : (x)) macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
D | param.h | 19 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw/ |
D | acamera_math.h | 63 #define MAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw/ |
D | acamera_math.h | 63 #define MAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw/ |
D | acamera_math.h | 63 #define MAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw/ |
D | acamera_math.h | 64 #define MAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov9284/ |
D | ov9284_cmos_priv.h | 29 #define MAX(a, b) (((a) < (b)) ? (b) : (a)) macro
|
/device/soc/winnermicro/wm800/board/platform/inc/ |
D | libtommath.h | 72 #define MAX(x, y) ((x)>(y)?(x):(y)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/ |
D | ov12870_cmos_priv.h | 29 #define MAX(a, b) (((a) < (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/ |
D | imx458_cmos_priv.h | 29 #define MAX(a, b) (((a) < (b)) ? (b) : (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/ |
D | imx415_cmos_priv.h | 30 #define MAX(a, b) (((a) < (b)) ? (b) : (a)) macro
|
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
D | hpm_common.h | 46 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/utility/ |
D | utility.h | 95 static inline uint32_t MAX(uint32_t n, uint32_t m) in MAX() function
|
/device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/ |
D | vpu_macro.h | 135 #define MAX(X, Y) ((X)>(Y)?(X):(Y)) macro
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/common/ |
D | bk_generic.h | 30 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
|