Home
last modified time | relevance | path

Searched refs:store (Results 976 - 1000 of 2609) sorted by relevance

1...<<31323334353637383940>>...105

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dentry.S217 .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 Duniform_query.cpp847 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 Dvbo_save_api.c35 /* 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 Dupdate_engine_controller.h61 isUpdating_.store(state); in SetUpdateState()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_gc.h68 isEnable_.store(isEnable); in SetGCTaskEnable()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/command/
H A Dvideo_process_command.cpp45 initialized_.store(true); in Initialize()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_power_manager.cpp55 initialized_.store(true); in Initialize()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/command/
H A Dsession_command.cpp42 initialized_.store(true); in Initialize()
/foundation/window/window_manager/utils/include/
H A Datomic_map.h98 isWritingOrReading_.store(false); in unlocked()
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dnetsys_sock_client.cpp66 g_dispatch.store(disptch); in ohos_socket_hook_initialize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.h28 explicit SyncAbleEngine(ISyncInterface *store);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dresult_set.h34 int Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_watcher.h20 #include "store/general_value.h"
44 std::string store; member in OHOS::DistributedData::GeneralWatcher
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_info.cpp48 initCidFlag_.store(nodeInfo.initCidFlag_.load()); in DeviceInfo()
/kernel/linux/linux-5.10/net/batman-adv/
H A Dsysfs.h40 * @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 Dia_css_device_access.c95 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 Dia_css_device_access.c95 my_env.store(addr, data, (uint32_t)size); in ia_css_device_store()
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.h65 uint32_t store; member
/third_party/musl/libc-test/src/math/gen/
H A DMakefile1 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 DManagedStatic.cpp54 Ptr.store(Tmp, std::memory_order_release); in RegisterManagedStatic()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock_wait.cc67 delay_rand.store(r, std::memory_order_relaxed); in SpinLockSuggestedDelayNS()
H A Dperiodic_sampler.h197 period_.store(period, std::memory_order_relaxed); in SetGlobalPeriod()
/third_party/skia/include/core/
H A DSkPixelRef.h81 fAddedToCache.store(true); in notifyAddedToCache()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dcms.rs42 store: *mut X509_STORE, in CMS_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c330 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...]

Completed in 14 milliseconds

1...<<31323334353637383940>>...105