| /kernel/linux/linux-6.6/samples/kobject/ |
| H A D | kset-example.c | 41 ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count); member
|
| /third_party/curl/lib/ |
| H A D | netrc.c | 117 char *store = tok; in parsenetrc() local
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_64b.c | 91 nir_intrinsic_instr *store = in lower_64b_intrinsics() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_multiview.c | 162 nir_intrinsic_instr *store = nir_instr_as_intrinsic(instr); in shader_only_position_uses_view_index() local
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | hostref.cc | 116 auto store = store_.get(); in run() local
|
| H A D | reflect.c | 89 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | table.c | 81 wasm_store_t* store = wasm_store_new(engine); in main() local
|
| H A D | threads.c | 33 own wasm_store_t* store = wasm_store_new(args->engine); in run() local 119 own wasm_store_t* store = wasm_store_new(engine); in main() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | basic-block-instrumentor.cc | 126 Node* store = in Instrument() local
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | object-start-bitmap.h | 160 void ObjectStartBitmap::store(size_t cell_index, uint8_t value) { in store() function in cppgc::internal::ObjectStartBitmap
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-start-bitmap.h | 138 void ObjectStartBitmap::store(size_t cell_index, uint32_t value) { in store() function in v8::internal::ObjectStartBitmap
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | slots-inl.h | 41 void FullObjectSlot::store(Object value) const { *location() = value.ptr(); } in store() function in v8::internal::FullObjectSlot 107 void FullMaybeObjectSlot::store(MaybeObject value) const { in store() function in v8::internal::FullMaybeObjectSlot 142 void FullHeapObjectSlot::store(HeapObjectReference value) const { in store() function in v8::internal::FullHeapObjectSlot
|
| H A D | tagged-field-inl.h | 74 void TaggedField<T, kFieldOffset>::store(HeapObject host, T value) { in store() function in v8::internal::TaggedField 86 void TaggedField<T, kFieldOffset>::store(HeapObject host, int offset, T value) { in store() function in v8::internal::TaggedField
|
| /third_party/node/deps/v8/src/sandbox/ |
| H A D | external-pointer-table.h | 143 inline void store(uint32_t index, Address value) { in store() function in v8::internal::ExternalPointerTable
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.c | 498 gpir_store_node *store = gpir_node_to_store(node); in gpir_get_store_input() local
|
| H A D | node.c | 385 gpir_store_node *store = gpir_node_to_store(parent); in gpir_node_replace_child() local
|
| H A D | reduce_scheduler.c | 218 gpir_node *store = last_written[load->reg->index]; in add_false_dependencies() local 223 gpir_store_node *store = gpir_node_to_store(node); in add_false_dependencies() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_nir_optim.c | 53 check_instr_depends_on_tex(nir_intrinsic_instr *store) in check_instr_depends_on_tex() argument
|
| /third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
| H A D | pk7_smime.c | 213 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, in PKCS7_verify() argument
|
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_smime.c | 213 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, in PKCS7_verify() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/ |
| H A D | cm_ipc_client.c | 125 static int32_t GetAppCert(enum CertManagerInterfaceCode type, const struct CmBlob *certUri, const uint32_t store, in GetAppCert() argument 173 int32_t CmClientGetAppCert(const struct CmBlob *keyUri, const uint32_t store, struct Credential *certificate) in CmClientGetAppCert() argument
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| H A D | reminder_store_test.cpp | 53 void InitStore(ReminderStore& store) in InitStore() argument
|
| /base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/src/ |
| H A D | cert_manager_api.c | 24 CM_API_EXPORT int32_t CmGetCertList(uint32_t store, struct CertList *certificateList) in CmGetCertList() argument 42 CM_API_EXPORT int32_t CmGetCertInfo(const struct CmBlob *certUri, uint32_t store, in CmGetCertInfo() argument 62 CmSetCertStatus(const struct CmBlob *certUri, const uint32_t store, const bool status) CmSetCertStatus() argument 83 CmInstallAppCert(const struct CmBlob *appCert, const struct CmBlob *appCertPwd, const struct CmBlob *certAlias, const uint32_t store, struct CmBlob *keyUri) CmInstallAppCert() argument 97 CmUninstallAppCert(const struct CmBlob *keyUri, const uint32_t store) CmUninstallAppCert() argument 119 CmGetAppCertList(const uint32_t store, struct CredentialList *certificateList) CmGetAppCertList() argument 131 CmCallingGetAppCertList(const uint32_t store, struct CredentialList *certificateList) CmCallingGetAppCertList() argument 141 CmGetAppCert(const struct CmBlob *keyUri, const uint32_t store, struct Credential *certificate) CmGetAppCert() argument 258 CmGetUserCertList(uint32_t store, struct CertList *certificateList) CmGetUserCertList() argument 270 CmGetUserCertInfo(const struct CmBlob *certUri, uint32_t store, struct CertInfo *certificateInfo) CmGetUserCertInfo() argument 282 CmSetUserCertStatus(const struct CmBlob *certUri, uint32_t store, const bool status) CmSetUserCertStatus() argument [all...] |
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_query.c | 139 int32_t CmGetCertPathList(const struct CmContext *context, uint32_t store, struct CmMutableBlob *pathList)
in CmGetCertPathList() argument 429 int32_t CmGetCertAlias(const uint32_t store, const char *uri, const struct CmBlob *certData, struct CmBlob *alias)
in CmGetCertAlias() argument 470 int32_t CmGetCertListInfo(const struct CmContext *context, uint32_t store,
in CmGetCertListInfo() argument [all...] |
| H A D | cert_manager_app_cert_process.c | 438 static int32_t StoreKeyAndCert(const struct CmContext *context, uint32_t store, in StoreKeyAndCert() argument 350 StoreAppCert(const struct CmContext *context, struct AppCert *appCert, const uint32_t store, const struct CmBlob *keyUri) StoreAppCert() argument 373 ConstructKeyUri( const struct CmContext *context, const struct CmBlob *certAlias, uint32_t store, struct CmBlob *keyUri) ConstructKeyUri() argument [all...] |