Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp206 temp2[VALUE_0] = temp1[VALUE_0] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
207 temp2[VALUE_1] = temp1[VALUE_1] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
208 temp2[VALUE_2] = temp1[VALUE_2] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
209 temp2[VALUE_3] = temp1[VALUE_3] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
276 temp2[VALUE_0] = temp1[VALUE_0] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling()
277 temp2[VALUE_1] = temp1[VALUE_1] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling()
278 temp2[VALUE_2] = temp1[VALUE_2] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling()
279 temp2[VALUE_3] = temp1[VALUE_3] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling()
280 temp2[VALUE_4] = temp1[VALUE_4] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling()
281 temp2[VALUE_5] = temp1[VALUE_5] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/js/
H A DNapiRemoteObjectTest.js46 let temp2 = 0
52 temp2 = 0
62 temp2 = result.reply.readByte()
64 console.info("test reply2: " + temp2)
109 expect(temp2).assertEqual(2)
145 expect(temp2).assertEqual(3)
181 expect(temp2).assertEqual(3)
218 expect(temp2).assertEqual(12)
255 expect(temp2).assertEqual(14)
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_encoder.h43 static void AnalyzeFourForScaling(int32_t *temp1, int16_t *temp2);
44 static void AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts);
47 static void AnalyzeEightForScaling(int32_t *temp1, int16_t *temp2);
48 static void AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_avsession_adapter_impl_test.cpp722 int64_t temp2 = 2; variable
732 EXPECT_CALL(*positionMock, GetDuration()).WillRepeatedly(::testing::Return(temp2));
739 g_adapter->avMetadata_->SetDuration(temp2);
741 ::testing::Return(temp2));
761 ::testing::Return(temp2));
774 int64_t temp2 = 2; variable
785 EXPECT_CALL(*positionMock, GetDuration()).WillRepeatedly(::testing::Return(temp2));
798 EXPECT_CALL(*positionMock, GetDuration()).WillRepeatedly(::testing::Return(temp2));
927 int64_t temp2 = 2; variable
941 EXPECT_CALL(*positionMock, GetDuration()).WillRepeatedly(::testing::Return(temp2));
[all …]
/ohos5.0/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/generatecert_fuzzer/
H A Dgeneratecert_fuzzer.cpp63 const uint8_t* temp2 = reinterpret_cast<const uint8_t*>(data + offset + 1); in FuzzTest() local
64 perminfo.permExpiryTime = curTime + *temp2 % 200; // time range 0 to 200 in FuzzTest()
/ohos5.0/base/security/asset/frameworks/utils/src/
H A Dhasher.rs79 let temp2 = s0.wrapping_add(major); localVariable
87 compressed_chunk[0] = temp1.wrapping_add(temp2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1224 auto temp2 = data1 + data2; variable
1225 temp2 += data1;
1226 temp2 -= data1;
1227 data1 = temp2 - data2;
1228 temp2 = data1 * (1.f);
1229 temp2 *= (1.f);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp385 std::string temp2 = "assets/js/share/"; in SetAssetManager() local
388 basePaths.push_back(temp2); in SetAssetManager()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_database_test.cpp162 HdiCredentialInfo temp2 = { in __anon5438c4200402() local
170 infos.push_back(temp2); in __anon5438c4200402()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp313 auto temp2 = abilityMs_->controllerIsAStabilityTest_; variable
317 abilityMs_->controllerIsAStabilityTest_ = temp2;
808 auto temp2 = abilityMs_->abilityController_; variable
813 abilityMs_->abilityController_ = temp2;
835 auto temp2 = abilityMs_->abilityController_; variable
840 abilityMs_->abilityController_ = temp2;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_info_mgr_test/
H A Dmission_info_mgr_test.cpp670 auto temp2 = missionInfoMgr->snapshotHandler_; variable
673 missionInfoMgr->snapshotHandler_ = temp2;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_test_ng.cpp371 auto temp2 = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
372 temp2->isShown_ = true;
373 navDestinationWrapper2->layoutAlgorithm_->layoutAlgorithm_ = temp2;
376 ASSERT_TRUE(temp2->isShown_);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp316 auto temp2 = temp; in GetGatewayFromRouteList() local
322 return GetGatewayFromMap(temp2); in GetGatewayFromRouteList()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs1_test.cpp101 EmergencyCall temp2 = { "356", "460", EccType::TYPE_AMBULANCE, SimpresentType::TYPE_NO_CARD, variable
111 eccVec.push_back(temp2);
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_manager.c570 unsigned long long int temp2 = 0; in CheckParamValueType() local
571 if (StringToULL(value, &temp2) != 0) { in CheckParamValueType()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp495 auto temp2 = abilityMs_->subManagersHelper_->currentConnectManager_; variable
498 abilityMs_->subManagersHelper_->currentConnectManager_ = temp2;