| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
| D | hi_math_adapt.h | 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 60 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) argument 61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 62 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
| D | hi_math_adapt.h | 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 60 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) argument 61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 62 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | hi_math.h | 60 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 61 #define CLIP_MAX(x, max) ((x) > (max) ? (max) : (x)) argument 62 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 63 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 64 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | hi_math.h | 58 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 59 #define CLIP_MAX(x, max) ((x) > (max) ? (max) : (x)) argument 60 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 61 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 62 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | hi_math.h | 61 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 62 #define CLIP_MAX(x, max) ((x) > (max) ? (max) : (x)) argument 63 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 64 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 65 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
| D | hi_math_adapt.h | 62 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 63 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) argument 64 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 65 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 66 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| D | hmac_traffic_classify.c | 72 …2 hmac_tx_add_cfm_traffic(hmac_user_stru *hmac_user, hi_u8 tid, const hmac_tx_major_flow_stru *max) in hmac_tx_add_cfm_traffic() 193 hmac_tx_major_flow_stru max = { 0 }; in hmac_tx_find_major_traffic() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/ |
| D | arm_core_scaling.c | 90 #define PERCENT_OF(percent, max) ((int) ((percent)*(max)/100.0 + 0.5)) argument
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| D | rockchip_ipa.c | 24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| D | Socket.h | 86 #define max(A,B) ( (A) > (B) ? (A):(B)) macro
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | rockchip_ipa.c | 24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_dvfs_policy.c | 46 u64 max = time_period; in calculate_window_render_fps() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_dvfs_policy.c | 57 u64 max = time_period; in calculate_window_render_fps() local
|
| D | mali_osk_types.h | 440 u32 max; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| D | mali_kbase_csf_firmware_cfg.c | 60 u32 max; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_flowring.c | 121 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit() 141 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
|
| /device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
| D | rockchip_dmc.h | 38 unsigned int max; member
|
| /device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
| D | rockchip_dmc.h | 38 unsigned int max; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/ |
| D | transfer.c | 29 hi_u32 loader_serial_ymodem(hi_u32 offset, hi_u32 erased_size, hi_u32 min, hi_u32 max) in loader_serial_ymodem()
|
| /device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
| D | host.c | 471 int max; in mmc_first_nonreserved_index() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/devfreq/event/ |
| D | rockchip-dfi.c | 207 u32 tmp, max = 0; in rk3288_dfi_get_busier_ch() local 355 u32 tmp, max = 0; in rockchip_dfi_get_busier_ch() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/ |
| D | drv_osal_lib.h | 117 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
|
| /device/soc/rockchip/common/sdk_linux/drivers/hid/ |
| D | hid-input.c | 418 s32 min, max; in hidinput_setup_battery() local 542 int max = 0, code; in hidinput_configure_usage() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | bcmutils.h | 85 #define CIRCULAR_ARRAY_FULL(rd_idx, wr_idx, max) ((wr_idx + 1)%max == rd_idx) argument 532 #define LIMIT_TO_RANGE(x, min, max) \ argument 538 #define LIMIT_TO_MAX(x, max) \ argument 1084 #define LIMIT(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument
|
| /device/qemu/drivers/virtio/ |
| D | virtinput.c | 47 uint32_t max; member
|