/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_util.h | 179 void Set(int size) { size_.store(size, std::memory_order_relaxed); } in Set()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | flag.h | 125 inited_.store(true, std::memory_order_release);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_handle_test.cc | 232 found_safe_to_inspect.store(true); in TEST()
|
/third_party/skia/include/core/ |
H A D | SkTextBlob.h | 257 fCacheID.store(cacheID); in notifyAddedToCache()
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAnimator.cpp | 136 SkNx_cast<uint8_t>(Sk4f_round(c_4f)).store(&c); in modulateProps()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | pkcs7.rs | 170 store: *mut X509_STORE, in PKCS7_verify()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 46 #include "src/deoptimizer/materialized-object-store.h" 79 #include "src/objects/backing-store.h" 268 current_embedded_blob_code_.store(nullptr, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 269 current_embedded_blob_code_size_.store(0, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 270 current_embedded_blob_data_.store(nullptr, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 271 current_embedded_blob_data_size_.store(0, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 300 current_embedded_blob_code_.store(code, std::memory_order_relaxed); in SetEmbeddedBlob() 301 current_embedded_blob_code_size_.store(code_size, std::memory_order_relaxed); in SetEmbeddedBlob() 302 current_embedded_blob_data_.store(data, std::memory_order_relaxed); in SetEmbeddedBlob() 303 current_embedded_blob_data_size_.store(data_siz in SetEmbeddedBlob() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/ |
H A D | ability_context_impl.cpp | 315 isTerminating_.store(true); in TerminateAbilityWithResult() 577 isTerminating_.store(true); in TerminateSelf() 618 isTerminating_.store(true); in CloseAbility() 1072 restoreEnabled_.store(enabled); in SetRestoreEnabled()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_encoder.cpp | 522 videoEncObj->isEOS_.store(false); in OH_VideoEncoder_Start() 669 videoEncObj->isEOS_.store(true); in OH_VideoEncoder_NotifyEndOfStream() 789 videoEncObj->isEOS_.store(true); in OH_VideoEncoder_PushInputData() 812 videoEncObj->isEOS_.store(true); in OH_VideoEncoder_PushInputBuffer()
|
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/ |
H A D | audio_decoder_capi_avbuffer_vivid_unit_test.cpp | 241 isRunning_.store(false); in OutputFunc() 248 isRunning_.store(false); in OutputFunc() 261 isRunning_.store(true); in Start() 279 isRunning_.store(false); in Stop()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_analysis_album_operations.cpp | 67 static int32_t ExecSqls(const vector<string> &sqls, const shared_ptr<MediaLibraryUnistore> &store) in ExecSqls() argument 71 err = store->ExecuteSql(sql); in ExecSqls() 592 static int32_t UpdateForMergeGroupAlbums(const shared_ptr<MediaLibraryUnistore> &store, const vector<int> &deleteId, in UpdateForMergeGroupAlbums() argument 608 return ExecSqls(updateSqls, store); in UpdateForMergeGroupAlbums()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 70 isFirst_.store(values.empty()); in Init() 603 isFirst_.store(false); in SavePutTempCache() 624 isFirst_.store(false); in SavePutTempCache() 640 isFirst_.store(false); in ResetFirst()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 89 for (auto &store : stores) { in Initialize() 90 dynamicApps_.push_back(std::move(store.bundleName)); in Initialize() 94 for (auto &store : stores) { in Initialize() 95 staticsApps_.push_back(std::move(store.bundleName)); in Initialize()
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 373 isCredentialType_.store(true); in ImportCredential() 388 isCredentialType_.store(false); in DeleteCredential() 429 isCredentialType_.store(true); in ImportCredential() 445 isCredentialType_.store(false); in DeleteCredential()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | ssin.S | 528 bsr sto_cos |store cosine result 653 bsr sto_cos |store cosine result 721 bsr sto_cos |store cosine result 740 bsr sto_cos |store cosine result
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | ssin.S | 528 bsr sto_cos |store cosine result 653 bsr sto_cos |store cosine result 721 bsr sto_cos |store cosine result 740 bsr sto_cos |store cosine result
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | applesmc.c | 107 void *store; /* store function */ member 1155 node->sda.dev_attr.store = grp->store; in applesmc_create_nodes() 1159 attr->mode = 0444 | (grp->store ? 0200 : 0); in applesmc_create_nodes()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_fops.c | 1141 ia_css_ptr store = load; in remove_pad_from_frame() local 1153 ret = hmm_store(store, buffer, width * sizeof(store)); in remove_pad_from_frame() 1158 store += width; in remove_pad_from_frame()
|
/kernel/linux/linux-6.6/drivers/platform/mellanox/ |
H A D | mlxbf-pmc.c | 1215 attr->dev_attr.store = mlxbf_pmc_enable_store; in mlxbf_pmc_init_perftype_counter() 1242 attr->dev_attr.store = mlxbf_pmc_counter_store; in mlxbf_pmc_init_perftype_counter() 1255 attr->dev_attr.store = mlxbf_pmc_event_store; in mlxbf_pmc_init_perftype_counter() 1290 attr->dev_attr.store = mlxbf_pmc_counter_store; in mlxbf_pmc_init_perftype_reg()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | applesmc.c | 107 void *store; /* store function */ member 1155 node->sda.dev_attr.store = grp->store; in applesmc_create_nodes() 1159 attr->mode = 0444 | (grp->store ? 0200 : 0); in applesmc_create_nodes()
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 76 ; load as many variables in registers as possible; for the rest, store 203 ; horizontal sum & store 301 ; load as many variables in registers as possible; for the rest, store 506 ; horizontal sum & store
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_sse_4.h | 643 ASTCENC_SIMD_INLINE void store(vint4 a, int* p) in store() function 652 ASTCENC_SIMD_INLINE void store(vint4 a, uint8_t* p) in store() function 932 ASTCENC_SIMD_INLINE void store(vfloat4 a, float* p) in store() function 1239 store(data, base); in store_lanes_masked()
|
H A D | astcenc_vecmathlib_none_4.h | 656 ASTCENC_SIMD_INLINE void store(vint4 a, int* p) in store() function 667 ASTCENC_SIMD_INLINE void store(vint4 a, uint8_t* p) in store() function 955 ASTCENC_SIMD_INLINE void store(vfloat4 a, float* ptr) in store() function 1187 store(data, base); in store_lanes_masked()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 240 X509_STORE *store, int with_self_signed, 243 int X509_STORE_set_depth(X509_STORE *store, int depth); 447 /* Use trusted store first */ 455 /* Allow partial chains if at least one certificate is in trusted store */ 735 int X509_STORE_load_store(X509_STORE *ctx, const char *store); 743 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *store,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509_vfy.h | 240 X509_STORE *store, int with_self_signed, 243 int X509_STORE_set_depth(X509_STORE *store, int depth); 447 /* Use trusted store first */ 455 /* Allow partial chains if at least one certificate is in trusted store */ 735 int X509_STORE_load_store(X509_STORE *ctx, const char *store); 743 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *store,
|