Home
last modified time | relevance | path

Searched refs:piCount (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/ReadWrite/
H A DConvertTypes.pas79 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
85 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
87 if piCount = 1 then
90 Result := IntToStr(piCount) + ' files';
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/ReadWrite/
H A DConvertTypes.pas79 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
85 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
87 if piCount = 1 then
90 Result := IntToStr(piCount) + ' files';
/dports/editors/lazarus/lazarus/components/jcf2/ReadWrite/
H A DConvertTypes.pas92 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
98 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
100 if piCount = 1 then
103 Result := IntToStr(piCount) + ' files';
/dports/editors/lazarus-qt5/lazarus/components/jcf2/ReadWrite/
H A DConvertTypes.pas92 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
98 function DescribeFileCount(const piCount: integer): string; in DescribeFileCount()
100 if piCount = 1 then
103 Result := IntToStr(piCount) + ' files';
/dports/games/xfrisk/XFrisk/
H A DaiColson.c261 piCount[i][cont] = 0; in ComputeChoiceOfContinent()
276 if (piCount[i][cont] > 0) in ComputeChoiceOfContinent()
302 max = piCount[i][cont]; in ComputeChoiceOfContinent()
363 && (piCount[i][cont] > piCount[j][cont])) in ComputeChoiceOfContinent()
406 && (piCount[i][cont] > piCount[j][cont])) in ComputeChoiceOfContinent()
449 && (piCount[i][cont] > piCount[j][cont])) in ComputeChoiceOfContinent()
492 && (piCount[i][cont] > piCount[j][cont])) in ComputeChoiceOfContinent()
527 if (piCount[j][cont]>0) in ComputeChoiceOfContinent()
674 Int32 piCount[NUM_CONTINENTS]; in GetContinentToConquier() local
682 piCount[i] = 0; in GetContinentToConquier()
[all …]
H A Dgame.c1058 Int32 piCount[NUM_CONTINENTS];
1063 piCount[i] = 0;
1074 piCount[RISK_GetContinentOfCountry(i)]++;
1079 if (RISK_GetNumCountriesOfContinent(i) == piCount[i])
1598 Int32 piCount [NUM_CONTINENTS];
1614 piCount[cont] = 0;
1617 piCount[RISK_GetContinentOfCountry(i)]++;
1620 if ( (piCount[n1] == RISK_GetNumCountriesOfContinent(n1))
1621 && (piCount[n2] == RISK_GetNumCountriesOfContinent(n2)))
/dports/games/ksirk/ksirk-21.12.3/ksirk/GameLogic/
H A DaiColsonPlayer.cpp393 if (piCount[*it][continent] > 0) in computeChoiceOfContinent()
410 max = piCount[*it][continent]; in computeChoiceOfContinent()
422 if (piCount[*it][j] < max-1) in computeChoiceOfContinent()
428 max = piCount[*it][continent]; in computeChoiceOfContinent()
477 && (piCount[i][cont] > piCount[this][cont])) in computeChoiceOfContinent()
530 && (piCount[i][cont] > piCount[this][cont])) in computeChoiceOfContinent()
583 && (piCount[pi][cont] > piCount[this][cont])) in computeChoiceOfContinent()
635 && (piCount[pi][cont] > piCount[this][cont])) in computeChoiceOfContinent()
666 if (piCount[this][cont]>0) in computeChoiceOfContinent()
754 piCount[cont] = 0; in getContinentToConquier()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/VirtualCamera/src/
H A Dstreamconfig.h47 HRESULT STDMETHODCALLTYPE GetNumberOfCapabilities(int *piCount,
71 HRESULT STDMETHODCALLTYPE GetNumberOfCapabilities(int *piCount, \
74 return StreamConfig::GetNumberOfCapabilities(piCount, piSize); \
H A Dstreamconfig.cpp135 HRESULT AkVCam::StreamConfig::GetNumberOfCapabilities(int *piCount, in GetNumberOfCapabilities() argument
140 if (!piCount || !piSize) in GetNumberOfCapabilities()
143 *piCount = 0; in GetNumberOfCapabilities()
154 (*piCount)++; in GetNumberOfCapabilities()
162 if (*piCount) in GetNumberOfCapabilities()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DBuildTokenList.pas62 function CurrentChars(const piCount: integer): String; in CurrentChars()
64 function ForwardChars(const piOffset, piCount: integer): String; in ForwardChars()
65 procedure Consume(const piCount: integer = 1);
66 procedure UndoConsume(const piCount: integer = 1);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DBuildTokenList.pas62 function CurrentChars(const piCount: integer): String; in CurrentChars()
64 function ForwardChars(const piOffset, piCount: integer): String; in ForwardChars()
65 procedure Consume(const piCount: integer = 1);
66 procedure UndoConsume(const piCount: integer = 1);
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cmd/
H A DcmdApi.c102 … int piCountNew = (pNtk && Abc_NtkHasMapping(pNtk)) ? Abc_NtkCiNum(pNtk) : 0, piCount = 0; in Cmd_CommandHandleSpecial() local
131 piCount = pNumb ? atoi(pNumb+1) : 0; in Cmd_CommandHandleSpecial()
133 Status = piCountNew == piCount; in Cmd_CommandHandleSpecial()
135 Status = piCountNew <= piCount; in Cmd_CommandHandleSpecial()
/dports/editors/lazarus/lazarus/components/jcf2/Parse/
H A DBuildTokenList.pas60 function CurrentChars(const piCount: integer): String; in CurrentChars()
62 function ForwardChars(const piOffset, piCount: integer): String; in ForwardChars()
63 procedure Consume(const piCount: integer = 1);
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Parse/
H A DBuildTokenList.pas60 function CurrentChars(const piCount: integer): String; in CurrentChars()
62 function ForwardChars(const piOffset, piCount: integer): String; in ForwardChars()
63 procedure Consume(const piCount: integer = 1);
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DMD5Loader.cpp413 unsigned int* piCount = new unsigned int[meshParser.mJoints.size()]; in LoadMD5MeshFile() local
414 ::memset(piCount,0,sizeof(unsigned int)*meshParser.mJoints.size()); in LoadMD5MeshFile()
422 ++piCount[desc.mBone]; in LoadMD5MeshFile()
428 if (piCount[p])mesh->mNumBones++; in LoadMD5MeshFile()
435 if (!piCount[q])continue; in LoadMD5MeshFile()
437 p->mNumWeights = piCount[q]; in LoadMD5MeshFile()
496 delete[] piCount; in LoadMD5MeshFile()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MD5/
H A DMD5Loader.cpp441 unsigned int* piCount = new unsigned int[meshParser.mJoints.size()]; in LoadMD5MeshFile() local
442 ::memset(piCount,0,sizeof(unsigned int)*meshParser.mJoints.size()); in LoadMD5MeshFile()
450 ++piCount[weightDesc.mBone]; in LoadMD5MeshFile()
456 if (piCount[p])mesh->mNumBones++; in LoadMD5MeshFile()
463 if (!piCount[q])continue; in LoadMD5MeshFile()
465 p->mNumWeights = piCount[q]; in LoadMD5MeshFile()
523 delete[] piCount; in LoadMD5MeshFile()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DMD5Loader.cpp436 unsigned int* piCount = new unsigned int[meshParser.mJoints.size()]; in LoadMD5MeshFile() local
437 ::memset(piCount,0,sizeof(unsigned int)*meshParser.mJoints.size()); in LoadMD5MeshFile()
445 ++piCount[desc.mBone]; in LoadMD5MeshFile()
451 if (piCount[p])mesh->mNumBones++; in LoadMD5MeshFile()
458 if (!piCount[q])continue; in LoadMD5MeshFile()
460 p->mNumWeights = piCount[q]; in LoadMD5MeshFile()
519 delete[] piCount; in LoadMD5MeshFile()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MD5/
H A DMD5Loader.cpp429 unsigned int *piCount = new unsigned int[meshParser.mJoints.size()]; in LoadMD5MeshFile() local
430 ::memset(piCount, 0, sizeof(unsigned int) * meshParser.mJoints.size()); in LoadMD5MeshFile()
437 ++piCount[weightDesc.mBone]; in LoadMD5MeshFile()
444 if (piCount[p]) mesh->mNumBones++; in LoadMD5MeshFile()
451 if (!piCount[q]) continue; in LoadMD5MeshFile()
453 p->mNumWeights = piCount[q]; in LoadMD5MeshFile()
513 delete[] piCount; in LoadMD5MeshFile()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DMD5Loader.cpp436 unsigned int* piCount = new unsigned int[meshParser.mJoints.size()]; in LoadMD5MeshFile() local
437 ::memset(piCount,0,sizeof(unsigned int)*meshParser.mJoints.size()); in LoadMD5MeshFile()
445 ++piCount[desc.mBone]; in LoadMD5MeshFile()
451 if (piCount[p])mesh->mNumBones++; in LoadMD5MeshFile()
458 if (!piCount[q])continue; in LoadMD5MeshFile()
460 p->mNumWeights = piCount[q]; in LoadMD5MeshFile()
519 delete[] piCount; in LoadMD5MeshFile()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DMD5Loader.cpp436 unsigned int* piCount = new unsigned int[meshParser.mJoints.size()]; in LoadMD5MeshFile() local
437 ::memset(piCount,0,sizeof(unsigned int)*meshParser.mJoints.size()); in LoadMD5MeshFile()
445 ++piCount[desc.mBone]; in LoadMD5MeshFile()
451 if (piCount[p])mesh->mNumBones++; in LoadMD5MeshFile()
458 if (!piCount[q])continue; in LoadMD5MeshFile()
460 p->mNumWeights = piCount[q]; in LoadMD5MeshFile()
519 delete[] piCount; in LoadMD5MeshFile()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DEXT_multi_draw_arrays.java41 …ode, IntBuffer piFirst, @Check("piFirst.remaining()") @GLsizei IntBuffer piCount, @AutoSize("piFir… in glMultiDrawArraysEXT() argument
H A DGL14.java117 …ode, IntBuffer piFirst, @Check("piFirst.remaining()") @GLsizei IntBuffer piCount, @AutoSize("piFir… in glMultiDrawArrays() argument
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/lpk/
H A DlpkCut.c138 …_CutTruth_rec( Hop_Man_t * pMan, Hop_Obj_t * pObj, int nVars, Vec_Ptr_t * vTtNodes, int * piCount ) in Lpk_CutTruth_rec() argument
148 pTruth = (unsigned *)Vec_PtrEntry( vTtNodes, (*piCount)++ ); in Lpk_CutTruth_rec()
155 pTruth0 = Lpk_CutTruth_rec( pMan, Hop_ObjFanin0(pObj), nVars, vTtNodes, piCount ); in Lpk_CutTruth_rec()
156 pTruth1 = Lpk_CutTruth_rec( pMan, Hop_ObjFanin1(pObj), nVars, vTtNodes, piCount ); in Lpk_CutTruth_rec()
/dports/irc/znc/znc-1.8.2/src/
H A DZNCString.cpp91 unsigned int* piCount) const { in strnchr()
102 if (piCount) { in strnchr()
103 *piCount = a; in strnchr()
114 if (piCount) { in strnchr()
115 *piCount = 0; in strnchr()
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4ObjectList.cpp756 C4Object *C4ObjectListIterator::GetNext(int32_t *piCount) in GetNext() argument
790 if (piCount) in GetNext()
793 *piCount = 1; in GetNext()
798 ++*piCount; in GetNext()

12