| /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
|
| D | hi_comm_isp_adapt.h | 1899 hi_u32 max; /* RW;Range:[0,0xFFFFFFFF];Format:32.0;Maximum value */ member
|
| /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_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/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/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/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/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/ |
| D | drv_osal_lib.h | 117 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
|
| /device/qemu/drivers/virtio/ |
| D | virtinput.c | 47 uint32_t max; member
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| D | virtinput.c | 49 uint32_t max; member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
| D | ext_sm4.c | 92 #define linearity_replace(tmp, left, right, max) (((tmp) << (left)) + (((tmp) >> (right)) & (ma… argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
| D | cryp_hash.c | 356 hi_u32 left, size, max; in cryp_hash_process() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/ |
| D | osd_img.c | 100 HI_U32 max(HI_U32 a, HI_U32 b) in max() function
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | stats.h | 128 mem_size_t max; member 135 STAT_COUNTER max; member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os08a10/ |
| D | os08a10_cmos.c | 31 #define CLIP3(x, min, max) (((x) < (min)) ? (min) : ((((x) > (max)) ? (max) : (x)))) argument
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
| D | ddr_training_impl.h | 271 unsigned int max; /* max right bound */ member
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
| D | ddr_training_impl.h | 270 unsigned int max; /* max right bound */ member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/ |
| D | ps5260_2l_cmos.c | 176 HI_U32 sum, max, min; in psensor_queue_add() local
|
| /device/soc/rockchip/rk3568/hardware/rga/include/ |
| D | rga.h | 215 unsigned short max; member
|
| D | im2d.h | 225 int max; /* The Maximum value of the color key */ member
|
| /device/soc/rockchip/rk3399/hardware/rga/include/ |
| D | rga.h | 215 unsigned short max; member
|
| D | im2d.h | 225 int max; /* The Maximum value of the color key */ member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
| D | drv_hdmi_common.h | 193 #define hdmi_check_max_return(value, max, ret) \ argument 253 #define max(a, b) (((a) < (b)) ? (b) : (a)) macro
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_net.h | 1569 hi_u16 max; member
|