/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | entry.S | 217 .insn s,0xb27c0000,\savearea # store clock fast 219 .insn s,0xb2050000,\savearea # store clock 294 stmg %r6,%r15,__SF_GPRS(%r15) # store gprs of prev task 298 stg %r15,__THREAD_ksp(%r1,%r2) # store kernel stack of prev 301 stg %r3,__LC_CURRENT # store task struct of next 302 stg %r15,__LC_KERNEL_STACK # store end of kernel stack 305 mvc __LC_CURRENT_PID(4,%r0),0(%r3) # store pid of next 433 stg %r2,__PT_R2(%r11) # store return value 606 stg %r2,__PT_R2(%r11) # store return value 1033 jz .Lsave_fpu_regs_fp # no -> store F [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | uniform_query.cpp | 847 struct gl_uniform_driver_storage *const store = &uni->driver_storage[i]; in _mesa_propagate_uniforms_to_driver_storage() local 848 uint8_t *dst = (uint8_t *) store->data; in _mesa_propagate_uniforms_to_driver_storage() 850 store->element_stride - (vectors * store->vector_stride); in _mesa_propagate_uniforms_to_driver_storage() 858 vectors, count, store->vector_stride, extra_stride); in _mesa_propagate_uniforms_to_driver_storage() 861 dst += array_index * store->element_stride; in _mesa_propagate_uniforms_to_driver_storage() 863 switch (store->format) { in _mesa_propagate_uniforms_to_driver_storage() 868 if (src_vector_byte_stride == store->vector_stride) { in _mesa_propagate_uniforms_to_driver_storage() 873 dst += store->vector_stride * vectors; in _mesa_propagate_uniforms_to_driver_storage() 881 dst += store in _mesa_propagate_uniforms_to_driver_storage() [all...] |
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_api.c | 35 /* Display list compiler attempts to store lists of vertices with the 175 realloc_prim_store(struct vbo_save_primitive_store *store, int prim_count) in realloc_prim_store() argument 177 if (store == NULL) in realloc_prim_store() 178 store = CALLOC_STRUCT(vbo_save_primitive_store); in realloc_prim_store() 180 uint32_t old_size = store->size; in realloc_prim_store() 181 store->size = prim_count; in realloc_prim_store() 182 assert (old_size < store->size); in realloc_prim_store() 183 store->prims = realloc(store->prims, store in realloc_prim_store() [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
H A D | update_engine_controller.h | 61 isUpdating_.store(state); in SetUpdateState()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node_gc.h | 68 isEnable_.store(isEnable); in SetGCTaskEnable()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/command/ |
H A D | video_process_command.cpp | 45 initialized_.store(true); in Initialize()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/ |
H A D | dp_power_manager.cpp | 55 initialized_.store(true); in Initialize()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/command/ |
H A D | session_command.cpp | 42 initialized_.store(true); in Initialize()
|
/foundation/window/window_manager/utils/include/ |
H A D | atomic_map.h | 98 isWritingOrReading_.store(false); in unlocked()
|
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | netsys_sock_client.cpp | 66 g_dispatch.store(disptch); in ohos_socket_hook_initialize()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | sync_able_engine.h | 28 explicit SyncAbleEngine(ISyncInterface *store);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | result_set.h | 34 int Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_watcher.h | 20 #include "store/general_value.h" 44 std::string store; member in OHOS::DistributedData::GeneralWatcher
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_info.cpp | 48 initCidFlag_.store(nodeInfo.initCidFlag_.load()); in DeviceInfo()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | sysfs.h | 40 * @store: function to load new value from character buffer and save it 43 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_device_access.c | 95 my_env.store(addr, data, (uint32_t)size); in ia_css_device_store()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_device_access.c | 95 my_env.store(addr, data, (uint32_t)size); in ia_css_device_store()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_device.h | 65 uint32_t store; member
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | Makefile | 1 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 D | ManagedStatic.cpp | 54 Ptr.store(Tmp, std::memory_order_release); in RegisterManagedStatic()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | spinlock_wait.cc | 67 delay_rand.store(r, std::memory_order_relaxed); in SpinLockSuggestedDelayNS()
|
H A D | periodic_sampler.h | 197 period_.store(period, std::memory_order_relaxed); in SetGlobalPeriod()
|
/third_party/skia/include/core/ |
H A D | SkPixelRef.h | 81 fAddedToCache.store(true); in notifyAddedToCache()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | cms.rs | 42 store: *mut X509_STORE, in CMS_verify()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 330 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...] |