Home
last modified time | relevance | path

Searched refs:store (Results 551 - 575 of 1249) sorted by relevance

1...<<21222324252627282930>>...50

/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js15 // note: we will also store any request headers
26 // note: we must not store the real response's age header, or when we load
78 // we store the relevant request headers too
247 async store (status) {
465 return newEntry.store('updated')
/third_party/node/deps/v8/src/objects/
H A Dtagged-field-inl.h74 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/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode.c462 ppir_store_node *store = ppir_node_to_store(parent); in ppir_node_replace_child() local
463 _ppir_node_replace_child(&store->src, old_child, new_child); in ppir_node_replace_child()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_vfy.c183 /* Maybe lookup from store if by subject name */ in ocsp_find_signer()
386 X509_STORE *store, unsigned long flags) in OCSP_request_verify()
415 return ocsp_verify_signer(signer, 0, store, flags, in OCSP_request_verify()
385 OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags) OCSP_request_verify() argument
/third_party/openssl/crypto/ocsp/
H A Docsp_vfy.c183 /* Maybe lookup from store if by subject name */ in ocsp_find_signer()
386 X509_STORE *store, unsigned long flags) in OCSP_request_verify()
415 return ocsp_verify_signer(signer, 0, store, flags, in OCSP_request_verify()
385 OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags) OCSP_request_verify() argument
/third_party/skia/src/effects/imagefilters/
H A DSkArithmeticImageFilter.cpp152 SkNx_cast<uint8_t>(r).store(dst+i); in arith_span()
168 SkNx_cast<uint8_t>(r).store(dst+i); in arith_transparent()
/third_party/openssl/ohos_lite/include/openssl/
H A Dcms.h131 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
135 X509_STORE *store, unsigned int flags);
/third_party/skia/third_party/externals/tint/src/transform/
H A Dzero_init_workgroup_memory.cc288 auto* store = b.Call("atomicStore", b.AddressOf(expr.expr), zero_init); in BuildZeroingStatements() local
289 statements.emplace_back(Statement{b.CallStmt(store), expr.num_iterations, in BuildZeroingStatements()
407 /// @returns true if a variable with store type `ty` can be efficiently zeroed
/third_party/protobuf/src/google/protobuf/
H A Dmap_field_inl.h271 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
272 this->MapFieldBase::state_.store(other_state, std::memory_order_relaxed); in Swap()
H A Dmap_field_test.cc70 state_.store(STATE_MODIFIED_MAP, std::memory_order_relaxed); in SetMapDirty()
73 state_.store(STATE_MODIFIED_REPEATED, std::memory_order_relaxed); in SetRepeatedDirty()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.cc163 OneWordValue().store(absl::bit_cast<int64_t>(buf), in Init()
241 OneWordValue().store(one_word_val, std::memory_order_release); in StoreValue()
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c138 /* For each DW_OP_implicit_value, we store a special entry in the cache.
623 int store = store_implicit_value (dbg, cache, &result[n]); in __libdw_intern_expression() local
624 if (unlikely (store != 0)) in __libdw_intern_expression()
626 if (store < 0) in __libdw_intern_expression()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex96 \item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store
174 the register-backing store write pointer.
176 the register-backing store NaT-collection register.
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c779 jmp = brw_JMPI(p, brw_imm_d(0), BRW_PREDICATE_NORMAL) - p->store; in brw_emit_anyprim_setup()
790 jmp = brw_JMPI(p, brw_imm_d(0), BRW_PREDICATE_NORMAL) - p->store; in brw_emit_anyprim_setup()
796 jmp = brw_JMPI(p, brw_imm_d(0), BRW_PREDICATE_NORMAL) - p->store; in brw_emit_anyprim_setup()
/third_party/node/src/
H A Dnode.cc425 previous_sigsegv_action.store(handler); in RegisterSignalHandler()
433 previous_sigbus_action.store(handler); in RegisterSignalHandler()
491 init_process_flags.store(flags); in PlatformInit()
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc540 original_limit_.store(limit(), std::memory_order_relaxed); in UpdateLinearAllocationArea()
541 original_top_.store(top(), std::memory_order_release); in UpdateLinearAllocationArea()
674 original_top_.store(allocation_info_->top(), std::memory_order_release); in MaybeFreeUnusedLab()
H A Dmark-compact.h293 chunk->young_generation_live_byte_count_.store(value, in SetLiveBytes()
321 chunk->live_byte_count_.store(value, std::memory_order_relaxed); in SetLiveBytes()
364 chunk->live_byte_count_.store(value, std::memory_order_relaxed); in SetLiveBytes()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dscalar_analysis.cpp39 Generated from the following GLSL + --eliminate-local-multi-store
109 const Instruction* store = nullptr; in TEST_F() local
113 store = &inst; in TEST_F()
121 EXPECT_NE(store, nullptr); in TEST_F()
159 Generated from the following GLSL + --eliminate-local-multi-store
283 Generated from the following GLSL + --eliminate-local-multi-store
383 Generated from the following GLSL + --eliminate-local-multi-store
648 Generated from the following GLSL + --eliminate-local-multi-store
801 Generated from the following GLSL + --eliminate-local-multi-store
930 Generated from the following GLSL + --eliminate-local-multi-store
[all...]
/third_party/skia/src/core/
H A DSkScan_Hairline.cpp261 ((A * t + B) * t + C).store(&tmp[i]);
321 value.store(components);
396 p.store(&tmp[i]);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dscalar_analysis.cpp39 Generated from the following GLSL + --eliminate-local-multi-store
109 const Instruction* store = nullptr; in TEST_F() local
113 store = &inst; in TEST_F()
121 EXPECT_NE(store, nullptr); in TEST_F()
159 Generated from the following GLSL + --eliminate-local-multi-store
283 Generated from the following GLSL + --eliminate-local-multi-store
383 Generated from the following GLSL + --eliminate-local-multi-store
648 Generated from the following GLSL + --eliminate-local-multi-store
801 Generated from the following GLSL + --eliminate-local-multi-store
930 Generated from the following GLSL + --eliminate-local-multi-store
[all...]
/third_party/skia/tests/
H A DSkNxTest.cpp20 v.store(vals); in test_Nf()
81 v.store(vals); in test_Ni()
324 u4_1.store(d16); in DEF_TEST()
H A DSkVxTest.cpp102 float4{2,3,4,5}.store(buf); in DEF_TEST()
191 f.store(&p);
193 f.yx().store(&p);
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_accessor_expression_test.cc486 // var store : f32 = ident.inner.a in TEST_F()
496 auto* store = Var("store", ty.f32()); in TEST_F() local
499 auto* expr = Assign("store", rhs); in TEST_F()
500 WrapInFunction(var, store, expr); in TEST_F()
506 ASSERT_TRUE(b.GenerateFunctionVariable(store)) << b.error(); in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dscalar_analysis.cpp35 Generated from the following GLSL + --eliminate-local-multi-store
105 const Instruction* store = nullptr; in TEST_F() local
109 store = &inst; in TEST_F()
117 EXPECT_NE(store, nullptr); in TEST_F()
155 Generated from the following GLSL + --eliminate-local-multi-store
279 Generated from the following GLSL + --eliminate-local-multi-store
379 Generated from the following GLSL + --eliminate-local-multi-store
644 Generated from the following GLSL + --eliminate-local-multi-store
797 Generated from the following GLSL + --eliminate-local-multi-store
926 Generated from the following GLSL + --eliminate-local-multi-store
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc46 #include "src/deoptimizer/materialized-object-store.h"
79 #include "src/objects/backing-store.h"
268 current_embedded_blob_code_.store(nullptr, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob()
269 current_embedded_blob_code_size_.store(0, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob()
270 current_embedded_blob_data_.store(nullptr, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob()
271 current_embedded_blob_data_size_.store(0, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob()
300 current_embedded_blob_code_.store(code, std::memory_order_relaxed); in SetEmbeddedBlob()
301 current_embedded_blob_code_size_.store(code_size, std::memory_order_relaxed); in SetEmbeddedBlob()
302 current_embedded_blob_data_.store(data, std::memory_order_relaxed); in SetEmbeddedBlob()
303 current_embedded_blob_data_size_.store(data_siz in SetEmbeddedBlob()
[all...]

Completed in 27 milliseconds

1...<<21222324252627282930>>...50