Home
last modified time | relevance | path

Searched refs:RPos (Results 1 – 25 of 101) sorted by relevance

12345

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfppascalbuilder.pas552 RPos^ := ''''; inc(RPos);
562 RPos^ := c; inc(RPos);
563 RPos^ := c; inc(RPos);
567 RPos^ := c; inc(RPos);
578 RPos^ := ''''; inc(RPos);
590 RPos^ := '#'; inc(RPos);
591 RPos^ := '$'; inc(RPos);
621 RPos^ := ''''; inc(RPos);
685 RPos^ := ''''; inc(RPos);
697 RPos^ := '#'; inc(RPos);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfppascalbuilder.pas552 RPos^ := ''''; inc(RPos);
562 RPos^ := c; inc(RPos);
563 RPos^ := c; inc(RPos);
567 RPos^ := c; inc(RPos);
578 RPos^ := ''''; inc(RPos);
590 RPos^ := '#'; inc(RPos);
591 RPos^ := '$'; inc(RPos);
621 RPos^ := ''''; inc(RPos);
685 RPos^ := ''''; inc(RPos);
697 RPos^ := '#'; inc(RPos);
[all …]
/dports/editors/fte/fte/src/
H A De_line.cpp119 int EBuffer::MoveRGap(int RPos) { in MoveRGap() argument
122 if (RGap == RPos) in MoveRGap()
124 if (RPos < 0 || RPos > RCount) in MoveRGap()
127 if (RGap < RPos) { in MoveRGap()
128 if (RPos - RGap == 1) in MoveRGap()
133 sizeof(PELine) * (RPos - RGap)); in MoveRGap()
135 if (RGap - RPos == 1) in MoveRGap()
136 LL[RPos + GapSize] = LL[RPos]; in MoveRGap()
138 memmove(LL + RPos + GapSize, in MoveRGap()
139 LL + RPos, in MoveRGap()
[all …]
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfppascalbuilder.pas471 RPos^ := ''''; inc(RPos);
479 RPos^ := c; inc(RPos);
480 RPos^ := c; inc(RPos);
484 RPos^ := c; inc(RPos);
491 RPos^ := c; inc(RPos);
499 RPos^ := c; inc(RPos);
509 RPos^ := c; inc(RPos);
520 RPos^ := ''''; inc(RPos);
535 RPos^ := ''''; inc(RPos);
547 RPos^ := '#'; inc(RPos);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfppascalbuilder.pas471 RPos^ := ''''; inc(RPos);
479 RPos^ := c; inc(RPos);
480 RPos^ := c; inc(RPos);
484 RPos^ := c; inc(RPos);
491 RPos^ := c; inc(RPos);
499 RPos^ := c; inc(RPos);
509 RPos^ := c; inc(RPos);
520 RPos^ := ''''; inc(RPos);
535 RPos^ := ''''; inc(RPos);
547 RPos^ := '#'; inc(RPos);
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/include/kNet/
H A DBitOps.h123 int APos, int ABits, int RPos, int RBits,
129 (ResultType)((r << RPos) & BitMaskT<RPos, RBits>::val) | in PackBits()
136 ResultType PackBits(int APos, int ABits, int RPos, int RBits, in PackBits() argument
142 (ResultType)((r << RPos) & BitMask(RPos, RBits)) | in PackBits()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkAttributeMorphologyBaseImageFilter.hxx261 OffsetValueType RPos = m_SortPixels[pos].Pos; in GenerateData() local
262 if ( m_Parent[RPos] >= 0 ) in GenerateData()
264 m_Raw[RPos] = m_Raw[m_Parent[RPos]]; in GenerateData()
278 OffsetValueType RPos = m_SortPixels[pos].Pos; in GenerateData() local
279 if ( m_Parent[RPos] < 0 ) in GenerateData()
281 m_Parent[RPos] = (OffsetValueType)m_Raw[RPos]; in GenerateData()
285 m_Parent[RPos] = m_Parent[m_Parent[RPos]]; in GenerateData()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Dlocal_parametrization.h178 return (f->V(0)->RPos*bary.X()+f->V(1)->RPos*bary.Y()+f->V(2)->RPos*bary.Z()); in InterpolateRPos()
247 …e VertexType::CoordType proj=father->V(0)->RPos*v->Bary.X()+father->V(1)->RPos*v->Bary.Y()+father-… in WarpRpos()
275 ScalarType dist=Distance(v0->RPos,v1->RPos); in EstimateLengthByParam()
317 estimated[i]+=(Distance(v0->RPos,v1->RPos)); in EstimateLengthByParam()
331 CoordType edgedir=v0->RPos-v1->RPos; in EstimateLengthByParam()
349 estimated[i]+=fabs(dirproj*edgedir)*((vH0->RPos-vH1->RPos).Norm()); in EstimateLengthByParam()
369 estimated[0]= (ScalarType)(alpha0*estimated[0]+(1.0-alpha0)*(Distance(v0->RPos,v1->RPos))); in EstimateLengthByParam()
437 …ScalarType Rarea= (ScalarType)(((f->cV(1)->RPos-f->cV(0)->RPos)^(f->cV(2)->RPos-f->cV(0)->RPos)).N… in EstimateAreaByParam()
488 …rea0= (ScalarType)(((on_edge[0]->V(1)->RPos-on_edge[0]->V(0)->RPos)^(on_edge[0]->V(2)->RPos-on_edg… in EstimateAreaByParam()
489 …rea1= (ScalarType)(((on_edge[1]->V(1)->RPos-on_edge[1]->V(0)->RPos)^(on_edge[1]->V(2)->RPos-on_edg… in EstimateAreaByParam()
[all …]
H A Dparametrizator.h129 base_mesh.vert[i].RPos=base_mesh.vert[i].P(); in InitializeStructures()
480 mesh->vert[i].RPos=base_mesh.vert[i].RPos; in SaveCurrentStatus()
551 base_mesh.vert[i].RPos=to_restore->vert[i].RPos; in RestoreStatus()
955 CoordType RPos=vert->RPos; in SaveMCP() local
956 … fprintf(f,"%f,%f,%f;%f,%f,%f \n",pos.X(),pos.Y(),pos.Z(),RPos.X(),RPos.Y(),RPos.Z()); in SaveMCP()
1063 CoordType RPos; in LoadMCP() local
1064 … fscanf(f,"%f,%f,%f;%f,%f,%f \n",&pos.X(),&pos.Y(),&pos.Z(),&RPos.X(),&RPos.Y(),&RPos.Z()); in LoadMCP()
1066 vert->RPos=RPos; in LoadMCP()
1106 vert->RPos=pos; in LoadMCP()
1193 abs_mesh.vert[i].RPos=base_mesh.vert[i].RPos; in ExportMeshes()
[all …]
H A Dparam_mesh.h31 CoordType RPos; variable
63 this->RPos=left.RPos; in ImportData()
89 BaseVertex::CoordType RPos; variable
H A Diso_parametrization.h30 CoordType RPos;
36 this->RPos = left.RPos; in ImportData()
82 this->RPos = left.RPos; in ImportData()
88 this->RPos = left.RPos; in ImportData()
91 CoordType RPos; variable
150 new_mesh.vert[i].RPos=(*iteV)->RPos; in CopyMeshFromFacesAbs()
252 new_mesh.vert[i].RPos=(*iteVI)->RPos; in CopyMeshFromVerticesAbs()
1766 CoordType RPos=vert->RPos; in SaveBaseDomain() local
1897 CoordType RPos; variable
1898 … fscanf(f,"%f,%f,%f;%f,%f,%f \n",&pos.X(),&pos.Y(),&pos.Z(),&RPos.X(),&RPos.Y(),&RPos.Z());
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dfeio.cpp229 festring::sizetype RPos = sCopyOfMS.Find('\r'); in Menu() local
231 VeryUnGuruPrintf.Resize(RPos); in Menu()
232 sCopyOfMS.Erase(0, RPos + 1); in Menu()
243 festring::sizetype RPos = sCopyOfMS.Find('\r'); in Menu() local
245 VeryUnGuruPrintf.Resize(RPos); in Menu()
246 sCopyOfMS.Erase(0, RPos + 1); in Menu()
264 festring::sizetype RPos = sCopyOfMS.Find('\r'); in Menu() local
266 VeryUnGuruPrintf.Resize(RPos); in Menu()
267 sCopyOfMS.Erase(0, RPos + 1); in Menu()
279 VeryUnGuruPrintf.Resize(RPos); in Menu()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp459 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
463 } else if (RPos) { in handleComparison()
464 Cont = RPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
483 } else if (!RPos) { in handleComparison()
486 RPos = getIteratorPosition(State, RVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/editors/cudatext/CudaText-1.151.0/atsyneditcmp/atsynedit_cmp/
H A Datsynedit_cmp_css.pas162 NPos:= RPos(' var(', S);
164 NPos:= RPos(':var(', S);
177 NPos:= RPos(' url(', S);
179 NPos:= RPos(':url(', S);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp434 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
438 } else if (RPos) { in handleComparison()
439 Cont = RPos->getContainer(); in handleComparison()
447 if (!LPos || !RPos) { in handleComparison()
458 } else if (!RPos) { in handleComparison()
461 RPos = getIteratorPosition(State, RVal); in handleComparison()
474 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp434 const auto *RPos = getIteratorPosition(State, RVal); in handleComparison() local
438 } else if (RPos) { in handleComparison()
439 Cont = RPos->getContainer(); in handleComparison()
447 if (!LPos || !RPos) { in handleComparison()
458 } else if (!RPos) { in handleComparison()
461 RPos = getIteratorPosition(State, RVal); in handleComparison()
474 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/synapse/source/lib/
H A Dimapsend.pas322 x := RPos('{', s);
363 x := RPos('{', s);
424 x := RPos('"', s);
427 x := RPos(' ', s);

12345