Home
last modified time | relevance | path

Searched defs:min (Results 1 - 25 of 75) sorted by relevance

123

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
H A Dcommon.cpp98 constexpr int32_t min = -8; in CanConvertToIncI() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov2775/
H A Dov2775_cmos.h40 #define min(a, b) (((a) > (b)) ? (b) : (a)) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/include/
H A Dapp_demo_spi.h39 #define min(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.c59 u32 min; 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
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.cpp108 DateUnit min = proxy->GetDate(); in ParseIsoDateTime() local
H A Ddate_parse.h364 void SetMin(int min) in SetMin() argument
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dlocale_helper.h119 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() argument
132 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() argument
145 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum() argument
/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.h120 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/
H A Drockchip_dmc.h37 unsigned int min; member
H A Drockchip_system_monitor.h15 unsigned int min; /* Minimum frequency in MHz */ member
/device/soc/rockchip/rk3588/kernel/include/soc/rockchip/
H A Drockchip_dmc.h37 unsigned int min; member
H A Drockchip_system_monitor.h15 unsigned int min; /* Minimum frequency in MHz */ member
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.cpp245 uint32_t LoopOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
263 uint32_t LoopGreedyOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp380 T min = std::numeric_limits<T>::min(); in TestAddOverflow() local
446 T min = std::numeric_limits<T>::min(); in TestSubOverflow() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.cpp225 uint32_t LoopOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
243 uint32_t LoopGreedyOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_gate_info.h95 RangeInfo(int32_t min, int32_t max) in RangeInfo() argument
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtinput.c48 uint32_t min; member
/device/qemu/drivers/virtio/
H A Dvirtinput.c46 uint32_t min; member
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp377 T min = std::numeric_limits<T>::min(); in TestAddOverflow() local
443 T min = std::numeric_limits<T>::min(); in TestSubOverflow() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp1048 int32_t min = std::numeric_limits<int32_t>::min(); in TEST_F() local
1099 int32_t min = std::numeric_limits<int32_t>::min(); in TEST_F() local

Completed in 20 milliseconds

123