Home
last modified time | relevance | path

Searched refs:store (Results 376 - 400 of 1851) sorted by relevance

1...<<11121314151617181920>>...75

/third_party/openssl/apps/include/
H A Dengine_loader.h12 # include <openssl/store.h>
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1661 TaggedField<Object>::store(result, offset, *elements[i].to_ref()); in NewWasmArrayFromElements()
1703 TaggedField<Object>::store(result, offset, *args[i].to_ref()); in NewWasmStruct()
2460 // Initial size of the backing store to avoid resize of the storage during in NewJSGlobalObject()
2487 // Allocate the global object and initialize it with the backing store. in NewJSGlobalObject()
3171 // If there's a start_position, then there's no need to store the in NewJSMessageObject()
3575 FixedArray store = in SetRegExpAtomData() local
3578 store.set(JSRegExp::kTagIndex, Smi::FromInt(JSRegExp::ATOM)); in SetRegExpAtomData()
3579 store.set(JSRegExp::kSourceIndex, *source, SKIP_WRITE_BARRIER); in SetRegExpAtomData()
3580 store.set(JSRegExp::kFlagsIndex, Smi::FromInt(flags)); in SetRegExpAtomData()
3581 store in SetRegExpAtomData()
3590 FixedArray store = SetRegExpIrregexpData() local
3616 FixedArray store = SetRegExpExperimentalData() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c178 #define QIB_PORT_ATTR(name, mode, show, store) \
180 __ATTR(name, mode, show, store)
185 ssize_t (*store)(struct qib_pportdata *, const char *, size_t); member
318 if (!pattr->store) in qib_portattr_store()
321 return pattr->store(ppd, buf, len); in qib_portattr_store()
327 .store = qib_portattr_store,
545 .store = diagc_attr_store,
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dsysfs.c149 ssize_t (*store)(struct hfi1_pportdata *, const char *, size_t); member
190 return port_attr->store(ppd, buf, count); in cc_attr_store()
195 .store = cc_attr_store
755 ssize_t (*store)(struct sdma_engine *sde, const char *buf, size_t cnt); member
782 if (!sde_attr->store) in sde_store()
785 return sde_attr->store(sde, buf, count); in sde_store()
790 .store = sde_store,
/third_party/curl/lib/
H A Dparsedate.h30 CURLcode Curl_gmtime(time_t intime, struct tm *store);
H A Dparsedate.c628 CURLcode Curl_gmtime(time_t intime, struct tm *store) in Curl_gmtime() argument
633 tm = (struct tm *)gmtime_r(&intime, store); in Curl_gmtime()
638 *store = *tm; /* copy the pointed struct to the local copy */ in Curl_gmtime()
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_strings.c10 #include <openssl/store.h>
/third_party/openssl/crypto/store/
H A Dstore_strings.c10 #include <openssl/store.h>
/third_party/curl/src/
H A Dtool_helpers.h31 HttpReq *store);
/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dudivsi3.S146 movl d2,d3 | subtract b from p, store in tmp.
150 movl d3,d2 | and store tmp in p.
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dudivsi3.S146 movl d2,d3 | subtract b from p, store in tmp.
150 movl d3,d2 | and store tmp in p.
/third_party/node/src/quic/
H A Ddata.h30 Store(std::shared_ptr<v8::BackingStore> store,
33 Store(std::unique_ptr<v8::BackingStore> store,
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump_decls.h81 dump_instr_load(struct dxil_dumper *d, struct dxil_instr_load *store);
83 dump_instr_store(struct dxil_dumper *d, struct dxil_instr_store *store);
/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc105 // It is unnecessary to wire effect and control deps for load and store in Instrument()
126 Node* store = in Instrument() local
136 saturated_inc, store}; in Instrument()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Doptimize.c195 gpir_store_node *store = gpir_node_to_store(node); in dead_code_eliminate() local
196 if (!BITSET_TEST(regs, store->reg->index)) in dead_code_eliminate()
/third_party/skia/src/core/
H A DSkMatrixPriv.h53 (Sk4f::Load(&src.fLeft) - trans).store(&dst->fLeft); in InverseMapRect()
99 (Sk2s::Load(&pts->fX) + trans).store(&pts->fX); in MapPointsWithStride()
/kernel/linux/linux-6.6/fs/afs/
H A Dfsclient.c1053 * store a set of pages to a very large file
1070 call->write_iter = op->store.write_iter; in afs_fs_store_data64()
1086 *bp++ = htonl(upper_32_bits(op->store.pos)); in afs_fs_store_data64()
1087 *bp++ = htonl(lower_32_bits(op->store.pos)); in afs_fs_store_data64()
1088 *bp++ = htonl(upper_32_bits(op->store.size)); in afs_fs_store_data64()
1089 *bp++ = htonl(lower_32_bits(op->store.size)); in afs_fs_store_data64()
1090 *bp++ = htonl(upper_32_bits(op->store.i_size)); in afs_fs_store_data64()
1091 *bp++ = htonl(lower_32_bits(op->store.i_size)); in afs_fs_store_data64()
1110 (unsigned long long)op->store.size, in afs_fs_store_data()
1111 (unsigned long long)op->store in afs_fs_store_data()
[all...]
/third_party/node/src/crypto/
H A Dcrypto_context.cc58 static X509_STORE* store = NewRootCertStore(); in GetOrCreateRootCertStore() local
59 return store; in GetOrCreateRootCertStore()
117 // Try getting issuer from a cert store in SSL_CTX_use_certificate_chain()
125 // no need to free `store` in SSL_CTX_use_certificate_chain()
221 X509_STORE* store = X509_STORE_new(); in NewRootCertStore() local
224 X509_STORE_load_locations(store, system_cert_path, nullptr); in NewRootCertStore()
230 X509_STORE_set_default_paths(store); in NewRootCertStore()
234 X509_STORE_add_cert(store, cert); in NewRootCertStore()
238 return store; in NewRootCertStore()
778 auto store in SetRootCerts() local
1337 AddCertsFromFile( X509_STORE* store, const char* file) AddCertsFromFile() argument
1367 X509_STORE* store = GetOrCreateRootCertStore(); UseExtraCaCerts() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexgetimage.c784 struct compressed_pixelstore store; in get_compressed_texsubimage_sw() local
790 &ctx->Pack, &store); in get_compressed_texsubimage_sw()
809 dest += store.SkipBytes; in get_compressed_texsubimage_sw()
811 for (slice = 0; slice < store.CopySlices; slice++) { in get_compressed_texsubimage_sw()
822 for (i = 0; i < store.CopyRowsPerSlice; i++) { in get_compressed_texsubimage_sw()
823 memcpy(dest, src, store.CopyBytesPerRow); in get_compressed_texsubimage_sw()
824 dest += store.TotalBytesPerRow; in get_compressed_texsubimage_sw()
831 dest += store.TotalBytesPerRow * (store.TotalRowsPerSlice - in get_compressed_texsubimage_sw()
832 store in get_compressed_texsubimage_sw()
1792 struct compressed_pixelstore store; get_compressed_texture_image() local
[all...]
/kernel/linux/linux-5.10/drivers/vfio/mdev/
H A Dmdev_sysfs.c41 if (attr->store) in mdev_type_attr_store()
42 ret = attr->store(&type->kobj, type->parent->dev, buf, count); in mdev_type_attr_store()
48 .store = mdev_type_attr_store,
/kernel/linux/linux-5.10/drivers/pci/
H A Dslot.c31 return attribute->store ? attribute->store(slot, buf, len) : -EIO; in pci_slot_attr_store()
36 .store = pci_slot_attr_store,
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dcache.c55 * - We use xattrs to store metadata in cachefiles_add_cache()
132 cache->store = cachedir; in cachefiles_add_cache()
164 cachefiles_put_directory(cache->store); in cachefiles_add_cache()
165 cache->store = NULL; in cachefiles_add_cache()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-common.c154 data->_name##_kobj_attr.store = store_##_name; \
163 data->_name##_kobj_attr.store = NULL; \
172 data->_name##_kobj_attr.store = NULL; \
/kernel/linux/linux-6.6/drivers/pci/
H A Dslot.c31 return attribute->store ? attribute->store(slot, buf, len) : -EIO; in pci_slot_attr_store()
36 .store = pci_slot_attr_store,
/third_party/ffmpeg/libavcodec/x86/
H A Dsimple_idct10.asm124 IDCT_FN "", 11, pw_32, 20, "store"
177 IDCT_FN "", 12, "", 19, "store"
187 IDCT_FN "", 15, pw_2, 16, "store"

Completed in 24 milliseconds

1...<<11121314151617181920>>...75