Home
last modified time | relevance | path

Searched refs:store (Results 776 - 800 of 1944) sorted by relevance

1...<<31323334353637383940>>...78

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_info.cpp48 initCidFlag_.store(nodeInfo.initCidFlag_.load()); in DeviceInfo()
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.h65 uint32_t store; member
/third_party/musl/libc-test/src/math/gen/
H A DMakefile1 CFLAGS=-I. -Wall -fno-builtin -ffloat-store -D_GNU_SOURCE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DManagedStatic.cpp54 Ptr.store(Tmp, std::memory_order_release); in RegisterManagedStatic()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock_wait.cc67 delay_rand.store(r, std::memory_order_relaxed); in SpinLockSuggestedDelayNS()
H A Dperiodic_sampler.h197 period_.store(period, std::memory_order_relaxed); in SetGlobalPeriod()
/third_party/skia/include/core/
H A DSkPixelRef.h81 fAddedToCache.store(true); in notifyAddedToCache()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dcms.rs42 store: *mut X509_STORE, in CMS_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c330 X509_STORE *store; in tls_crl_cert_reload() local
332 store = X509_STORE_new(); in tls_crl_cert_reload()
333 if (!store) { in tls_crl_cert_reload()
335 "OpenSSL: %s - failed to allocate new certificate store", in tls_crl_cert_reload()
340 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) { in tls_crl_cert_reload()
343 X509_STORE_free(store); in tls_crl_cert_reload()
351 X509_STORE_set_flags(store, flags); in tls_crl_cert_reload()
353 return store; in tls_crl_cert_reload()
513 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) in cryptoapi_find_cert() argument
519 store | CERT_STORE_OPEN_EXISTING_FLA in cryptoapi_find_cert()
666 const char *store; tls_cryptoapi_ca_cert() local
2670 X509_STORE *store; tls_connection_ca_cert() local
3742 X509_STORE *store; tls_connection_engine_ca_cert() local
4934 X509_STORE *store; ocsp_resp_cb() local
[all...]
H A Dtls_openssl_ocsp.c503 X509_STORE *store; in check_ocsp_resp() local
586 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
588 if (X509_STORE_add_cert(store, issuer) != 1) { in check_ocsp_resp()
590 "OpenSSL: Could not add issuer to certificate store"); in check_ocsp_resp()
598 "OpenSSL: Could not add issuer to OCSP responder trust store"); in check_ocsp_resp()
609 "OpenSSL: Could not add issuer's issuer to OCSP responder trust store"); in check_ocsp_resp()
646 if (!X509_STORE_CTX_init(&ctx, store, signer, untrusted)) in check_ocsp_resp()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp128 * @tc.desc: get the store id of the kv store
142 * @tc.desc: put key-value data to the kv store
162 * @tc.desc: put invalid key-value data to the device kv store and single kv store
207 * @tc.desc: put some key-value data to the kv store
1093 auto store = CreateKVStore("DeviceKVStore", DEVICE_COLLABORATION, false, true); in HWTEST_F() local
1094 ASSERT_NE(store, nullptr); in HWTEST_F()
1105 auto status = store->PutBatch(input); in HWTEST_F()
1108 status = store in HWTEST_F()
1306 auto store = CreateKVStore("DeviceKVStore", DEVICE_COLLABORATION, false, true); HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp.asm196 movh [dstq], m0 ; store
226 movh [dstq], m0 ; store
359 ; merge two sets of 2 pixels into one set of 4, round/clip/store
364 movd [dstq], mm3 ; store
417 ; merge two sets of 2 pixels into one set of 4, round/clip/store
422 movd [dstq], mm1 ; store
470 movh [dstq], m0 ; store
533 movh [dstq], m0 ; store
582 ; round/clip/store
647 ; round/clip/store
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_compact.c2490 void *store = p->store + start_offset / 16; in brw_compact_instructions() local
2514 brw_inst *src = store + src_offset; in brw_compact_instructions()
2515 void *dst = store + offset; in brw_compact_instructions()
2539 brw_compact_inst *align = store + offset; in brw_compact_instructions()
2549 dst = store + offset; in brw_compact_instructions()
2571 offset = next_offset(devinfo, store, offset)) { in brw_compact_instructions()
2572 brw_inst *insn = store + offset; in brw_compact_instructions()
2657 brw_compact_inst *align = store + offset; in brw_compact_instructions()
2684 offset = next_offset(devinfo, store, offse in brw_compact_instructions()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_permission_operations_test/src/
H A Dmedialibrary_app_uri_permission_operations_test.cpp110 auto store = g_rdbStore->GetRaw(); in PrepareUniqueNumberTable() local
111 if (store == nullptr) { in PrepareUniqueNumberTable()
112 MEDIA_ERR_LOG("can not get store"); in PrepareUniqueNumberTable()
116 auto resultSet = store->QuerySql(queryRowSql); in PrepareUniqueNumberTable()
139 int32_t insertResult = store->Insert(outRowId, ASSET_UNIQUE_NUMBER_TABLE, valuesBucket); in PrepareUniqueNumberTable()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp76 isEncoderProcess_.store(true); in InitNode()
87 isEncoderProcess_.store(true); in InitNode()
303 isEncoderProcess_.store(false); in ReleaseProcessNode()
516 isEncoderProcess_.store(false); in OnError()
/third_party/curl/lib/
H A Dasyn-ares.c470 struct timeval *tvp, tv, store; in Curl_resolver_wait_resolv() local
480 store.tv_sec = itimeout/1000; in Curl_resolver_wait_resolv()
481 store.tv_usec = (itimeout%1000)*1000; in Curl_resolver_wait_resolv()
483 tvp = ares_timeout((ares_channel)data->state.async.resolver, &store, &tv); in Curl_resolver_wait_resolv()
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h77 v8::base::AsAtomicPtr(&top_)->store(segment, std::memory_order_relaxed); in set_top()
122 size_.store(0, std::memory_order_relaxed); in Clear()
179 other->size_.store(0, std::memory_order_relaxed); in Merge()
204 size_.store(other_size, std::memory_order_relaxed); in Swap()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c40 /* 4 reg class for load/store instr regs:
41 * load/store instr has no swizzle field, so the (virtual) register
344 /* alloc new node to store value */ in ppir_update_spilled_dest()
351 ppir_store_node *store = ppir_node_to_store(store_node); in ppir_update_spilled_dest() local
353 store->index = -comp->prog->state.stack_size; /* index sizes are negative */ in ppir_update_spilled_dest()
355 ppir_node_target_assign(&store->src, node); in ppir_update_spilled_dest()
356 store->num_components = reg->num_components; in ppir_update_spilled_dest()
366 /* If the store temp slot is empty, we can insert the store_temp in ppir_update_spilled_dest()
373 /* Not possible to merge store, so fall back to a new instruction */ in ppir_update_spilled_dest()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h902 draw_llvm_make_variant_key(struct draw_llvm *llvm, char *store);
917 draw_gs_llvm_make_variant_key(struct draw_llvm *llvm, char *store);
931 draw_tcs_llvm_make_variant_key(struct draw_llvm *llvm, char *store);
945 draw_tes_llvm_make_variant_key(struct draw_llvm *llvm, char *store);
/third_party/skia/samplecode/
H A DSamplePathText.cpp400 (matrix[0] * pt.x() + matrix[1] * pt.y() + matrix[2]).store(devicePt); in apply()
410 (ipart & (kTablePeriod-1)).store(indices); in apply()
422 (dy + SkNx_shuffle<2,3,0,1>(dy)).store(offsetY); // accumulate. in apply()
423 (dx + SkNx_shuffle<2,3,0,1>(dx)).store(offsetX); in apply()
/third_party/skia/src/opts/
H A DSkVM_opts.h125 STRIDE_K(Op::store8 ): skvx::cast<uint8_t> (r[x].i32).store(args[immA]); break;
126 STRIDE_K(Op::store16): skvx::cast<uint16_t>(r[x].i32).store(args[immA]); break;
127 STRIDE_K(Op::store32): (r[x].i32).store(args[immA]); break;
129 skvx::cast<uint64_t>(r[y].u32) << 32).store(args[immA]);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c503 X509_STORE *store; in check_ocsp_resp() local
586 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
588 if (X509_STORE_add_cert(store, issuer) != 1) { in check_ocsp_resp()
590 "OpenSSL: Could not add issuer to certificate store"); in check_ocsp_resp()
598 "OpenSSL: Could not add issuer to OCSP responder trust store"); in check_ocsp_resp()
609 "OpenSSL: Could not add issuer's issuer to OCSP responder trust store"); in check_ocsp_resp()
646 if (!X509_STORE_CTX_init(&ctx, store, signer, untrusted)) in check_ocsp_resp()
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl18 # store" which cancels "read" in "read-update-write" on cache lines.
152 stda %f4, [$out + $omask]0xc0 ! partial store
156 stda %f8, [$out + $omask]0xc0 ! partial store
374 stda %f4, [$out + $omask]0xc0 ! partial store
378 stda %f8, [$out + $omask]0xc0 ! partial store
482 stda %f8, [$out + $omask]0xc0 ! partial store
488 stda %f6, [$out + $omask]0xc0 ! partial store
721 stda %f4, [$out + $omask]0xc0 ! partial store
725 stda %f8, [$out + $omask]0xc0 ! partial store
815 stda %f8, [$out + $omask]0xc0 ! partial store
[all...]
/third_party/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl18 # store" which cancels "read" in "read-update-write" on cache lines.
152 stda %f4, [$out + $omask]0xc0 ! partial store
156 stda %f8, [$out + $omask]0xc0 ! partial store
374 stda %f4, [$out + $omask]0xc0 ! partial store
378 stda %f8, [$out + $omask]0xc0 ! partial store
482 stda %f8, [$out + $omask]0xc0 ! partial store
488 stda %f6, [$out + $omask]0xc0 ! partial store
721 stda %f4, [$out + $omask]0xc0 ! partial store
725 stda %f8, [$out + $omask]0xc0 ! partial store
815 stda %f8, [$out + $omask]0xc0 ! partial store
[all...]
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h103 SI void store(P* ptr, const T& val) { in store() function
604 store((char*)v + 0, lo); in gather_48()
605 store((char*)v + 32, hi); in gather_48()
611 store((char*)v + 0, lo); in gather_48()
612 store((char*)v + 64, hi); in gather_48()
1248 store(dst + 1*i, cast<U8>(to_fixed(a * 255))); in exec_ops()
1253 store(dst + 1*i, cast<U8>(to_fixed(g * 255))); in exec_ops()
1257 store<U16>(dst + 2*i, cast<U16>(to_fixed(r * 15) << 12) in exec_ops()
1264 store<U16>(dst + 2*i, cast<U16>(to_fixed(r * 31) << 0 ) in exec_ops()
1288 // Same deal as load_888 but in reverse... we'll store usin in exec_ops()
[all...]

Completed in 26 milliseconds

1...<<31323334353637383940>>...78