Home
last modified time | relevance | path

Searched full:pstore (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c984 X509_STORE **pstore; in ssl_cert_set_cert_store() local
986 pstore = &c->chain_store; in ssl_cert_set_cert_store()
988 pstore = &c->verify_store; in ssl_cert_set_cert_store()
989 X509_STORE_free(*pstore); in ssl_cert_set_cert_store()
990 *pstore = store; in ssl_cert_set_cert_store()
996 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() argument
998 *pstore = (chain ? c->chain_store : c->verify_store); in ssl_cert_get_cert_store()
H A Dssl_local.h2489 __owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);
/third_party/openssl/ssl/
H A Dssl_cert.c984 X509_STORE **pstore; in ssl_cert_set_cert_store() local
986 pstore = &c->chain_store; in ssl_cert_set_cert_store()
988 pstore = &c->verify_store; in ssl_cert_set_cert_store()
989 X509_STORE_free(*pstore); in ssl_cert_set_cert_store()
990 *pstore = store; in ssl_cert_set_cert_store()
996 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() argument
998 *pstore = (chain ? c->chain_store : c->verify_store); in ssl_cert_get_cert_store()
H A Dssl_local.h2433 __owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm48 PSTORE macro src, mem macro
56 PSTORE macro src, mem macro
176 PSTORE probBranch, probOffset * 1 + probsArray + probDisp * PMULT
187 PSTORE prob2, probOffset * 1 + probsArray + probDisp * PMULT
237 PSTORE t0, probPtr
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S53 .macro PSTORE src:req, mem:req
82 .macro PSTORE src:req, mem:req
449 PSTORE t2, prm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2968 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local
2970 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
2974 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress()
2983 // operations between PStore and the end of its parent block. in mergeConditionalStoreToAddress()
2998 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress()
3000 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
3037 const SmallVector<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress()
3065 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress()
3066 PStore in mergeConditionalStoreToAddress()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3920 StoreInst *PStore = IRB.CreateAlignedStore(
3927 PStore->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access,
3929 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n");
4017 StoreInst *PStore = IRB.CreateAlignedStore(
4028 &PStore->getOperandUse(PStore->getPointerOperandIndex()),
4032 << "): " << *PStore << "\n");
/third_party/sqlite/src/
H A Dsqlite3.c51358 MemStore *pStore; /* The storage */ global() member
52007 MemStore *pStore; global() local
52050 MemStore *pStore = p->pStore; global() local
52152 MemStore *pStore = p->pStore; global() local
[all...]
/third_party/libabigail/tests/data/test-diff-suppr/
H A Dtest46-PR25128-base.xml[all...]
H A Dtest46-PR25128-new.xml[all...]
H A Dtest45-abi.xml[all...]
/third_party/libabigail/tests/data/test-diff-filter/
H A Dtest-PR27995.abi[all...]
H A Dtest-PR27569-v1.abi[all...]
H A Dtest-PR27569-v0.abi[all...]

Completed in 394 milliseconds