/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fLinearGradient.cpp | 41 DstTraits<premul>::store(c0, dst++, bias0); in ramp() 42 DstTraits<premul>::store(c1, dst++, bias1); in ramp() 46 DstTraits<premul>::store(c0, dst, bias0); in ramp() 172 // In premul interpolation mode, components are pre-scaled by 255 and the store in shadeSpan() 241 DstTraits<premul>::store(proc.currentColor(), dst, n); in shadeSpanInternal()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 164 // store() emits a store instruction to copy val into ptr. 166 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const rr::RValue<T> &val) 171 // store() emits a store instruction to copy val into ptr. 173 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const T &val) 186 // store() emits a store instruction to copy val into ptr. 188 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const std::array<T, N> &val) 192 store< [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 268 str r0,[r14],#16 @ store output 305 str r4,[r14],#16 @ store output 350 str r0,[r14],#16 @ store output 400 str r4,[r14],#16 @ store output 449 strb r0,[r14],#16 @ store output 534 strb r4,[r14],#16 @ store output 624 strb r0,[r14],#16 @ store output 713 strb r4,[r14],#16 @ store output 790 strb r11,[r14],#1 @ store outpu [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 268 str r0,[r14],#16 @ store output 305 str r4,[r14],#16 @ store output 350 str r0,[r14],#16 @ store output 400 str r4,[r14],#16 @ store output 449 strb r0,[r14],#16 @ store output 534 strb r4,[r14],#16 @ store output 624 strb r0,[r14],#16 @ store output 713 strb r4,[r14],#16 @ store output 790 strb r11,[r14],#1 @ store outpu [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 599 synch_deadlock_detection.store(OnDeadlockCycle::kIgnore, in InternalAttemptToUseMutexInFatalSignalHandler() 748 synch_check_invariants.store(enabled, std::memory_order_release); in EnableMutexInvariantDebugging() 763 synch_deadlock_detection.store(mode, std::memory_order_release); in SetMutexDeadlockDetectionMode() 997 s->state.store(PerThreadSynch::kQueued, std::memory_order_relaxed); in Enqueue() 1100 s->state.store(PerThreadSynch::kAvailable, std::memory_order_release); in TryRemove() 1155 w->state.store(PerThreadSynch::kAvailable, std::memory_order_release); in Wakeup() 2113 // word, as Enqueue() did not store it in the new waiter. in UnlockSlow() 2138 mu_.store(nv, std::memory_order_release); // release spinlock in UnlockSlow() 2139 // can release with a store because there were waiters in UnlockSlow() 2197 // can release with a store becaus in UnlockSlow() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcpred_msa.c | 349 v16u8 store; in hevc_intra_pred_dc_4x4_msa() local 361 store = (v16u8) __msa_fill_b(addition); in hevc_intra_pred_dc_4x4_msa() 362 val0 = __msa_copy_u_w((v4i32) store, 0); in hevc_intra_pred_dc_4x4_msa() 366 ILVR_B2_UH(zero, store, zero, src, vec0, vec1); in hevc_intra_pred_dc_4x4_msa() 373 store = (v16u8) __msa_pckev_b((v16i8) vec1, (v16i8) vec1); in hevc_intra_pred_dc_4x4_msa() 375 store = (v16u8) __msa_insert_b((v16i8) store, 0, val1); in hevc_intra_pred_dc_4x4_msa() 376 val0 = __msa_copy_u_w((v4i32) store, 0); in hevc_intra_pred_dc_4x4_msa() 411 v16u8 store; in hevc_intra_pred_dc_8x8_msa() local 425 store in hevc_intra_pred_dc_8x8_msa() 468 v16u8 src_above1, store, src_left1; hevc_intra_pred_dc_16x16_msa() local 521 v16u8 src_above1, src_above2, store, src_left1, src_left2; hevc_intra_pred_dc_32x32_msa() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 133 stda %f4, [$out + $mask]0xc0 ! partial store 135 stda %f8, [$inp + $tmp]0xc0 ! partial store 223 stda %f4, [$out + $mask]0xc0 ! partial store 225 stda %f8, [$inp + $tmp]0xc0 ! partial store 281 st $bits, [$out + 240] ! store rounds 326 st $bits, [$out + 240] ! store rounds 369 st $bits, [$out + 240] ! store rounds 536 stda %f6, [$out + $mask]0xc0 ! partial store 640 stda %f8, [$out + $mask]0xc0 ! partial store 743 stda %f6, [$out + $mask]0xc0 ! partial store [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 133 stda %f4, [$out + $mask]0xc0 ! partial store 135 stda %f8, [$inp + $tmp]0xc0 ! partial store 223 stda %f4, [$out + $mask]0xc0 ! partial store 225 stda %f8, [$inp + $tmp]0xc0 ! partial store 281 st $bits, [$out + 240] ! store rounds 326 st $bits, [$out + 240] ! store rounds 369 st $bits, [$out + 240] ! store rounds 536 stda %f6, [$out + $mask]0xc0 ! partial store 640 stda %f8, [$out + $mask]0xc0 ! partial store 743 stda %f6, [$out + $mask]0xc0 ! partial store [all...] |
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_sysfs.h | 16 ssize_t (*store)(struct ib_device *ibdev, u32 port_num, member
|
/third_party/json/docs/examples/ |
H A D | cbor_tag_handler_t.cpp | 25 // cbor_tag_handler_t::store stores the tag as binary subtype in main() 26 auto b_store_tag = json::from_cbor(vec, true, true, json::cbor_tag_handler_t::store); in main()
|
/third_party/node/deps/v8/src/base/ |
H A D | once.cc | 37 once->store(ONCE_STATE_DONE, std::memory_order_release); in CallOnceImpl()
|
/third_party/node/deps/v8/src/heap/ |
H A D | progress-bar.h | 48 value_.store(0, std::memory_order_release); in ResetIfEnabled()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-stats.cc | 20 counts_[i].store(0, std::memory_order_relaxed); in Clear()
|
/third_party/skia/src/core/ |
H A D | SkPicturePriv.h | 44 pic->fAddedToCache.store(true); in AddedToCache()
|
/third_party/skia/include/private/ |
H A D | SkSpinlock.h | 39 fLocked.store(false, std::memory_order_release); in SK_RELEASE_CAPABILITY()
|
H A D | SkIDChangeListener.h | 36 void markShouldDeregister() { fShouldDeregister.store(true, std::memory_order_relaxed); } in markShouldDeregister()
|
H A D | SkOnce.h | 38 return fState.store(Done, std::memory_order_release); in operator ()()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/ |
H A D | cert_manager_api.h | 25 CM_API_EXPORT int32_t CmGetAppCert(const struct CmBlob *keyUri, const uint32_t store, struct Credential *certificate);
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | bus.c | 76 if (drv_attr->store) in drv_attr_store() 77 ret = drv_attr->store(drv_priv->driver, buf, count); in drv_attr_store() 83 .store = drv_attr_store, 121 if (bus_attr->store) in bus_attr_store() 122 ret = bus_attr->store(subsys_priv->bus, buf, count); in bus_attr_store() 128 .store = bus_attr_store, 790 * DEVICE_ATTR_WO(uevent), which would cause a clash with the with the store
|
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpaa2-qdma.c | 410 ppriv->store); in dpaa2_qdma_fqdan_cb() 415 dq = dpaa2_io_store_next(ppriv->store, &is_last); in dpaa2_qdma_fqdan_cb() 479 ppriv->store = in dpaa2_qdma_dpio_setup() 481 if (!ppriv->store) { in dpaa2_qdma_dpio_setup() 497 dpaa2_io_store_destroy(ppriv->store); in dpaa2_qdma_dpio_setup() 509 dpaa2_io_store_destroy(ppriv->store); in dpaa2_dpmai_store_free()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | pdc_stable.c | 99 ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count); member 113 .store = _store, \ 120 .store = _store, \ 131 * you access the files provided by the facilities. We store a copy of the 198 DPRINTK("%s: store: 0x%p, 0x%p, addr: 0x%lx\n", __func__, in pdcspath_store() 465 if (pdcs_attr->store) in pdcspath_attr_store() 466 ret = pdcs_attr->store(entry, buf, count); in pdcspath_attr_store() 473 .store = pdcspath_attr_store, 841 * This can store 16 bytes of OS-Dependent data. We use a byte-by-byte 878 * This can store pdcs_siz [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | core_ctl.c | 212 ssize_t (*store)(struct cluster_data *, const char *, size_t count); member 254 static ssize_t store(struct kobject *kobj, struct attribute *attr, in store() function 261 if (cattr->store) in store() 262 ret = cattr->store(data, buf, count); in store() 269 .store = store,
|
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpaa2-qdma.c | 409 ppriv->store); in dpaa2_qdma_fqdan_cb() 414 dq = dpaa2_io_store_next(ppriv->store, &is_last); in dpaa2_qdma_fqdan_cb() 478 ppriv->store = in dpaa2_qdma_dpio_setup() 480 if (!ppriv->store) { in dpaa2_qdma_dpio_setup() 496 dpaa2_io_store_destroy(ppriv->store); in dpaa2_qdma_dpio_setup() 508 dpaa2_io_store_destroy(ppriv->store); in dpaa2_dpmai_store_free()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | pdc_stable.c | 99 ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count); member 113 .store = _store, \ 120 .store = _store, \ 131 * you access the files provided by the facilities. We store a copy of the 198 DPRINTK("%s: store: 0x%p, 0x%p, addr: 0x%lx\n", __func__, in pdcspath_store() 463 if (pdcs_attr->store) in pdcspath_attr_store() 464 ret = pdcs_attr->store(entry, buf, count); in pdcspath_attr_store() 471 .store = pdcspath_attr_store, 867 * This can store 16 bytes of OS-Dependent data. We use a byte-by-byte 906 * This can store pdcs_siz [all...] |
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core_ctl.c | 212 ssize_t (*store)(struct cluster_data *, const char *, size_t count); member 254 static ssize_t store(struct kobject *kobj, struct attribute *attr, in store() function 261 if (cattr->store) in store() 262 ret = cattr->store(data, buf, count); in store() 269 .store = store,
|