Home
last modified time | relevance | path

Searched refs:locPos (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dsched_path_finder.cpp98 bool SchedPathFinder::check_loc(const MapCoord &locPos) { in check_loc() argument
99 return actor->check_move(locPos.x, locPos.y, locPos.z, ACTOR_IGNORE_OTHERS); in check_loc()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Dengine_interface_fdtd.cpp236 unsigned int locPos[] = {pos[0],pos[1],pos[2]}; in GetRawField() local
242 --locPos[nPP]; in GetRawField()
243 value += m_Eng->GetCurr(nP,locPos); in GetRawField()
244 ++locPos[nPP]; in GetRawField()
248 --locPos[nP]; in GetRawField()
249 value -= m_Eng->GetCurr(nPP,locPos); in GetRawField()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/locale/timezonewidget/
H A Dtimezonewidget.cpp189 … QPoint locPos = TimeZoneImageList::getLocationPosition( zone->longitude(), zone->latitude() ); in mousePressEvent() local
190 return double( abs( mX - locPos.x() ) + abs( mY - locPos.y() ) ); in mousePressEvent()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/
H A DTrianglesInstancedRendererHardcoded.java29 private static final int locPos = 1; field in TrianglesInstancedRendererHardcoded
173 gl.glEnableVertexAttribArray(locPos); in initVBO()
177 gl.glVertexAttribPointer( locPos, 3, GL4.GL_FLOAT, false, stride, 0); in initVBO()
228 gl.glBindAttribLocation(shaderProgram, locPos, "mgl_Vertex"); in initShaders()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DShader.cpp104 size_t locPos = m_source.find(loc); in InsertSource() local
105 if (locPos == std::string::npos) in InsertSource()
111 m_source.insert(locPos, temp); in InsertSource()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2482 int locPos = 0;
2483 while (locPos + 4 < buf.length) {
2484 int locTag = SH(buf, locPos);
2485 int locSZ = SH(buf, locPos + 2);
2486 locPos += 4;
2488 locPos += locSZ;
2491 int end = locPos + locSZ - 4;
2492 int flag = CH(buf, locPos++);
2495 locPos += 4;
2499 locPos += 4;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2482 int locPos = 0;
2483 while (locPos + 4 < buf.length) {
2484 int locTag = SH(buf, locPos);
2485 int locSZ = SH(buf, locPos + 2);
2486 locPos += 4;
2488 locPos += locSZ;
2491 int end = locPos + locSZ - 4;
2492 int flag = CH(buf, locPos++);
2495 locPos += 4;
2499 locPos += 4;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2378 int locPos = 0;
2379 while (locPos + 4 < buf.length) {
2380 int locTag = SH(buf, locPos);
2381 int locSZ = SH(buf, locPos + 2);
2382 locPos += 4;
2384 locPos += locSZ;
2387 int end = locPos + locSZ - 4;
2388 int flag = CH(buf, locPos++);
2391 locPos += 4;
2395 locPos += 4;
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c280 cross = ((line1x.locPos.X - line1x.locNeg.X) * (line2x.locPos.Y - line2x.locNeg.Y)) - in MatrixRegionOrientation()
281 ((line1x.locPos.Y - line1x.locNeg.Y) * (line2x.locPos.X - line2x.locNeg.X)); in MatrixRegionOrientation()
285 reg->locR = line2x.locPos; in MatrixRegionOrientation()
301 reg->locT = line2x.locPos; in MatrixRegionOrientation()
317 cross = ((line1x.locNeg.X - line1x.locPos.X) * (line2x.locNeg.Y - line2x.locPos.Y)) - in MatrixRegionOrientation()
318 ((line1x.locNeg.Y - line1x.locPos.Y) * (line2x.locNeg.X - line2x.locPos.X)); in MatrixRegionOrientation()
324 reg->locT = line1x.locPos; in MatrixRegionOrientation()
336 reg->locR = line1x.locPos; in MatrixRegionOrientation()
1343 line.locPos = follow.loc; in FindBestSolidLine()
1432 rHp = line.locBeg = line.locPos = line.locNeg = follow.loc; in FindBestSolidLine2()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2540 int locPos = 0;
2541 while (locPos + 4 < buf.length) {
2542 int locTag = SH(buf, locPos);
2543 int locSZ = SH(buf, locPos + 2);
2544 locPos += 4;
2546 locPos += locSZ;
2549 int end = locPos + locSZ - 4;
2550 int flag = CH(buf, locPos++);
2551 if ((flag & 0x1) != 0 && locPos <= end) {
2553 locPos += 4;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DIteratorDescriptor.cs224 private LocalBuilder locPos; field in System.Xml.Xsl.IlGen.IteratorDescriptor
338 get { return this.locPos; }
339 set { this.locPos = value; }
H A DXmlIlVisitor.cs1981 LocalBuilder locPos = null; in StartForBinding()
1992 locPos = this.helper.DeclareLocal("$$$pos", typeof(int)); in StartForBinding()
1994 this.helper.Emit(OpCodes.Stloc, locPos); in StartForBinding()
2016 this.helper.Emit(OpCodes.Ldloc, locPos); in StartForBinding()
2019 this.helper.Emit(OpCodes.Stloc, locPos); in StartForBinding()
2023 this.helper.Emit(OpCodes.Ldloc, locPos); in StartForBinding()
2028 this.iterCurr.LocalPosition = locPos; in StartForBinding()
2080 LocalBuilder locPos; in VisitPositionOf()
2083 locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor.LocalPosition; in VisitPositionOf()
2084 Debug.Assert(locPos != null); in VisitPositionOf()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java2343 int locPos = 0;
2344 while (locPos + 4 < buf.length) {
2345 int locTag = SH(buf, locPos);
2346 int locSZ = SH(buf, locPos + 2);
2347 locPos += 4;
2349 locPos += locSZ;
2352 int flag = CH(buf, locPos++);
2354 mtime = unixToJavaTime(LG(buf, locPos));
2355 locPos += 4;
2359 locPos += 4;
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java2343 int locPos = 0;
2344 while (locPos + 4 < buf.length) {
2345 int locTag = SH(buf, locPos);
2346 int locSZ = SH(buf, locPos + 2);
2347 locPos += 4;
2349 locPos += locSZ;
2352 int flag = CH(buf, locPos++);
2354 mtime = unixToJavaTime(LG(buf, locPos));
2355 locPos += 4;
2359 locPos += 4;
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_base.h1087 typename Size< TString >::Type > locPos;
1088 posLocalize(locPos, i, stringSetLimits(index));
1089 return value(value(getFibre(index, FibreText()), getValueI1(locPos)), getValueI2(locPos));
1096 typename Size< TString >::Type > locPos;
1097 posLocalize(locPos, i, stringSetLimits(index));
1098 return value(value(getFibre(index, FibreText()), getValueI1(locPos)), getValueI2(locPos));
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_base.h1087 typename Size< TString >::Type > locPos;
1088 posLocalize(locPos, i, stringSetLimits(index));
1089 return value(value(getFibre(index, FibreText()), getValueI1(locPos)), getValueI2(locPos));
1096 typename Size< TString >::Type > locPos;
1097 posLocalize(locPos, i, stringSetLimits(index));
1098 return value(value(getFibre(index, FibreText()), getValueI1(locPos)), getValueI2(locPos));
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_base.h1033 typename Size< TString >::Type > locPos;
1034 posLocalize(locPos, i, stringSetLimits(index));
1035 return value(value(getFibre(index, FibreText()), getValueI1(locPos)), getValueI2(locPos));
1042 typename Size< TString >::Type > locPos;
1043 posLocalize(locPos, i, stringSetLimits(index));
1044 return value(value(getFibre(index, FibreText()), getValueI1(locPos)), getValueI2(locPos));
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2983 int locPos = 0;
2984 while (locPos + 4 < buf.length) {
2985 int locTag = SH(buf, locPos);
2986 int locSZ = SH(buf, locPos + 2);
2987 locPos += 4;
2989 locPos += locSZ;
2992 int end = locPos + locSZ - 4;
2993 int flag = CH(buf, locPos++);
2994 if ((flag & 0x1) != 0 && locPos <= end) {
2996 locPos += 4;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java3024 int locPos = 0;
3025 while (locPos + 4 < buf.length) {
3026 int locTag = SH(buf, locPos);
3027 int locSZ = SH(buf, locPos + 2);
3028 locPos += 4;
3030 locPos += locSZ;
3033 int end = locPos + locSZ - 4;
3034 int flag = CH(buf, locPos++);
3035 if ((flag & 0x1) != 0 && locPos <= end) {
3037 locPos += 4;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java3068 int locPos = 0;
3069 while (locPos + 4 < buf.length) {
3070 int locTag = SH(buf, locPos);
3071 int locSZ = SH(buf, locPos + 2);
3072 locPos += 4;
3074 locPos += locSZ;
3077 int end = locPos + locSZ - 4;
3078 int flag = CH(buf, locPos++);
3079 if ((flag & 0x1) != 0 && locPos <= end) {
3081 locPos += 4;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2941 int locPos = 0;
2942 while (locPos + 4 < buf.length) {
2943 int locTag = SH(buf, locPos);
2944 int locSZ = SH(buf, locPos + 2);
2945 locPos += 4;
2947 locPos += locSZ;
2950 int end = locPos + locSZ - 4;
2951 int flag = CH(buf, locPos++);
2952 if ((flag & 0x1) != 0 && locPos <= end) {
2954 locPos += 4;
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_base.h826 typename Size< TString >::Type > locPos;
827 posLocalize(locPos, i, stringSetLimits(index));
828 return value(value(getFibre(index, FibreText()), getValueI1(locPos)), getValueI2(locPos));
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_serialization.pas961 locPos : PtrInt;
979 locPos := indexOf(x,ls) ;
980 if ( locPos > -1 ) then begin
982 r := Format('#/%s/%s[%d]',[s_changeSummary,x.getType().getName(),locPos])
984 r := Format('#/%s/%s[%d]/%s',[s_changeSummary,x.getType().getName(),locPos,r]);
1001 locPos := indexOf(x,ls) ;
1002 if ( locPos > -1 ) then begin
1004 r := Format('#/%s/%s[%d]',[s_changeSummary,x.getType().getName(),locPos])
1006 r := Format('#/%s/%s[%d]/%s',[s_changeSummary,x.getType().getName(),locPos,r]);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_serialization.pas961 locPos : PtrInt;
979 locPos := indexOf(x,ls) ;
980 if ( locPos > -1 ) then begin
982 r := Format('#/%s/%s[%d]',[s_changeSummary,x.getType().getName(),locPos])
984 r := Format('#/%s/%s[%d]/%s',[s_changeSummary,x.getType().getName(),locPos,r]);
1001 locPos := indexOf(x,ls) ;
1002 if ( locPos > -1 ) then begin
1004 r := Format('#/%s/%s[%d]',[s_changeSummary,x.getType().getName(),locPos])
1006 r := Format('#/%s/%s[%d]/%s',[s_changeSummary,x.getType().getName(),locPos,r]);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DXmlIlVisitor.cs2135 LocalBuilder locPos = null; in StartForBinding()
2147 locPos = _helper.DeclareLocal("$$$pos", typeof(int)); in StartForBinding()
2149 _helper.Emit(OpCodes.Stloc, locPos); in StartForBinding()
2173 _helper.Emit(OpCodes.Ldloc, locPos); in StartForBinding()
2176 _helper.Emit(OpCodes.Stloc, locPos); in StartForBinding()
2181 _helper.Emit(OpCodes.Ldloc, locPos); in StartForBinding()
2186 _iterCurr.LocalPosition = locPos; in StartForBinding()
2242 LocalBuilder locPos; in VisitPositionOf()
2245 locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor.LocalPosition; in VisitPositionOf()
2246 Debug.Assert(locPos != null); in VisitPositionOf()
[all …]

12