Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp109 int8_t num1 = 1; variable
160 int8_t num1 = 1; variable
196 int8_t num1 = 1; variable
243 int8_t num1 = 1; variable
Dhiappevent_app_event_test.cpp65 constexpr int32_t num1 = 1; variable
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
Devent_raw_base_test.cpp96 int8_t num1 = 10; // 10 is a test value variable
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp174 uint64_t num1 = 1 << 4; variable
/base/startup/hvb/tools/
Dhvbtool.py211 def calc_egcd(self, num1, num2): argument
217 def calc_modinv(self, num1, modulo): argument
/base/sensors/sensor/services/hdi_connection/hardware/src/
Dhdi_service_impl.cpp115 float num1 = 0.0; in GenerateAccelerometerEvent() local
/base/global/i18n/frameworks/intl/src/
Dutils.cpp304 size_t num1 = static_cast<size_t>(byteArray[1]) << BYTE_ARRAY_OFFSET_SECOND; in ConvertBytesToSizeT() local
/base/tee/tee_client/interfaces/kits/c/src/
Dtee_client.cpp208 static inline bool IsOverFlow(uint32_t num1, uint32_t num2) in IsOverFlow()