Home
last modified time | relevance | path

Searched refs:pSE (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dprivpgin.cc38 : MathParser::PlugIn(mp), pSE(0), iIndex(0), pDM(pDM) in PrivPlugIn()
69 unsigned int iMaxIndex = pSE->iGetNumPrivData(); in Read()
105 return TypedValue(pSE->dGetPrivData(iIndex)); in GetVal()
129 iIndex = pSE->iGetPrivDataIdx(sIndexName.c_str()); in ReadIndex()
134 iIndex = pSE->iGetPrivDataIdx(sIndexName.c_str()); in ReadIndex()
150 iIndex = pSE->iGetPrivDataIdx(s); in ReadIndex()
160 iMaxIndex = pSE->iGetNumPrivData(); in ReadIndex()
211 if (pSE == 0) { in ReadSE()
222 Node *pNode = dynamic_cast<Node *>(pSE); in Err()
272 if (pSE == 0) { in ReadSE()
[all …]
H A Dprivdrive.cc44 : DriveCaller(pDH), DriveOwner(pDC), pSE(p), iIndex(i), sIndexName(s) in PrivDriveCaller()
64 pSE, iIndex, sIndexName)); in pCopy()
74 const Elem *pElem = dynamic_cast<const Elem *>(pSE); in Restart()
75 const Node *pNode = dynamic_cast<const Node *>(pSE); in Restart()
110 return pSE; in iGetSE()
H A Dprivdrive.h51 const SimulationEntity *pSE;
84 return pGetDriveCaller()->dGet(pSE->dGetPrivData(iIndex)); in dGet()
H A Dprivpgin.h42 SimulationEntity *pSE;
H A Ddrive_.cc2590 const SimulationEntity *pSE, const std::string& msg);
2595 MBDynParser& HP, const SimulationEntity *pSE, const std::string& msg) in Read() argument
2610 iIndex = pSE->iGetPrivDataIdx(sIndexName.c_str()); in Read()
2625 } else if (pSE->iGetNumPrivData() == 1) { in Read()
2634 if (iIndex < 1 || iIndex > pSE->iGetNumPrivData()) { in Read()
2655 PrivDriveCaller(pDrvHdl, pTmp, pSE, iIndex, sIndexName.c_str())); in Read()
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DStackT.h122 StackElement* pSE = new StackElement; in Push() local
123 pSE->element = element; in Push()
124 pSE->next = _stackBase; in Push()
125 _stackBase = pSE; in Push()
135 StackElement *pSE = _stackBase; in Pop() local
136 element = pSE->element; in Pop()
138 delete pSE; in Pop() local
/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dptile.cpp101 register Pixel *pt, *pSE, *pSW, *pNE, *pNW; in ConvolStandard() local
126 pSE = pSW + 1; in ConvolStandard()
130 for (i = 0; i < halfWidth; i++, pt++, pSW+=2, pSE+=2, pNW+=2, pNE+=2) { in ConvolStandard()
131 pt->alpha = (pSW->alpha + pSE->alpha + pNW->alpha + pNE->alpha) >> 2; in ConvolStandard()
132 pt->rouge = (pSW->rouge + pSE->rouge + pNW->rouge + pNE->rouge) >> 2; in ConvolStandard()
133 pt->vert = (pSW->vert + pSE->vert + pNW->vert + pNE->vert) >> 2; in ConvolStandard()
137 pSW++; pSE++; pNW++; pNE++; in ConvolStandard()
139 pSW+=width; pSE+=width; pNW+=width; pNE+=width; in ConvolStandard()
325 register Pixel *pt, *pSE, *pSW, *pNE, *pNW, *pC, *pS, *pN, *pE, *pW;
358 pSE = pS + 1;
[all …]
/dports/net/samba412/samba-4.12.15/source4/lib/wmi/
H A Dwbemdata.c252 struct IWbemWCOSmartEnum *pSE; member
371 result = IWbemFetchSmartEnum_Fetch(ecod->pFSE, mem_ctx, &ecod->pSE); in IEnumWbemClassObject_SmartNext()
378 …result = IWbemWCOSmartEnum_Next(ecod->pSE, loc_ctx, &ecod->guid, lTimeout, uCount, puReturned, &si… in IEnumWbemClassObject_SmartNext()
421 if (ecod->pSE) { in dcom_proxy_IEnumWbemClassObject_Release_send()
422 talloc_steal(d, ecod->pSE); in dcom_proxy_IEnumWbemClassObject_Release_send()
423 iref[n].ipid = IUnknown_ipid(ecod->pSE); in dcom_proxy_IEnumWbemClassObject_Release_send()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/kernel/
H A Dkernel_script.cpp91 ScriptEngine *pSE = pKernel->getScript(); in executeFile() local
92 assert(pSE); in executeFile()
94 lua_pushbooleancpp(L, pSE->executeFile(luaL_checkstring(L, 1))); in executeFile()
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/kernel/
H A Dkernel_script.cpp91 ScriptEngine *pSE = pKernel->getScript(); in executeFile() local
92 assert(pSE); in executeFile()
94 lua_pushbooleancpp(L, pSE->executeFile(luaL_checkstring(L, 1))); in executeFile()
/dports/databases/cego/cego-2.47.11/src/
H A DCegoPredDesc.cc1882 Element **pSE = sl.First(); in fromElement() local
1883 if ( pSE ) in fromElement()
1885 _pSelect = new CegoSelect(*pSE, pGTM); in fromElement()
1936 Element **pSE = sl.First(); in fromElement() local
1937 if ( pSE ) in fromElement()
1939 _pSelect = new CegoSelect(*pSE, pGTM); in fromElement()
1954 Element **pSE = sl.First(); in fromElement() local
1955 if ( pSE ) in fromElement()
1957 _pSelect = new CegoSelect(*pSE, pGTM); in fromElement()
H A DCegoFactor.cc1290 Element **pSE = sl.First(); in fromElement() local
1291 if ( pSE ) in fromElement()
1293 _pSelect = new CegoSelect(*pSE, pGTM); in fromElement()
H A DCegoSelect.cc3858 Element **pSE = sl.First(); in fromElement() local
3859 if ( pSE ) in fromElement()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/wmi/
H A Dwbemdata.c490 struct IWbemWCOSmartEnum *pSE; member
619 if (ecod->pSE) { in dcom_proxy_IEnumWbemClassObject_Release_send()
620 talloc_steal(d, ecod->pSE); in dcom_proxy_IEnumWbemClassObject_Release_send()
621 iref[n].ipid = IUnknown_ipid(ecod->pSE); in dcom_proxy_IEnumWbemClassObject_Release_send()
716 s->pSE = pSmartEnum; in smart_next_fetch_enum_continue()
723 new_ctx = IWbemWCOSmartEnum_Next_send(s->pSE, c, &s->guid, in smart_next_fetch_enum_continue()
819 new_ctx = IWbemWCOSmartEnum_Next_send(s->pSE, c, &s->guid, in IEnumWbemClassObject_SmartNext_send()
/dports/math/R-cran-geometry/geometry/src/
H A DQuadTree.cpp153 Point pSE(boundary.center.x + half_res_half, boundary.center.y - half_res_half); in subdivide() local
158 SE = new QuadTree(BoundingBox(pSE, p), depth, EPSILON); in subdivide()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/RNApuzzler/includes/
H A DintersectLevelBoundingBoxes.inc621 double pSE[2];
622 pSE[0] = stem1->c[0] - stem1->e[0] * stem1->a[0] + stem1->e[1] * stem1->b[0];
623 pSE[1] = stem1->c[1] - stem1->e[0] * stem1->a[1] + stem1->e[1] * stem1->b[1];
633 || intersectLineSegments(pNE, pSE, pPrev, pThis, NULL)
634 || intersectLineSegments(pNE, pSE, pThis, pNext, NULL)
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dmain.c1490 struct servent *pSE; in main() local
1492 (pSE = getservbyname(config->primaryport, "tcp"))) { in main()
1496 bindPort = ntohs((unsigned short)pSE->s_port); in main()
1522 struct servent *pSE; in main() local
1524 (pSE = getservbyname(config->secondaryport, "tcp"))) { in main()
1528 bindBasePort = ntohs((unsigned short)pSE->s_port); in main()
/dports/comms/conserver-com/conserver-8.2.4/console/
H A Dconsole.c2372 struct servent *pSE; in main() local
2373 if ((pSE = in main()
2378 bindPort = ntohs((unsigned short)pSE->s_port); in main()
/dports/graphics/tachyon/tachyon/scenes/imaps/
H A Ddirt2.ppm13 …hR=y\AeK49':. I7*rXCbM;iN7y]F{Z@̥��zc{[C��p̞y΢���g�bG��m�}`�yY�dEͨ��mMzY=�pSE,dE,�hHfM5u`InZCL:)…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/twbs/bootstrap/dist/css/
H A Dbootstrap.css.map1 …SzD;;AclnSI;E2DvCA;IAAwB,2BAA2B;EzE8pSrD;EyE7pSE;IAAwB,4BAA4B;EzEgqStD;EyE/pSE;IAAwB,6BAA6B;EzEkqS…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/res/
H A DCisco_Absolute_Power_1280x720_30fps.yuv770 …8996797;;:9:7688420/2201.333357=<:;<<<<<=<9==;:>?;@Rl�����ĺ��������������˽�pSE?BD@?@>AB>=AA@BB>==A…
/dports/multimedia/openh264/openh264-2.1.1/res/
H A DCisco_Absolute_Power_1280x720_30fps.yuv770 …8996797;;:9:7688420/2201.333357=<:;<<<<<=<9==;:>?;@Rl�����ĺ��������������˽�pSE?BD@?@>AB>=AA@BB>==A…
/dports/portuguese/hunspell/hunspell-pt_PT-20211125/
H A Dpt_PT.dic409 acordo/pSE [CAT=nc,G=m,N=s]
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dpt_PT2-PortuguesePortugal.dic408 acordo/pSE [CAT=nc,G=m,N=s]
/dports/www/dooble/dooble-2021.12.05/Dictionaries/pt_PT/
H A Dpt_PT.dic408 acordo/pSE [CAT=nc,G=m,N=s]

12