Home
last modified time | relevance | path

Searched refs:store (Results 476 - 500 of 1282) sorted by relevance

1...<<11121314151617181920>>...52

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_validate.py73 resolver = jsonschema.RefResolver.from_schema(baseSchema, store=schemaRefStore)
/third_party/skia/src/core/
H A DSkFixed15.h28 uint16_t store() const { return fVal; } in store() function in SkFixed15
/third_party/skia/src/gpu/
H A DGrColor.h84 SkFloatToHalf_finite_ftz(Sk4f::Load(color.vec())).store(&halfColor); in SkPMColor4f_toFP16()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMutexLock.hpp153 mutex.store(false, std::memory_order_release);
/third_party/openssl/crypto/ts/
H A Dts_local.h135 X509_STORE *store; member
/third_party/openssl/crypto/store/
H A Dstore_local.h18 #include <openssl/store.h>
/third_party/skia/third_party/externals/oboe/src/common/
H A DLatencyTuner.cpp44 mLatencyTriggerResponses.store(numRequests); in tune()
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioStreamOpenSLES.h112 mState.store(state); in setState()
/third_party/skia/src/opts/
H A DSkUtils_opts.h24 SkNx<N,T>(value).store(buffer); in memsetT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStatistic.h66 Value.store(Val, std::memory_order_relaxed); in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceFixups.cpp84 Asm->store(position(), offset()); in emitOffset()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dstacktrace.cc115 custom.store(w, std::memory_order_release); in SetStackUnwinder()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity.cc44 pthread_key_initialized.store(true, std::memory_order_release); in AllocateThreadIdentityKey()
/third_party/rust/crates/once_cell/src/
H A Dimp_cs.rs51 self.initialized.store(true, Ordering::Release);
/third_party/rust/crates/nix/test/
H A Dtest_timer.rs18 ALARM_CALLED.store(true, Ordering::Release); in handle_sigalarm()
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Ddecoder_demo.cpp125 isRunning_.store(true); in Start()
137 isRunning_.store(false); in Stop()
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreQuery.test.js102 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
103 kvStore = store;
/third_party/ffmpeg/libavfilter/x86/
H A Davf_showcqt.asm154 jz .store
167 .store:
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
H A Dafuc_test.asm112 store $07, [$04 + 0x004], 0x4
123 (rep)store $memdata, [$02 + 0x004], 0x4
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_compact.cpp224 EXPECT_TRUE(test_compact_instruction(p, p->store[0])); in TearDown()
225 EXPECT_TRUE(test_fuzz_compact_instruction(p, p->store[0])); in TearDown()
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h94 reinterpret_cast<std::atomic<IntegralType>&>(value_).store( in StoreAtomic()
200 reinterpret_cast<std::atomic<const void*>&>(ptr_).store( in StoreAtomic()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h151 // If cage is enabled, to save on space required by sweeper metadata, we store
194 ->store(GCInfoIndexField::encode(gc_info_index), in HeapObjectHeader()
364 atomic_encoded->store(value, memory_order); in StoreEncoded()
/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc155 mutex_owner_.store(ThreadId::Current(), std::memory_order_relaxed); in Lock()
160 mutex_owner_.store(ThreadId::Invalid(), std::memory_order_relaxed); in Unlock()
/third_party/skia/src/shaders/gradients/
H A DSk4fGradientBase.cpp136 bias.store(fCb.vec()); in Sk4fGradientInterval()
137 dc.store(fCg.vec()); in Sk4fGradientInterval()
/third_party/skia/third_party/externals/brotli/research/
H A Dfind_opt_references.cc243 Fn store = std::bind(StoreReference, _1, _2, _3, _4, _5, _6, _7, _8, entries); in main() local
246 FLAGS_advanced ? store : print); in main()

Completed in 11 milliseconds

1...<<11121314151617181920>>...52