Home
last modified time | relevance | path

Searched refs:NUM_FOUR (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp38 static constexpr int NUM_FOUR = 4; variable
58 return val * val + NUM_FOUR; in TestFunc4()
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp37 NUM_FOUR, enumerator
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp38 NUM_FOUR, enumerator
157 int32_t value = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallClientWithSettingFunction()
158 int32_t type = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallClientWithSettingFunction()
332 int32_t value = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallProxyWithSettingFunction()
333 int32_t type = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallProxyWithSettingFunction()
/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c33 #define NUM_FOUR 4 macro
352 cipher->length = (cipher->length / NUM_THREE + 1) * NUM_FOUR + 1; in RsaEncrypt()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c242 const int32_t NUM_FOUR = 4; in ParseRegStatusStr() local
253 } else if (commaNum == NUM_FOUR || commaNum == NUM_SEVEN) { in ParseRegStatusStr()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp134 constexpr int32_t NUM_FOUR { 4 };
2999 if ((static_cast<int32_t>(lastRotation) + NUM_ONE) % NUM_FOUR == static_cast<int32_t>(rotation)) { in ScreenRotateAdjustDisplayXY()
3003 } else if ((static_cast<int32_t>(lastRotation) + NUM_TWO) % NUM_FOUR == static_cast<int32_t>(rotation)) { in ScreenRotateAdjustDisplayXY()

Completed in 12 milliseconds