/third_party/openssl/apps/include/ |
H A D | engine_loader.h | 12 # include <openssl/store.h>
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 1661 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 D | qib_sysfs.c | 178 #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 D | sysfs.c | 149 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 D | parsedate.h | 30 CURLcode Curl_gmtime(time_t intime, struct tm *store);
|
H A D | parsedate.c | 628 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 D | store_strings.c | 10 #include <openssl/store.h>
|
/third_party/openssl/crypto/store/ |
H A D | store_strings.c | 10 #include <openssl/store.h>
|
/third_party/curl/src/ |
H A D | tool_helpers.h | 31 HttpReq *store);
|
/kernel/linux/linux-5.10/arch/m68k/lib/ |
H A D | udivsi3.S | 146 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 D | udivsi3.S | 146 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 D | data.h | 30 Store(std::shared_ptr<v8::BackingStore> store, 33 Store(std::unique_ptr<v8::BackingStore> store,
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_dump_decls.h | 81 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 D | basic-block-instrumentor.cc | 105 // 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 D | optimize.c | 195 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 D | SkMatrixPriv.h | 53 (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 D | fsclient.c | 1053 * 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 D | crypto_context.cc | 58 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 D | texgetimage.c | 784 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 D | mdev_sysfs.c | 41 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 D | slot.c | 31 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 D | cache.c | 55 * - 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 D | uncore-frequency-common.c | 154 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 D | slot.c | 31 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 D | simple_idct10.asm | 124 IDCT_FN "", 11, pw_32, 20, "store" 177 IDCT_FN "", 12, "", 19, "store" 187 IDCT_FN "", 15, pw_2, 16, "store"
|