Home
last modified time | relevance | path

Searched refs:store (Results 1476 - 1500 of 2576) sorted by relevance

1...<<51525354555657585960>>...104

/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h179 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 Dflag.h125 inited_.store(true, std::memory_order_release);
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_handle_test.cc232 found_safe_to_inspect.store(true); in TEST()
/third_party/skia/include/core/
H A DSkTextBlob.h257 fCacheID.store(cacheID); in notifyAddedToCache()
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.cpp136 SkNx_cast<uint8_t>(Sk4f_round(c_4f)).store(&c); in modulateProps()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dpkcs7.rs170 store: *mut X509_STORE, in PKCS7_verify()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc46 #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 Dability_context_impl.cpp315 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 Dnative_video_encoder.cpp522 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 Daudio_decoder_capi_avbuffer_vivid_unit_test.cpp241 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 Dmedialibrary_analysis_album_operations.cpp67 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 Ddevice_profile_manager.cpp70 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 Ddevice_matrix.cpp89 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 Ddevice_manager_service_impl.cpp373 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 Dssin.S528 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 Dssin.S528 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 Dapplesmc.c107 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 Datomisp_fops.c1141 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 Dmlxbf-pmc.c1215 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 Dapplesmc.c107 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 Dresample.asm76 ; 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 Dastcenc_vecmathlib_sse_4.h643 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 Dastcenc_vecmathlib_none_4.h656 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 Dx509_vfy.h240 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 Dx509_vfy.h240 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,

Completed in 36 milliseconds

1...<<51525354555657585960>>...104