Home
last modified time | relevance | path

Searched refs:ptrCopy (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/spatialindex/spatialindex-src-1.8.5/src/mvrtree/
H A DNode.cc418 NodePtr ptrCopy; in insertData() local
424 if (ptrCopy.get() == 0) ptrCopy = NodePtr(new Leaf(m_pTree, - 1), &(m_pTree->m_leafPool)); in insertData()
430 …if (ptrCopy.get() == 0) ptrCopy = NodePtr(new Index(m_pTree, -1, m_level), &(m_pTree->m_indexPool)… in insertData()
433 ptrCopy->m_level = m_level; in insertData()
450 ptrCopy->m_ptrMBR[ptrCopy->m_children - 1]->m_startTime = mbr.m_startTime; in insertData()
457 uint32_t children = (bInsertMbr2) ? ptrCopy->m_children + 2 : ptrCopy->m_children + 1; in insertData()
471 n->m_level = ptrCopy->m_level; in insertData()
472 nn->m_level = ptrCopy->m_level; in insertData()
525 n->m_level = ptrCopy->m_level; in insertData()
526 nn->m_level = ptrCopy->m_level; in insertData()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DLIR-arm.h617 Base::setTemp(0, ptrCopy); in LWasmUnalignedLoadBase()
623 const LDefinition* ptrCopy() { in ptrCopy() function
633 explicit LWasmUnalignedLoad(const LAllocation& ptr, const LDefinition& ptrCopy, in LWasmUnalignedLoad() argument
636 : LWasmUnalignedLoadBase(ptr, ptrCopy, temp1, temp2, temp3) in LWasmUnalignedLoad()
647 : LWasmUnalignedLoadBase(ptr, ptrCopy, temp1, temp2, temp3) in LWasmUnalignedLoadI64()
663 LWasmUnalignedStoreBase(const LAllocation& ptr, const LDefinition& ptrCopy, in LWasmUnalignedStoreBase() argument
667 Base::setTemp(0, ptrCopy); in LWasmUnalignedStoreBase()
673 const LDefinition* ptrCopy() { in ptrCopy() function
688 const LDefinition& ptrCopy, const LDefinition& valueHelper) in LWasmUnalignedStore() argument
689 : LWasmUnalignedStoreBase(ptr, ptrCopy, valueHelper) in LWasmUnalignedStore()
[all …]
H A DLowering-arm.cpp618 LDefinition ptrCopy = tempCopy(base, 0); in visitWasmLoad() local
622 auto* lir = new(alloc()) LWasmUnalignedLoadI64(ptr, ptrCopy, temp(), noTemp, noTemp); in visitWasmLoad()
637 auto* lir = new(alloc()) LWasmUnalignedLoad(ptr, ptrCopy, temp(), temp2, temp3); in visitWasmLoad()
667 LDefinition ptrCopy = tempCopy(base, 0); in visitWasmStore() local
672 auto* lir = new(alloc()) LWasmUnalignedStoreI64(ptr, value, ptrCopy, temp()); in visitWasmStore()
682 auto* lir = new(alloc()) LWasmUnalignedStore(ptr, value, ptrCopy, valueHelper); in visitWasmStore()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DLIR-arm.h378 const LDefinition& ptrCopy, in LWasmUnalignedLoadBase() argument
383 Base::setTemp(0, ptrCopy); in LWasmUnalignedLoadBase()
389 const LDefinition* ptrCopy() { return Base::getTemp(0); } in ptrCopy() function
397 const LDefinition& ptrCopy, in LWasmUnalignedLoad() argument
410 const LDefinition& ptrCopy, in LWasmUnalignedLoadI64() argument
430 const LDefinition& ptrCopy, in LWasmUnalignedStoreBase() argument
434 Base::setTemp(0, ptrCopy); in LWasmUnalignedStoreBase()
438 const LDefinition* ptrCopy() { return Base::getTemp(0); } in ptrCopy() function
448 const LDefinition& ptrCopy, in LWasmUnalignedStore() argument
450 : LWasmUnalignedStoreBase(classOpcode, ptr, ptrCopy, valueHelper) { in LWasmUnalignedStore()
[all …]
H A DLowering-arm.cpp561 LDefinition ptrCopy = tempCopy(base, 0); in visitWasmLoad() local
566 LWasmUnalignedLoadI64(ptr, ptrCopy, temp(), noTemp, noTemp); in visitWasmLoad()
581 new (alloc()) LWasmUnalignedLoad(ptr, ptrCopy, temp(), temp2, temp3); in visitWasmLoad()
619 LDefinition ptrCopy = tempCopy(base, 0); in visitWasmStore() local
625 new (alloc()) LWasmUnalignedStoreI64(ptr, value, ptrCopy, temp()); in visitWasmStore()
636 new (alloc()) LWasmUnalignedStore(ptr, value, ptrCopy, valueHelper); in visitWasmStore()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/
H A DLIR-arm.h390 const LDefinition& ptrCopy, in LWasmUnalignedLoadBase() argument
395 Base::setTemp(0, ptrCopy); in LWasmUnalignedLoadBase()
401 const LDefinition* ptrCopy() { return Base::getTemp(0); } in ptrCopy() function
409 const LDefinition& ptrCopy, in LWasmUnalignedLoad() argument
422 const LDefinition& ptrCopy, in LWasmUnalignedLoadI64() argument
442 const LDefinition& ptrCopy, in LWasmUnalignedStoreBase() argument
446 Base::setTemp(0, ptrCopy); in LWasmUnalignedStoreBase()
450 const LDefinition* ptrCopy() { return Base::getTemp(0); } in ptrCopy() function
460 const LDefinition& ptrCopy, in LWasmUnalignedStore() argument
462 : LWasmUnalignedStoreBase(classOpcode, ptr, ptrCopy, valueHelper) { in LWasmUnalignedStore()
[all …]
H A DLowering-arm.cpp572 LDefinition ptrCopy = tempCopy(base, 0); in visitWasmLoad() local
577 LWasmUnalignedLoadI64(ptr, ptrCopy, temp(), noTemp, noTemp); in visitWasmLoad()
594 new (alloc()) LWasmUnalignedLoad(ptr, ptrCopy, temp(), temp2, temp3); in visitWasmLoad()
635 LDefinition ptrCopy = tempCopy(base, 0); in visitWasmStore() local
641 new (alloc()) LWasmUnalignedStoreI64(ptr, value, ptrCopy, temp()); in visitWasmStore()
652 new (alloc()) LWasmUnalignedStore(ptr, value, ptrCopy, valueHelper); in visitWasmStore()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/session/
H A Ds_decode.c160 uint8_t *ptrCopy; in AQFINTS_Session_ReadKeyDescrFromDbHead() local
162 ptrCopy=(uint8_t *) malloc(len); in AQFINTS_Session_ReadKeyDescrFromDbHead()
163 assert(ptrCopy); in AQFINTS_Session_ReadKeyDescrFromDbHead()
164 memmove(ptrCopy, ptr, len); in AQFINTS_Session_ReadKeyDescrFromDbHead()
165 AQFINTS_KeyDescr_SetCid(keyDescr, ptrCopy, len); in AQFINTS_Session_ReadKeyDescrFromDbHead()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dmemory.h212 T* ptrCopy = ptr;
216 if (ptrCopy != nullptr) {
217 disposerCopy->dispose(const_cast<RemoveConst<T>*>(ptrCopy));
275 T* ptrCopy = ptr;
276 if (ptrCopy != nullptr) {
278 disposer->dispose(const_cast<RemoveConst<T>*>(ptrCopy));
558 T* ptrCopy = ptr;
560 KJ_IREQUIRE(ptrCopy != nullptr, "cannot attach to null pointer");
565 if (ptrCopy == nullptr) ptrCopy = reinterpret_cast<T*>(1);
569 return Own<T>(ptrCopy, *bundle);
H A Darray.h251 T* ptrCopy = ptr; in dispose() local
253 if (ptrCopy != nullptr) { in dispose()
492 T* ptrCopy = ptr; in dispose() local
495 if (ptrCopy != nullptr) { in dispose()
499 disposer->dispose(ptrCopy, posCopy - ptrCopy, endCopy - ptrCopy); in dispose()
871 T* ptrCopy = ptr;
879 if (ptrCopy == nullptr) ptrCopy = reinterpret_cast<T*>(1);
883 return Array<T>(ptrCopy, sizeCopy, *bundle);
889 T* ptrCopy = ptr;
896 if (ptrCopy == nullptr) ptrCopy = reinterpret_cast<T*>(1);
[all …]
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dmemory.h212 T* ptrCopy = ptr;
216 if (ptrCopy != nullptr) {
217 disposerCopy->dispose(const_cast<RemoveConst<T>*>(ptrCopy));
275 T* ptrCopy = ptr;
276 if (ptrCopy != nullptr) {
278 disposer->dispose(const_cast<RemoveConst<T>*>(ptrCopy));
567 T* ptrCopy = ptr;
569 KJ_IREQUIRE(ptrCopy != nullptr, "cannot attach to null pointer");
574 if (ptrCopy == nullptr) ptrCopy = reinterpret_cast<T*>(1);
578 return Own<T>(ptrCopy, *bundle);
H A Darray.h251 T* ptrCopy = ptr; in dispose() local
253 if (ptrCopy != nullptr) { in dispose()
492 T* ptrCopy = ptr; in dispose() local
495 if (ptrCopy != nullptr) { in dispose()
499 disposer->dispose(ptrCopy, posCopy - ptrCopy, endCopy - ptrCopy); in dispose()
879 T* ptrCopy = ptr;
887 if (ptrCopy == nullptr) ptrCopy = reinterpret_cast<T*>(1);
891 return Array<T>(ptrCopy, sizeCopy, *bundle);
897 T* ptrCopy = ptr;
904 if (ptrCopy == nullptr) ptrCopy = reinterpret_cast<T*>(1);
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/parser/
H A Delement.c749 uint8_t *ptrCopy; in AQFINTS_Element_SetDataCopy() local
750 ptrCopy=(uint8_t *) malloc(len); in AQFINTS_Element_SetDataCopy()
751 assert(ptrCopy); in AQFINTS_Element_SetDataCopy()
752 memmove(ptrCopy, ptr, len); in AQFINTS_Element_SetDataCopy()
753 st->data.pointer=ptrCopy; in AQFINTS_Element_SetDataCopy()
769 char *ptrCopy; in AQFINTS_Element_SetTextDataCopy() local
770 ptrCopy=strdup(ptr); in AQFINTS_Element_SetTextDataCopy()
771 assert(ptrCopy); in AQFINTS_Element_SetTextDataCopy()
772 st->data.pointer=(uint8_t *) ptrCopy; in AQFINTS_Element_SetTextDataCopy()
773 st->data.length=strlen(ptrCopy)+1; /* count trailing zero */ in AQFINTS_Element_SetTextDataCopy()
H A Dsegment.c721 void *ptrCopy; in AQFINTS_Segment_SetDataAsCopy() local
722 ptrCopy=malloc(len); in AQFINTS_Segment_SetDataAsCopy()
723 assert(ptrCopy); in AQFINTS_Segment_SetDataAsCopy()
724 memmove(ptrCopy, ptr, len); in AQFINTS_Segment_SetDataAsCopy()
725 st->data.pointer=ptrCopy; in AQFINTS_Segment_SetDataAsCopy()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Dglobals.cpp256 char *ptrCopy = strdup(s); in strsave() local
257 if (0 == ptrCopy) in strsave()
259 return ptrCopy; in strsave()
/dports/biology/muscle/muscle-3.8.1551/
H A Dglobals.cpp250 char *ptrCopy = strdup(s); in strsave() local
251 if (0 == ptrCopy) in strsave()
253 return ptrCopy; in strsave()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dmemory_management_tests.cpp147 auto ptrCopy = ptr; in TEST_F() local
149 EXPECT_EQ(ptrCopy, eventsDeallocated[index].address); in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DCodeGenerator-mips64.cpp294 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
295 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
322 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
323 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.cpp240 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
241 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
267 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
268 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips64/
H A DCodeGenerator-mips64.cpp301 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
302 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
328 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
329 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()
/dports/www/firefox/firefox-99.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.cpp240 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
241 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
267 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
268 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()
/dports/www/firefox/firefox-99.0/js/src/jit/mips64/
H A DCodeGenerator-mips64.cpp301 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
302 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
328 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
329 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.cpp240 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
241 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
267 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
268 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips64/
H A DCodeGenerator-mips64.cpp301 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
302 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
328 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
329 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips64/
H A DCodeGenerator-mips64.cpp338 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmLoadI64()
339 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmLoadI64()
365 if (!lir->ptrCopy()->isBogusTemp()) { in emitWasmStoreI64()
366 ptrScratch = ToRegister(lir->ptrCopy()); in emitWasmStoreI64()

123