Home
last modified time | relevance | path

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

/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp36 NUM_THREE, enumerator
68 int32_t mode = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallClientWithCallInfo()
70 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallClientWithCallInfo()
93 int32_t mode = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallProxyWithCallInfo()
95 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallProxyWithCallInfo()
/base/msdp/device_status/test/fuzztest/devicestatusagent_fuzzer/
H A Ddevicestatusagent_fuzzer.h40 NUM_THREE
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp37 static constexpr int NUM_THREE = 3; variable
64 return val * val + NUM_THREE; in TestFunc3()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp37 NUM_THREE, enumerator
71 int32_t videoState = static_cast<int32_t>(size % NUM_THREE); in TestImsCallClientWithCallInfo()
72 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallClientWithCallInfo()
155 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallClientWithSettingFunction()
249 int32_t videoState = static_cast<int32_t>(size % NUM_THREE); in TestImsCallProxyWithCallInfo()
250 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallProxyWithCallInfo()
330 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallProxyWithSettingFunction()
/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c34 #define NUM_THREE 3 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.c241 const int32_t NUM_THREE = 3; in ParseRegStatusStr() local
254 } else if (commaNum == NUM_THREE || commaNum == NUM_SIX) { in ParseRegStatusStr()

Completed in 6 milliseconds