| /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_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_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/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/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_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/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/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/psa/ |
| D | psa_constant_names.c | 205 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() 244 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned()
|
| /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/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/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/include/c++/7.3.0/parallel/ |
| D | base.h | 150 max(const _Tp& __a, const _Tp& __b) in max() function
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/include/c++/7.3.0/parallel/ |
| D | base.h | 150 max(const _Tp& __a, const _Tp& __b) in max() function
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/include/c++/7.3.0/parallel/ |
| D | base.h | 150 max(const _Tp& __a, const _Tp& __b) in max() function
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/include/c++/7.3.0/parallel/ |
| D | base.h | 150 max(const _Tp& __a, const _Tp& __b) in max() function
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | ssl_cache.c | 329 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max ) in mbedtls_ssl_cache_set_max_entries()
|
| /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/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/ |
| D | bignum_harden.c | 26 #define max(a, b) (a) > (b) ? (a) : (b) macro
|
| /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
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| D | mali_kbase_csf_firmware_cfg.c | 60 u32 max; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mqtt/paho.mqtt.c/src/ |
| D | Socket.h | 103 #define max(A,B) ( (A) > (B) ? (A):(B)) macro
|
| /device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
| D | rockchip_dmc.h | 38 unsigned int max; member
|
| /device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
| D | rockchip_dmc.h | 38 unsigned int 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()
|