/third_party/curl/lib/ |
H A D | netrc.c | 117 char *store = tok; in parsenetrc() local 145 *store++ = s; in parsenetrc() 148 *store = 0; in parsenetrc()
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-job.cc | 118 is_canceled_.store(true, std::memory_order_relaxed); in CancelAndWait() 126 is_canceled_.store(true, std::memory_order_relaxed); in CancelAndDetach() 190 is_canceled_.store(true, std::memory_order_relaxed); in WaitForParticipationOpportunityLockRequired()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_util.c | 202 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs, in ossl_cmp_X509_STORE_add1_certs() argument 207 if (store == NULL) { in ossl_cmp_X509_STORE_add1_certs() 217 if (!X509_STORE_add_cert(store, cert)) /* ups cert ref counter */ in ossl_cmp_X509_STORE_add1_certs()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_util.c | 202 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs, in ossl_cmp_X509_STORE_add1_certs() argument 207 if (store == NULL) { in ossl_cmp_X509_STORE_add1_certs() 217 if (!X509_STORE_add_cert(store, cert)) /* ups cert ref counter */ in ossl_cmp_X509_STORE_add1_certs()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-atomic.hh | 88 #define hb_atomic_int_impl_set_relaxed(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->store ((V), std::memory_order_relaxed)) 89 #define hb_atomic_int_impl_set(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->store ((V), std::memory_order_release)) 93 #define hb_atomic_ptr_impl_set_relaxed(P, V) (reinterpret_cast<std::atomic<void*> *> (P)->store ((V), std::memory_order_relaxed))
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_segment_downloader.cpp | 295 isBuffering_.store(false); 316 isBuffering_.store(false); in SaveDataHandleBuffering() 336 isBuffering_.store(true); in HandleCache() 605 isAllSegmentFinished_.store(true); 644 isCleaningBuffer_.store(true); 647 isAllSegmentFinished_.store(false); 701 isCleaningBuffer_.store(true); 704 isAllSegmentFinished_.store(false); 789 isCleaningBuffer_.store(true); 875 isAllSegmentFinished_.store(tru [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
H A D | videoenc_ndk_inner_sample.cpp | 254 isRunning_.store(false); in Reset() 359 isRunning_.store(true); in StartVideoEncoder() 369 isRunning_.store(false); in StartVideoEncoder() 377 isRunning_.store(false); in StartVideoEncoder() 391 isRunning_.store(false); in StartVideoEncoder() 399 isRunning_.store(false); in StartVideoEncoder() 494 isRunning_.store(false); in OpenFileFail() 523 isRunning_.store(false); in CheckFlag() 847 isRunning_.store(false); in InitBuffer() 856 isRunning_.store(fals in InitBuffer() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 317 cl_emit(cl, STORE_TILE_BUFFER_GENERAL, store) { in cmd_buffer_render_pass_emit_store() 318 store.buffer_to_store = buffer; in cmd_buffer_render_pass_emit_store() 319 store.address = v3dv_cl_address(image->mem->bo, layer_offset); in cmd_buffer_render_pass_emit_store() 320 store.clear_buffer_being_stored = clear; in cmd_buffer_render_pass_emit_store() 322 store.output_image_format = iview->format->rt_type; in cmd_buffer_render_pass_emit_store() 334 store.output_image_format = image->format->rt_type; in cmd_buffer_render_pass_emit_store() 337 store.r_b_swap = iview->swap_rb; in cmd_buffer_render_pass_emit_store() 338 store.channel_reverse = iview->channel_reverse; in cmd_buffer_render_pass_emit_store() 339 store.memory_format = slice->tiling; in cmd_buffer_render_pass_emit_store() 343 store in cmd_buffer_render_pass_emit_store() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_core.cpp | 234 vBlankIdleCorrectSwitch_.store(std::stoi(curScreenSetting.ltpoConfig["vBlankIdleCorrectSwitch"]));
in SetScreenConstraintConfig() 236 vBlankIdleCorrectSwitch_.store(false);
in SetScreenConstraintConfig() 242 lowRateToHighQuickSwitch_.store(std::stoi(curScreenSetting.ltpoConfig["lowRateToHighQuickSwitch"]));
in SetScreenConstraintConfig() 244 lowRateToHighQuickSwitch_.store(false);
in SetScreenConstraintConfig() 501 activeScreenId_.store(id);
in SetActiveScreenId()
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_avbuffer_g711mu_encoder_demo.cpp | 190 isRunning_.store(true); in Start() 203 isRunning_.store(false); in Stop() 239 isRunning_.store(false); in Flush() 376 isRunning_.store(false); in OutputFunc() 388 isRunning_.store(false); in OutputFunc()
|
H A D | avcodec_audio_avbuffer_flac_encoder_demo.cpp | 166 isRunning_.store(true);
in Start() 182 isRunning_.store(false);
in Stop() 219 isRunning_.store(false);
in Flush() 357 isRunning_.store(false);
in OutputFunc() 370 isRunning_.store(false);
in OutputFunc()
|
H A D | avcodec_audio_avbuffer_amrwb_encoder_demo.cpp | 191 isRunning_.store(true); in Start() 204 isRunning_.store(false); in Stop() 240 isRunning_.store(false); in Flush() 376 isRunning_.store(false); in OutputFunc() 388 isRunning_.store(false); in OutputFunc()
|
H A D | avcodec_audio_avbuffer_amrnb_encoder_demo.cpp | 191 isRunning_.store(true); in Start() 204 isRunning_.store(false); in Stop() 240 isRunning_.store(false); in Flush() 376 isRunning_.store(false); in OutputFunc() 388 isRunning_.store(false); in OutputFunc()
|
H A D | avcodec_audio_avbuffer_mp3_encoder_demo.cpp | 191 isRunning_.store(true); in Start() 204 isRunning_.store(false); in Stop() 240 isRunning_.store(false); in Flush() 377 isRunning_.store(false); in OutputFunc() 389 isRunning_.store(false); in OutputFunc()
|
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/ |
H A D | audio_decoder_avbuffer_vivid_unit_test.cpp | 272 isRunning_.store(false); in OutputFunc() 279 isRunning_.store(false); in OutputFunc() 292 isRunning_.store(false); in Stop() 359 isRunning_.store(true); in HWTEST_F() 401 isRunning_.store(true);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/InnerAPI/ |
H A D | hdrcodec_inner_ndk_sample.cpp | 115 g_isRunning.store(false); in OnOutputBufferAvailable() 181 g_isRunning.store(false); in InputFunc() 313 g_isRunning.store(true); in Start() 324 g_isRunning.store(false); in Start() 338 g_isRunning.store(false); in StopInloop()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 103 g_isRunning.store(false); in VencOutputDataReady() 303 g_isRunning.store(false); in InputFunc() 426 g_isRunning.store(true); in Start() 437 g_isRunning.store(false); in Start() 451 g_isRunning.store(false); in StopInloop()
|
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | cache_buffer.cpp | 144 isRunning_.store(true); in DoPlay() 149 isRunning_.store(true); in DoPlay() 157 isRunning_.store(false); in DoPlay() 323 isRunning_.store(false); in Stop() 415 isRunning_.store(false); in Release()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/ |
H A D | medialibrary_scanner_db_test.cpp | 42 int ConfigTestOpenCall::OnCreate(RdbStore &store) in OnCreate() argument 44 return store.ExecuteSql(CREATE_TABLE_TEST); in OnCreate() 47 int ConfigTestOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 59 shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() local 60 storePtr = store; in SetUpTestCase()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/ |
H A D | medialibrary_thumbnail_fuzzer.cpp | 132 std::shared_ptr<NativeRdb::RdbStore> store; in FuzzThumbRdbOpt() local 134 store = FuzzBool(data, size) ? in FuzzThumbRdbOpt() 137 store = Media::MediaLibraryUnistoreManager::GetInstance().GetRdbStoreRaw()->GetRaw(); in FuzzThumbRdbOpt() 141 .store = store, in FuzzThumbRdbOpt()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | store_factory_test.cpp | 187 DBStore *store = nullptr; in ChangeKVStoreDate() local 188 dbManager->GetKvStore(storeId, dbOption, [&status, &store](auto dbStatus, auto *dbStore) { in ChangeKVStoreDate() 190 store = dbStore; in ChangeKVStoreDate() 196 auto dbStatus = store->Rekey(dbPassword.password); in ChangeKVStoreDate() 197 dbManager->CloseKvStore(store); in ChangeKVStoreDate() 264 * @tc.desc: mock the situation that open store after rekey was interrupted last time, 294 * @tc.desc: mock the situation that open store after rekey was interrupted last time,
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 95 [this, &dbManager, &kvStore, &appId, &dbStatus, &options](auto status, auto *store) { in GetOrOpenStore() 97 if (store == nullptr) { in GetOrOpenStore() 100 auto release = [dbManager](auto *store) { dbManager->CloseKvStore(store); }; in GetOrOpenStore() 101 auto dbStore = std::shared_ptr<DBStore>(store, release); in GetOrOpenStore()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input.cpp | 281 isChannelConnected_.store(false); in UnInit() 300 isChannelConnected_.store(false); in OnSessionState() 306 isChannelConnected_.store(true); in OnSessionState() 416 isChannelConnected_.store(false); in EstablishContinuousFrameSession() 433 isChannelConnected_.store(false); in EstablishSnapshotFrameSession()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memset.S | 35 * Then store as many 4-byte chunks, followed by trailing bytes. 39 * store 8-bytes chunks to align the address on 64 byte boundary 56 * store remaining data in 64-byte chunks until less than 62 * Doing the advance store of the first element of the cache line 72 * the BIS store must be balanced against the cost of the membar operation. 79 * store and the final stores. 81 * "most recently used" for all but the last store to the cache line. 188 ! get store pipeline moving 194 sub %o5, 8, %o5 ! adjust %o5 for ASI store alignment 223 ! to keep the store pipelin [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 181 stmg %r6,%r15,__SF_GPRS(%r15) # store gprs of prev task 185 stg %r15,__THREAD_ksp(%r1,%r2) # store kernel stack of prev 188 stg %r3,__LC_CURRENT # store task struct of next 189 stg %r15,__LC_KERNEL_STACK # store end of kernel stack 192 mvc __LC_CURRENT_PID(4,%r0),0(%r3) # store pid of next 617 stap __SF_EMPTY(%r15) # store cpu address 638 stg %r10,__PT_ORIG_GPR2(%r11) # store last break to orig_gpr2
|