Home
last modified time | relevance | path

Searched refs:Pindex (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
H A DDepexParser.c171 …((strncmp (*Pindex, " ", 1) == 0) || (strncmp (*Pindex, "\n", 1) == 0) || (strncmp (*Pindex, "\r",… in LeftTrim()
173 (*Pindex)++; in LeftTrim()
205 if (((**Pindex) >= '0' && (**Pindex) <= '9') || in ParseHexdigit()
206 ((**Pindex) >= 'a' && (**Pindex) <= 'f') || in ParseHexdigit()
207 ((**Pindex) >= 'A' && (**Pindex) <= 'F') in ParseHexdigit()
209 (*Pindex)++; in ParseHexdigit()
392 Pin = *Pindex; in ParseGuid()
397 (*Pindex)++; in ParseGuid()
409 (*Pindex)++; in ParseGuid()
452 (*Pindex)++; in ParseGuid()
[all …]
/dports/archivers/deutex/deutex-5.2.2/src/
H A Dtexture.c185 int16_t Pindex; member
262 TXUpat[TXUpatTop].Pindex = pindex; /*declare patch */ in TXUaddPatchToCurTex()
519 Pindex = peek_i16_le(Data + Pos + 4); in TXUreadTEXTURE()
520 if ((Pindex < 0) || (Pindex > MaxPindex)) in TXUreadTEXTURE()
525 (int) Pindex); in TXUreadTEXTURE()
530 Pindex = PNMgetPatchIndex(pname); in TXUreadTEXTURE()
533 TXUaddPatchToCurTex(Pindex, Xofs, Yofs); in TXUreadTEXTURE()
596 if (TXUpat[pat + p].Pindex >= npatch) in TXUcheckTex()
729 int16_t Pindex; in TXUreadTexFile() local
778 Pindex = PNMgetPatchIndex(pname); in TXUreadTexFile()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/DrawTrSurf/
H A DDrawTrSurf_BSplineCurve.cxx130 const Standard_Integer Pindex, in DrawOn() argument
149 if (Pindex == 0) in DrawOn()
157 else if (Pindex == 1) in DrawOn()
162 else if (Pindex == NbPoles) in DrawOn()
169 dis.MoveTo(CPoles(Pindex-1)); in DrawOn()
170 dis.DrawTo(CPoles(Pindex)); in DrawOn()
171 dis.DrawTo(CPoles(Pindex+1)); in DrawOn()
H A DDrawTrSurf_BSplineCurve.hxx49 … const Standard_Real U1, const Standard_Real U2, const Standard_Integer Pindex,
/dports/cad/opencascade/opencascade-7.6.0/src/Convert/
H A DConvert_CompPolynomialToPoles.cxx215 index, Tindex, Pindex, in Perform() local
245 Pindex = PolynomialIntervals.LowerRow(); in Perform()
256 index++; Tindex++; Pindex++; in Perform()
266 PolynomialIntervals(Pindex, PolynomialIntervals.LowerCol()) in Perform()
268 PolynomialIntervals(Pindex, PolynomialIntervals.UpperCol()) ; in Perform()
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dsearch.c1089 for (i = Pindex[sq]; i <= PieceCnt[side]; i++) in UpdatePieceList()
1092 Pindex[PieceList[side][i]] = i; in UpdatePieceList()
1101 Pindex[PieceList[side][i + 1]] = i + 1; in UpdatePieceList()
1106 Pindex[sq] = 0; in UpdatePieceList()
1112 Pindex[sq] = PieceCnt[side]; in UpdatePieceList()
1344 Pindex[t] = Pindex[f]; in MakeMove()
1345 PieceList[side][Pindex[t]] = t; in MakeMove()
1434 Pindex[f] = Pindex[t]; in UnmakeMove()
1435 PieceList[side][Pindex[f]] = f; in UnmakeMove()
1547 Pindex[sq] = ((board[sq] == king) ? 0 : ++PieceCnt[color[sq]]); in InitializeStats()
[all …]
H A Dgenmove.c129 Pindex[t] = Pindex[f]; in GenMakeMove()
130 PieceList[side][Pindex[t]] = t; in GenMakeMove()
195 Pindex[f] = Pindex[t]; in GenUnmakeMove()
196 PieceList[side][Pindex[f]] = f; in GenUnmakeMove()
H A Dglobals.c45 small_short Pindex[NO_SQUARES]; variable
H A Dsizetest.c45 small_short Pindex[NO_SQUARES]; variable
H A Dgnushogi.h771 extern small_short Pindex[];
H A Deval.c783 ChkFlag[ply - 1] = ((*InChk) ? Pindex[TOsquare] : 0); in evaluate()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DPindex.schelp1 class:: Pindex
40 \degree, Pindex(data, Pkey(\choice), inf),
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DDrawTrSurf_BSplineCurve.hxx49 … const Standard_Real U1, const Standard_Real U2, const Standard_Integer Pindex,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestPattern.sc85 Pindex(repeats:0),
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Streams/
H A DListPatterns.sc1 Pindex : Pattern {
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/A-Practical-Guide/
H A DPG_04_Words_to_Phrases.schelp92 …er by index. This gives you more control than Pwrand. Both link::Classes/Pindex:: and link::Classe…
/dports/cad/opencascade/opencascade-7.6.0/src/BSplCLib/
H A DBSplCLib.cxx2839 Standard_Integer Kindex = 0, Pindex; in Trimming() local
2843 Pindex = PoleIndex ( Degree, Kindex, Periodic, TempMults); in Trimming()
2844 Pindex *= Dimension; in Trimming()
2846 for ( i = 1; i <= NewPoles.Length(); i++) NewPoles(i) = TempPoles(Pindex + i); in Trimming()