Home
last modified time | relevance | path

Searched refs:store (Results 1226 - 1250 of 1889) sorted by relevance

1...<<41424344454647484950>>...76

/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStoreCallbackJsunit.test.js85 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
86 kvStore = store;
127 await kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) {
128 kvStore = store;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp1217 for (auto&& store : stores) { in combine_one_slot()
1218 int cmp = nir_intrinsic_component(store); in combine_one_slot()
1219 for (unsigned i = 0; i < nir_src_num_components(store->src[0]); ++i, ++comps) { in combine_one_slot()
1221 srcs[out_comp] = nir_channel(&b, store->src[0].ssa, i); in combine_one_slot()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_generator.cpp424 * immediate value in src1, and store the result in DWORDs 3 and 4 of dst. in generate_gs_set_write_offset()
601 * DWORD 4, we just need to OR them together and store the result in bits in generate_gs_set_channel_masks()
606 * contents of bytes 0 and 16 from src, OR them together, and store them in in generate_gs_set_channel_masks()
634 * and store into dst.0 & dst.4. So generate the instruction: in generate_gs_get_instance_id()
2195 brw_inst *last = &p->store[pre_emit_nr_insn]; in generate_code()
2214 brw_validate_instructions(&compiler->isa, p->store, in generate_code()
2226 _mesa_sha1_compute(p->store, p->next_insn_offset, sha1); in generate_code()
2242 dump_assembly(p->store, 0, p->next_insn_offset, in generate_code()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c197 /* build a ptr in memory to store all the frames in later. */ in generate_compute()
598 char *store) in make_variant_key()
602 key = (struct lp_compute_shader_variant_key *)store; in make_variant_key()
839 char store[LP_CS_MAX_VARIANT_KEY_SIZE]; in llvmpipe_update_cs() local
841 key = make_variant_key(lp, shader, store); in llvmpipe_update_cs()
596 make_variant_key(struct llvmpipe_context *lp, struct lp_compute_shader *shader, char *store) make_variant_key() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.h742 thread_local_top()->thread_id_.store(id, std::memory_order_relaxed); in set_thread_id()
1236 // access this flag directly from generated code, we store a pointer to the in thread_in_wasm_flag_address_offset()
1315 is_profiling_.store(enabled, std::memory_order_relaxed); in SetIsProfiling()
1512 was_locker_ever_used_.store(true, std::memory_order_relaxed); in set_was_locker_ever_used()
1818 code_coverage_mode_.store(coverage_mode, std::memory_order_relaxed); in set_code_coverage_mode()
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl160 stda %f4, [$out + $mask]0xc0 ! partial store
165 stda %f8, [$out + $mask]0xc0 ! partial store
255 stda %f4, [$out + $mask]0xc0 ! partial store
260 stda %f8, [$out + $mask]0xc0 ! partial store
/third_party/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl160 stda %f4, [$out + $mask]0xc0 ! partial store
165 stda %f8, [$out + $mask]0xc0 ! partial store
255 stda %f4, [$out + $mask]0xc0 ! partial store
260 stda %f8, [$out + $mask]0xc0 ! partial store
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1119 X509_STORE *store; in ocsp_resp_cb() local
1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
1162 if (X509_STORE_add_cert(store, ctx->peer_issuer) != 1) { in ocsp_resp_cb()
1164 "OpenSSL: Could not add issuer to certificate store"); in ocsp_resp_cb()
1173 "OpenSSL: Could not add issuer to OCSP responder trust store"); in ocsp_resp_cb()
1183 "OpenSSL: Could not add issuer's issuer to OCSP responder trust store"); in ocsp_resp_cb()
1190 status = OCSP_basic_verify(basic, certs, store, OCSP_TRUSTOTHER); in ocsp_resp_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c1119 X509_STORE *store; in ocsp_resp_cb() local
1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
1162 if (X509_STORE_add_cert(store, ctx->peer_issuer) != 1) { in ocsp_resp_cb()
1164 "OpenSSL: Could not add issuer to certificate store"); in ocsp_resp_cb()
1173 "OpenSSL: Could not add issuer to OCSP responder trust store"); in ocsp_resp_cb()
1183 "OpenSSL: Could not add issuer's issuer to OCSP responder trust store"); in ocsp_resp_cb()
1190 status = OCSP_basic_verify(basic, certs, store, OCSP_TRUSTOTHER); in ocsp_resp_cb()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dpmbus_core.c1019 ssize_t (*store)(struct device *dev, in pmbus_dev_attr_init()
1027 dev_attr->store = store; in pmbus_dev_attr_init()
1036 ssize_t (*store)(struct device *dev, in pmbus_attr_init()
1041 pmbus_dev_attr_init(&a->dev_attr, name, mode, show, store); in pmbus_attr_init()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c644 * directly. The vtn_local_load/store helpers are too clever and in _vtn_variable_load_store()
646 * less efficient than the direct load/store and, in the case of in _vtn_variable_load_store()
649 * due to the load+insert+store it uses to emulate the array in _vtn_variable_load_store()
2576 * would then store them to a local variable as bool. Work around in vtn_handle_variables()
2799 nir_intrinsic_instr *store = in vtn_handle_variables() local
2802 store->src[0] = nir_src_for_ssa(&dest->dest.ssa); in vtn_handle_variables()
2803 store->src[1] = nir_src_for_ssa(data); in vtn_handle_variables()
2804 store->num_components = data->num_components; in vtn_handle_variables()
2805 nir_builder_instr_insert(&b->nb, &store->instr); in vtn_handle_variables()
/third_party/openssl/test/
H A Dsslapitest.c9991 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local
9999 /* Retrieve verify store pointer. */ in test_set_verify_cert_store_ssl_ctx()
10000 if (!TEST_true(SSL_CTX_get0_verify_cert_store(ctx, &store))) in test_set_verify_cert_store_ssl_ctx()
10003 /* Retrieve chain store pointer. */ in test_set_verify_cert_store_ssl_ctx()
10008 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10028 if (!TEST_true(SSL_CTX_get0_verify_cert_store(ctx, &store))) in test_set_verify_cert_store_ssl_ctx()
10034 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx()
10045 if (!TEST_true(SSL_CTX_get0_verify_cert_store(ctx, &store))) in test_set_verify_cert_store_ssl_ctx()
10051 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10071 X509_STORE *store in test_set_verify_cert_store_ssl() local
[all...]
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp942 /** @brief Test vfloat4 store. */
943 TEST(vfloat4, store) in TEST()
947 store(a, &(out[1])); in TEST()
1737 /** @brief Test vint4 store. */
1738 TEST(vint4, store) in TEST()
1742 store(a, &(out[1])); in TEST()
2682 /** @brief Test vfloat8 store. */
2683 TEST(vfloat8, store) in TEST()
2687 store(a, &(out[1])); in TEST()
2703 store( in TEST()
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1206 // if we need a temporary var to store this argument, this is the value to store in the var in writeFunctionCallArgument()
1243 tempVar.lvalue->store(load, out); in copyBackTempVars()
1913 void store(SpvId value, OutputStream& out) override {
1964 void store(SpvId value, OutputStream& out) override {
2080 // happens due to the need to store values in temporary variables during function in getLValue()
2678 this->getLValue(*left, out)->store(rhs, out); in writeBinaryExpression()
2719 lvalue->store(result, out); in writeBinaryExpression()
2824 lv->store(result, out); in writePrefixExpression()
2832 lv->store(resul in writePrefixExpression()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp5083 // To avoid that we will store both the source (in m_compressed_texture_data) and the destination in PrepareReferenceData()
10285 and the buffer object's data store is currently mapped. */ in Test1D()
10297 "the buffer object's data store is currently mapped."); in Test1D()
10310 memory reads required would exceed the data store size. */ in Test1D()
10320 "would exceed the data store size."); in Test1D()
10329 store in memory a datum indicated by type. */ in Test1D()
10338 "is not evenly divisible into the number of bytes needed to store in memory a datum " in Test1D()
10525 and the buffer object's data store is currently mapped. */ in Test2D()
10538 "the buffer object's data store is currently mapped."); in Test2D()
10551 memory reads required would exceed the data store siz in Test2D()
13136 char store[s_reference_size * 6 /* for cubemap */] = {}; iterate() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2719 ethsw->fq[i].store = in dpaa2_switch_alloc_rings()
2722 if (!ethsw->fq[i].store) { in dpaa2_switch_alloc_rings()
2725 dpaa2_io_store_destroy(ethsw->fq[i].store); in dpaa2_switch_alloc_rings()
2738 dpaa2_io_store_destroy(ethsw->fq[i].store); in dpaa2_switch_destroy_rings()
2749 err = dpaa2_io_service_pull_fq(NULL, fq->fqid, fq->store); in dpaa2_switch_pull_fq()
2759 /* Consume all frames pull-dequeued into the store */
2768 /* Get the next available FD from the store */ in dpaa2_switch_store_consume()
2769 dq = dpaa2_io_store_next(fq->store, &is_last); in dpaa2_switch_store_consume()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-wiimote-modules.c1980 __u8 *store, __u16 code, in wiimod_drums_report_pressure()
1986 *store = pressure; in wiimod_drums_report_pressure()
1987 input_report_abs(wdata->extension.input, code, *store); in wiimod_drums_report_pressure()
1988 } else if (onoff != !!*store) { in wiimod_drums_report_pressure()
1989 *store = onoff ? default_pressure : 0; in wiimod_drums_report_pressure()
1990 input_report_abs(wdata->extension.input, code, *store); in wiimod_drums_report_pressure()
1977 wiimod_drums_report_pressure(struct wiimote_data *wdata, __u8 none, __u8 which, __u8 pressure, __u8 onoff, __u8 *store, __u16 code, __u8 which_code) wiimod_drums_report_pressure() argument
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9itxfm_neon.S705 .macro store i, dst, inc
762 // transpose into a horizontal 16x8 slice and store.
788 store \i, x0, #16
794 // don't store the first 8x8 block, but keep it in registers
799 store \i, x0, #16
813 // load the destination pixels (from a similar 8x16 slice), add and store back.
902 // only ever happen for the second slice. So we only need to store
954 // store the rest in the temp buffer.
957 // only reads the topmost 4 rows. Therefore only store the topmost
961 store \
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dfan.c356 fps->dev_attr.store = NULL; in acpi_fan_get_fps()
H A Ddevice_sysfs.c38 ssize_t (*store)(struct acpi_data_node *, const char *, size_t count); member
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstxncpy.S78 /* Take care of the final (partial) word store. At this point
94 /* We're doing a partial word store and so need to combine
173 stq_u t0, 0(a0) # e0 : store first output word
H A Dstxcpy.S68 /* Take care of the final (partial) word store.
81 /* We're doing a partial word store and so need to combine
155 stq_u t1, 0(a0) # e0 : store first output word
H A Dev6-stxcpy.S71 /* Nops here to separate store quads from load quads */
84 /* Take care of the final (partial) word store.
96 /* We're doing a partial word store and so need to combine
178 stq_u t1, 0(a0) # L : store first output word
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_scan.S110 move.w %d0,%d1 | store data size twice in %d1
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-mohawk.S352 stmia r0, {r4 - r9} @ store cp regs

Completed in 94 milliseconds

1...<<41424344454647484950>>...76