Home
last modified time | relevance | path

Searched defs:max (Results 1 - 25 of 82) sorted by relevance

1234

/test/ostest/wukong/report/src/
H A Dtable.cpp26 uint32_t max = cloumn_header[col].size(); in Table() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/
H A Dslider_value_test.cpp46 ArkUI_NumberValue max[] = {{.f32 = maxValue}}; in TestSliderValue003() local
/test/xts/acts/kernel_lite/ipc_posix/message_queue/
H A DIpcMqExceptionTest.cpp62 const int max = 65535; in HWTEST_F() local
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dsample_ui.cpp110 int random(int min, int max) in random() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSocket.h86 #define max(A,B) ( (A) > (B) ? (A):(B)) macro
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_ipa.c24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware_cfg.c60 u32 max; member
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_ipa.c24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
/test/xts/acts/ai/nncore/opstest/src/
H A Dclip_test.cpp36 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)}; member
55 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)}; member
74 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)}; member
93 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)}; member
112 OHNNOperandTest max = {OH_NN_FLOAT32, OH_NN_CLIP_MAX, {1}, maxValue, sizeof(float)}; member
[all...]
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/
H A Dutils.cpp46 int GetRandomInt(int max) in GetRandomInt() argument
/test/xts/acts/kernel_lite/time_posix/src/
H A DAlarmTest.cpp292 const int max = 32; in HWTEST_F() local
[all...]
/vendor/ohemu/qemu_small_system_demo/apps/src/
H A Dsample_ui.cpp149 int random(int min, int max) in random() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_traffic_classify.c72 static hi_u32 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() argument
193 hmac_tx_major_flow_stru max = { 0 }; in hmac_tx_find_major_traffic() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dtransfer.c29 hi_u32 loader_serial_ymodem(hi_u32 offset, hi_u32 erased_size, hi_u32 min, hi_u32 max) in loader_serial_ymodem() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/
H A Ddrv_osal_lib.h117 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/
H A Drockchip_dmc.h38 unsigned int max; member
H A Drockchip_system_monitor.h16 unsigned int max; /* Maximum frequency in MHz */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_dvfs_policy.c57 u64 max = time_period; in calculate_window_render_fps() local
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dhost.c471 int max; in mmc_first_nonreserved_index() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_dvfs_policy.c46 u64 max = time_period; in calculate_window_render_fps() local
/device/soc/rockchip/rk3588/kernel/include/soc/rockchip/
H A Drockchip_dmc.h38 unsigned int max; member
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp459 float max = 0, min = FLT_MAX, sum = 0, avg; in CalculateIntVector() local
/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp225 uint32_t GetRandom(uint32_t max) in GetRandom() argument
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtinput.c49 uint32_t max; member
/device/qemu/drivers/virtio/
H A Dvirtinput.c47 uint32_t max; member

Completed in 22 milliseconds

1234