| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | bytecode_encoder.h | 30 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 D | bytecode_encoder.h | 30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
|
| H A D | common.cpp | 98 constexpr int32_t min = -8; in CanConvertToIncI() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov2775/ |
| H A D | ov2775_cmos.h | 40 #define min(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/include/ |
| H A D | app_demo_spi.h | 39 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| H A 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/bifrost/csf/ |
| H A D | mali_kbase_csf_firmware_cfg.c | 59 u32 min; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_ipa.c | 24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | date_parse.cpp | 108 DateUnit min = proxy->GetDate(); in ParseIsoDateTime() local
|
| H A D | date_parse.h | 364 void SetMin(int min)
in SetMin() argument
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | locale_helper.h | 119 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 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() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/ |
| H A D | drv_osal_lib.h | 120 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
| /device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
| H A D | rockchip_dmc.h | 37 unsigned int min; member
|
| H A D | rockchip_system_monitor.h | 15 unsigned int min; /* Minimum frequency in MHz */ member
|
| /device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
| H A D | rockchip_dmc.h | 37 unsigned int min; member
|
| H A D | rockchip_system_monitor.h | 15 unsigned int min; /* Minimum frequency in MHz */ member
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_opcode.cpp | 245 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 D | encoder64_test_1.cpp | 380 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 D | regexp_opcode.cpp | 225 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 D | number_gate_info.h | 95 RangeInfo(int32_t min, int32_t max) in RangeInfo() argument
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| H A D | virtinput.c | 48 uint32_t min; member
|
| /device/qemu/drivers/virtio/ |
| H A D | virtinput.c | 46 uint32_t min; member
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | encoder64_test_1.cpp | 377 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 D | codegen_test_1.cpp | 1048 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
|