Home
last modified time | relevance | path

Searched defs:num2 (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp113 int16_t num2 = 1; variable
164 int16_t num2 = 1; variable
199 int16_t num2 = 1; variable
246 int16_t num2 = 1; variable
Dhiappevent_app_event_test.cpp67 constexpr int64_t num2 = 1; variable
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
Devent_raw_base_test.cpp98 int16_t num2 = 300; // 300 is a test value variable
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp175 uint64_t num2 = (1 << 2) + (1 << 3) + (1 << 4); variable
/base/sensors/sensor/services/hdi_connection/hardware/src/
Dhdi_service_impl.cpp116 float num2 = 0.0; in GenerateAccelerometerEvent() local
/base/global/i18n/frameworks/intl/src/
Dutils.cpp305 size_t num2 = static_cast<size_t>(byteArray[2]) << BYTE_ARRAY_OFFSET_THIRD; in ConvertBytesToSizeT() local
/base/startup/hvb/tools/
Dhvbtool.py211 def calc_egcd(self, num1, num2): argument
/base/tee/tee_client/interfaces/kits/c/src/
Dtee_client.cpp208 static inline bool IsOverFlow(uint32_t num1, uint32_t num2) in IsOverFlow()