Home
last modified time | relevance | path

Searched refs:MIN (Results 1 - 25 of 82) sorted by relevance

1234

/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.h8 #ifndef MIN
9 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) macro
H A Drga2_drv.c1154 req->src.act_w = MIN(0x140, MIN(req->src.act_w, req->dst.act_w)); in rga2_blit_sync()
1155 req->src.act_h = MIN(0xf0, MIN(req->src.act_h, req->dst.act_h)); in rga2_blit_sync()
1221 req_first.src.act_w = MIN(0x140, MIN(req_first.src.act_w, req_first.dst.act_w)); in rga_ioctl()
1222 req_first.src.act_h = MIN(0xf0, MIN(req_first.src.act_h, req_first.dst.act_h)); in rga_ioctl()
1245 req_first.src.act_w = MIN(0x140, MIN(req_firs in rga_ioctl()
[all...]
H A Drga2_mmu_info.c717 start = MIN(yrgb_addr, uv_addr); in rga2_buf_size_cal()
729 start = MIN(MIN(yrgb_addr, uv_addr), v_addr); in rga2_buf_size_cal()
740 start = MIN(yrgb_addr, uv_addr); in rga2_buf_size_cal()
752 start = MIN(MIN(yrgb_addr, uv_addr), v_addr); in rga2_buf_size_cal()
785 start = MIN(yrgb_addr, uv_addr); in rga2_buf_size_cal()
798 start = MIN(yrgb_addr, uv_addr); in rga2_buf_size_cal()
809 start = MIN(yrgb_addr, uv_addr); in rga2_buf_size_cal()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327_2L/
H A Dimx327_2l_cmos.h40 #ifndef MIN
41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335/
H A Dimx335_cmos.h40 #ifndef MIN
41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327/
H A Dimx327_cmos.h40 #ifndef MIN
41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx390/
H A Dimx390_cmos.h38 #ifndef MIN
39 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335_ForCar/
H A Dimx335_forcar_cmos.h40 #ifndef MIN
41 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov9284/
H A Dov9284_cmos_priv.h32 #ifndef MIN
33 #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/
H A Dparam.h16 #undef MIN macro
18 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/
H A Dov12870_cmos_priv.h32 #ifndef MIN
33 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/
H A Dimx415_cmos_priv.h33 #ifndef MIN
34 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/
H A Dimx458_cmos_priv.h32 #ifndef MIN
33 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/
H A Dvpu_macro.h131 #ifndef MIN
132 #define MIN(X, Y) ((X)<(Y)?(X):(Y)) macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_malisw.h32 * MIN - Return the lesser of two values.
39 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
47 * If called on the same two arguments as MIN it is guaranteed to return
48 * the one that MIN didn't return. This is significant for types where not
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_malisw.h43 * MIN - Return the lesser of two values.
48 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
54 * If called on the same two arguments as MIN it is guaranteed to return
55 * the one that MIN didn't return. This is significant for types where not
H A Dmali_kbase_10969_workaround.c86 copy_size = MIN(PAGE_SIZE - offset, JOB_HEADER_SIZE); in kbasep_10969_workaround_clamp_coordinates()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_malisw.h50 * MIN - Return the lesser of two values.
55 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
61 * If called on the same two arguments as MIN it is guaranteed to return
62 * the one that MIN didn't return. This is significant for types where not
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_malisw.h45 * MIN - Return the lesser of two values.
50 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
56 * If called on the same two arguments as MIN it is guaranteed to return
57 * the one that MIN didn't return. This is significant for types where not
H A Dmali_kbase_10969_workaround.c85 copy_size = MIN(PAGE_SIZE - offset, JOB_HEADER_SIZE); in kbasep_10969_workaround_clamp_coordinates()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c125 const size_t copy_size = MIN(size - *copy_len, *hdr_btc); in copy_stream_header()
346 time_to_sleep = MIN(TIMELINE_HYSTERESIS_TIMEOUT_MS, in kbasep_timeline_io_release()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_jm.c110 trace_msg->backend.gpu.refcount = MIN((unsigned int)refcount, 0xFF); in kbasep_ktrace_add_jm()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_dbg_ring.h124 MIN(DBG_RING_WRITE_SPACE_AVAIL(r, w, d), DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d))
H A Dbcmstdlib_s.c303 bytes_to_copy = MIN(slen - (size_t)(s - src), n - 1); in strlcat_s()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_jm.c95 trace_msg->backend.refcount = MIN((unsigned int)refcount, 0xFF); in kbasep_ktrace_add_jm()

Completed in 19 milliseconds

1234