| /device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/ |
| D | arch.h | 67 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
| /device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/ |
| D | rga2_mmu_info.h | 9 #define MIN(X, Y) ((X)<(Y)?(X):(Y)) macro
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
| D | rga2_mmu_info.h | 9 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/ |
| D | utils.h | 22 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /device/soc/winnermicro/hals/communication/bt_lite/ble/source/ |
| D | ble_util.h | 44 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_malisw.h | 39 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_malisw.h | 55 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | mali_malisw.h | 48 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | mali_malisw.h | 50 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx390/ |
| D | imx390_cmos.h | 39 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335/ |
| D | imx335_cmos.h | 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335_ForCar/ |
| D | imx335_forcar_cmos.h | 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327_2L/ |
| D | imx327_2l_cmos.h | 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327/ |
| D | imx327_cmos.h | 41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
| D | param.h | 18 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw/ |
| D | acamera_math.h | 61 #define MIN( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw/ |
| D | acamera_math.h | 60 #define MIN( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw/ |
| D | acamera_math.h | 60 #define MIN( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw/ |
| D | acamera_math.h | 60 #define MIN( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) macro
|
| /device/soc/st/common/platform/uart/ |
| D | KRecvBuf.c | 24 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov9284/ |
| D | ov9284_cmos_priv.h | 33 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/ |
| D | sha256-internal.c | 81 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
| /device/soc/winnermicro/wm800/board/platform/inc/ |
| D | libtommath.h | 68 #define MIN(x, y) ((x)<(y)?(x):(y)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/ |
| D | ov12870_cmos_priv.h | 33 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
| D | rtw_rm.h | 29 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|