Searched refs:new_store (Results 1 – 3 of 3) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | interface_var_sroa.cpp | 662 std::unique_ptr<Instruction> new_store( in StoreComponentOfValueTo() local 664 new_store->AddOperand({SPV_OPERAND_TYPE_ID, {ptr->result_id()}}); in StoreComponentOfValueTo() 665 new_store->AddOperand( in StoreComponentOfValueTo() 670 def_use_mgr->AnalyzeInstDefUse(new_store.get()); in StoreComponentOfValueTo() 673 insert_before->InsertBefore(std::move(new_store)); in StoreComponentOfValueTo()
|
/third_party/openssl/test/ |
D | sslapitest.c | 9648 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local 9669 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl_ctx() 9670 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl_ctx() 9678 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store))) in test_set_verify_cert_store_ssl_ctx() 9691 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx() 9714 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl_ctx() 9728 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl() local 9754 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl() 9755 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl() 9763 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store))) in test_set_verify_cert_store_ssl() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 1051 int store_at, new_store; in sctp_select_initial_TSN() local 1062 new_store = store_at + sizeof(uint32_t); in sctp_select_initial_TSN() 1063 if (new_store >= (SCTP_SIGNATURE_SIZE-3)) { in sctp_select_initial_TSN() 1064 new_store = 0; in sctp_select_initial_TSN() 1066 if (!atomic_cmpset_int(&inp->store_at, store_at, new_store)) { in sctp_select_initial_TSN() 1069 if (new_store == 0) { in sctp_select_initial_TSN()
|