Home
last modified time | relevance | path

Searched refs:pStart (Results 1 – 25 of 2122) sorted by relevance

12345678910>>...85

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcReadVer.c882 pStart = Wlc_PrsSkipSpaces( pStart ); in Wlc_PrsReadDeclaration()
891 pStart = Wlc_PrsFindRange( pStart, &End, &Beg ); in Wlc_PrsReadDeclaration()
925 pStart = Wlc_PrsFindName( pStart, &pName ); in Wlc_PrsReadDeclaration()
935 pStart = Wlc_PrsSkipSpaces( pStart ); in Wlc_PrsReadDeclaration()
1106 pStart = Wlc_PrsFindName( pStart, &pName ); in Wlc_PrsDerive()
1129 pStart = Wlc_PrsFindSymbol( pStart, '(' ); in Wlc_PrsDerive()
1144 pStart = Wlc_PrsFindSymbol( pStart, ',' ); in Wlc_PrsDerive()
1167 pStart = Wlc_PrsFindSymbol( pStart, '(' ); in Wlc_PrsDerive()
1242 pStart = Wlc_PrsSkipSpaces( pStart ); in Wlc_PrsDerive()
1308 … if ( pStart[0] != 'd' && (pStart[0] != 'q' || pStart[1] == 'b') && strncmp(pStart, "arstval", 7) ) in Wlc_PrsDerive()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/ftp/
H A Dftpdirp.cxx957 if (!*pStart || !*pEnd || pStart == pEnd) in parseUNIX_isSizeField()
961 if (*pStart >= '0' && *pStart <= '9') in parseUNIX_isSizeField()
963 for (; pStart < pEnd; ++pStart) in parseUNIX_isSizeField()
979 for (; pStart < pEnd; ++pStart) in parseUNIX_isSizeField()
1108 if (!*pStart || !*pEnd || pStart == pEnd) in parseUNIX_isDayField()
1110 if (*pStart < '0' || *pStart > '9') in parseUNIX_isDayField()
1116 if (pStart + 2 != pEnd || pStart[1] < '0' || pStart[1] > '9') in parseUNIX_isDayField()
1136 *pStart < '0' || *pStart > '9') in parseUNIX_isYearTimeField()
1146 if (*pStart < '0' || *pStart > '9') in parseUNIX_isYearTimeField()
1156 if (*pStart < '0' || *pStart > '9') in parseUNIX_isYearTimeField()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/ftp/
H A Dftpdirp.cxx957 if (!*pStart || !*pEnd || pStart == pEnd) in parseUNIX_isSizeField()
961 if (*pStart >= '0' && *pStart <= '9') in parseUNIX_isSizeField()
963 for (; pStart < pEnd; ++pStart) in parseUNIX_isSizeField()
979 for (; pStart < pEnd; ++pStart) in parseUNIX_isSizeField()
1108 if (!*pStart || !*pEnd || pStart == pEnd) in parseUNIX_isDayField()
1110 if (*pStart < '0' || *pStart > '9') in parseUNIX_isDayField()
1116 if (pStart + 2 != pEnd || pStart[1] < '0' || pStart[1] > '9') in parseUNIX_isDayField()
1136 *pStart < '0' || *pStart > '9') in parseUNIX_isYearTimeField()
1146 if (*pStart < '0' || *pStart > '9') in parseUNIX_isYearTimeField()
1156 if (*pStart < '0' || *pStart > '9') in parseUNIX_isYearTimeField()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbutil/
H A Dveciter.h62 mutable T* pStart;
70 ASSERT(pStart != 0); in VecIter()
90 ASSERT(pStart != NULL); in bGetFirst()
93 if (pStart == NULL) { in bGetFirst()
97 pCount = pStart; in bGetFirst()
98 TReturn = *pStart; in bGetFirst()
105 ASSERT(pStart != NULL); in bGetCurr()
107 ASSERT(pCount >= pStart); in bGetCurr()
109 if (pCount == pStart + iSize) { in bGetCurr()
120 ASSERT(pStart != NULL); in bGetNext()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/fra/
H A DfraIndVer.c50 int * pStart; in Fra_InvariantVerify() local
81 pStart = Vec_IntArray( vLits ); in Fra_InvariantVerify()
86 pStart[k] = lit_neg(pStart[k]); in Fra_InvariantVerify()
87 RetValue = sat_solver_solve( pSat, pStart + Beg, pStart + End, 0, 0, 0, 0 ); in Fra_InvariantVerify()
89 pStart[k] = lit_neg(pStart[k]); in Fra_InvariantVerify()
103 pStart = Vec_IntArray( vLits ); in Fra_InvariantVerify()
106 RetValue = sat_solver_addclause( pSat, pStart + Beg, pStart + End ); in Fra_InvariantVerify()
126 pStart = Vec_IntArray( vLits ); in Fra_InvariantVerify()
133 pStart[k] = lit_neg(pStart[k]); in Fra_InvariantVerify()
135 RetValue = sat_solver_solve( pSat, pStart + Beg, pStart + End, 0, 0, 0, 0 ); in Fra_InvariantVerify()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/qa/cppunit/
H A Dtest_ordinalsuffix.cxx50 OUString *pStart, *pEnd, *pFind; in testFrench() local
54 pStart = aSuffixes.begin(); in testFrench()
56 pFind = std::find(pStart, pEnd, OUString("er")); in testFrench()
61 pStart = aSuffixes.begin(); in testFrench()
63 pFind = std::find(pStart, pEnd, OUString("e")); in testFrench()
71 OUString *pStart, *pEnd, *pFind; in testEnglish() local
75 pStart = aSuffixes.begin(); in testEnglish()
77 pFind = std::find(pStart, pEnd, OUString("st")); in testEnglish()
82 pStart = aSuffixes.begin(); in testEnglish()
84 pFind = std::find(pStart, pEnd, OUString("nd")); in testEnglish()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/qa/cppunit/
H A Dtest_ordinalsuffix.cxx50 OUString *pStart, *pEnd, *pFind; in testFrench() local
54 pStart = aSuffixes.begin(); in testFrench()
56 pFind = std::find(pStart, pEnd, OUString("er")); in testFrench()
61 pStart = aSuffixes.begin(); in testFrench()
63 pFind = std::find(pStart, pEnd, OUString("e")); in testFrench()
71 OUString *pStart, *pEnd, *pFind; in testEnglish() local
75 pStart = aSuffixes.begin(); in testEnglish()
77 pFind = std::find(pStart, pEnd, OUString("st")); in testEnglish()
82 pStart = aSuffixes.begin(); in testEnglish()
84 pFind = std::find(pStart, pEnd, OUString("nd")); in testEnglish()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c38 PetscInt pStart, pEnd; in PetscDualSpaceRefinedSetCellSpaces_Refined() local
45 ierr = DMPlexGetChart(dm, &pStart, &pEnd);CHKERRQ(ierr); in PetscDualSpaceRefinedSetCellSpaces_Refined()
54 sp->pointSpaces[c+cStart-pStart] = cellSpaces[c]; in PetscDualSpaceRefinedSetCellSpaces_Refined()
72 PetscInt pStart, pEnd, depth; in PetscDualSpaceSetUp_Refined() local
85 if (sp->pointSpaces[c-pStart]) { in PetscDualSpaceSetUp_Refined()
94 if (sp->pointSpaces[c-pStart]) { in PetscDualSpaceSetUp_Refined()
100 if ((c > cStart) && sp->pointSpaces[c-pStart] != sp->pointSpaces[c-1-pStart]) break; in PetscDualSpaceSetUp_Refined()
123 if (sp->pointSpaces[point-pStart] == NULL) { in PetscDualSpaceSetUp_Refined()
125 sp->pointSpaces[point-pStart] = espace; in PetscDualSpaceSetUp_Refined()
143 PetscInt pStart, pEnd; in PetscDualSpaceRefinedView_Ascii() local
[all …]
/dports/editors/ted/Ted-2.23/utilPs/
H A DpsFontName.c23 int * pStart, in utilFontWeightFromString() argument
37 *pStart= s- name; in utilFontWeightFromString()
45 *pStart= s- name; in utilFontWeightFromString()
53 *pStart= s- name; in utilFontWeightFromString()
61 *pStart= s- name; in utilFontWeightFromString()
69 *pStart= s- name; in utilFontWeightFromString()
76 *pStart= s- name; in utilFontWeightFromString()
83 *pStart= s- name; in utilFontWeightFromString()
90 *pStart= s- name; in utilFontWeightFromString()
99 *pStart= s- name; in utilFontWeightFromString()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/parser/
H A Dcpdf_simple_parser.cpp17 void CPDF_SimpleParser::ParseWord(const uint8_t*& pStart, uint32_t& dwSize) { in ParseWord() argument
18 pStart = nullptr; in ParseWord()
44 pStart = m_pData + start_pos; in ParseWord()
95 const uint8_t* pStart; in GetWord() local
97 ParseWord(pStart, dwSize); in GetWord()
98 if (dwSize == 1 && pStart[0] == '<') { in GetWord()
105 return CFX_ByteStringC(pStart, in GetWord()
106 (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData))); in GetWord()
108 if (dwSize == 1 && pStart[0] == '(') { in GetWord()
133 return CFX_ByteStringC(pStart, in GetWord()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_parser/
H A Dcpdf_simple_parser.cpp17 void CPDF_SimpleParser::ParseWord(const uint8_t*& pStart, uint32_t& dwSize) { in ParseWord() argument
18 pStart = nullptr; in ParseWord()
44 pStart = m_pData + start_pos; in ParseWord()
95 const uint8_t* pStart; in GetWord() local
97 ParseWord(pStart, dwSize); in GetWord()
98 if (dwSize == 1 && pStart[0] == '<') { in GetWord()
105 return CFX_ByteStringC(pStart, in GetWord()
106 (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData))); in GetWord()
108 if (dwSize == 1 && pStart[0] == '(') { in GetWord()
133 return CFX_ByteStringC(pStart, in GetWord()
[all …]
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynhighlighterhashentries.pas127 pStart, pEnd: PChar;
132 pStart := pEnd;
135 while (pStart^ <> #0) and not (pStart^ in Identifiers) do
136 Inc(pStart);
137 if pStart^ = #0 then break;
139 pEnd := pStart + 1;
143 SetString(Keyword, pStart, pEnd - pStart);
147 pStart := pEnd + 1;
148 until (pStart^ = #0) or (pEnd^ = #0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterhashentries.pas124 pStart, pEnd: PChar;
129 pStart := pEnd;
132 while (pStart^ <> #0) and not (pStart^ in Identifiers) do
133 Inc(pStart);
134 if pStart^ = #0 then break;
136 pEnd := pStart + 1;
140 SetString(Keyword, pStart, pEnd - pStart);
144 pStart := pEnd + 1;
145 until (pStart^ = #0) or (pEnd^ = #0);
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynhighlighterhashentries.pas127 pStart, pEnd: PChar;
132 pStart := pEnd;
135 while (pStart^ <> #0) and not (pStart^ in Identifiers) do
136 Inc(pStart);
137 if pStart^ = #0 then break;
139 pEnd := pStart + 1;
143 SetString(Keyword, pStart, pEnd - pStart);
147 pStart := pEnd + 1;
148 until (pStart^ = #0) or (pEnd^ = #0);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterhashentries.pas124 pStart, pEnd: PChar;
129 pStart := pEnd;
132 while (pStart^ <> #0) and not (pStart^ in Identifiers) do
133 Inc(pStart);
134 if pStart^ = #0 then break;
136 pEnd := pStart + 1;
140 SetString(Keyword, pStart, pEnd - pStart);
144 pStart := pEnd + 1;
145 until (pStart^ = #0) or (pEnd^ = #0);
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_process.c285 pData = pStart; in _SmcProcessMessage()
473 char *pStart, *pEnd; in _SmcProcessMessage() local
589 char *pData, *pStart, *pEnd; in _SmsProcessMessage() local
605 pData = pStart; in _SmsProcessMessage()
606 pEnd = pStart + (length << 3) - in _SmsProcessMessage()
843 char *pData, *pStart, *pEnd; in _SmsProcessMessage() local
859 pData = pStart; in _SmsProcessMessage()
860 pEnd = pStart + (length << 3) - in _SmsProcessMessage()
901 char *pStart, *pEnd; in _SmsProcessMessage() local
917 pEnd = pStart + (length << 3) - in _SmsProcessMessage()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tests/
H A Dex6.c7 PetscInt pStart, pEnd; /* The label chart */ member
19 options->pStart = 0; in ProcessOptions()
36 PetscInt n = (PetscInt) (user->fill*(user->pEnd - user->pStart)), i; in TestSetup()
42 ierr = PetscRandomSetInterval(r, user->pStart, user->pEnd);CHKERRQ(ierr); in TestSetup()
58 ierr = DMLabelCreateIndex(label, user->pStart, user->pEnd);CHKERRQ(ierr); in TestSetup()
59 …OMM_SELF, "Created label with chart [%D, %D) and set %D values\n", user->pStart, user->pEnd, user-… in TestSetup()
65 const PetscInt pStart = user->pStart; in TestLookup() local
71 for (p = pStart; p < pEnd; ++p) { in TestLookup()
87 PetscInt pStart = user->pStart, pEnd = user->pEnd, p; in TestClear() local
93 for (p = pStart; p < pEnd; p++) { in TestClear()
/dports/x11/libICE/libICE-1.0.10/src/
H A Derror.c170 char *pBuf, *pStart; in _IceErrorSetupFailed() local
186 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes)); in _IceErrorSetupFailed()
189 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart); in _IceErrorSetupFailed()
201 char *pBuf, *pStart; in _IceErrorAuthenticationRejected() local
218 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart); in _IceErrorAuthenticationRejected()
230 char *pBuf, *pStart; in _IceErrorAuthenticationFailed() local
247 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart); in _IceErrorAuthenticationFailed()
258 char *pBuf, *pStart; in _IceErrorProtocolDuplicate() local
275 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart); in _IceErrorProtocolDuplicate()
306 char *pBuf, *pStart; in _IceErrorUnknownProtocol() local
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/
H A Dcustomdrawn_extra1.pas126 pStart, pEnd: integer; // for drawing the decorative bars
169 pStart := 10 - 1;
174 pStart + pHalfStepWidth,
195 ADest.Rectangle(pStart, lDrawingBottom + 1, pStart + 10, lDrawingBottom + 6);
197 ADest.RecTangle(pStart, lDrawingBottom + 2, pStart + 10, lDrawingBottom + 7);
199 ADest.RecTangle(pStart, lDrawingBottom, pStart + 10, lDrawingBottom + 2);
201 pStart := pStart + pStepWidth;
/dports/editors/lazarus-qt5/lazarus/components/customdrawn/
H A Dcustomdrawn_extra1.pas126 pStart, pEnd: integer; // for drawing the decorative bars
169 pStart := 10 - 1;
174 pStart + pHalfStepWidth,
195 ADest.Rectangle(pStart, lDrawingBottom + 1, pStart + 10, lDrawingBottom + 6);
197 ADest.RecTangle(pStart, lDrawingBottom + 2, pStart + 10, lDrawingBottom + 7);
199 ADest.RecTangle(pStart, lDrawingBottom, pStart + 10, lDrawingBottom + 2);
201 pStart := pStart + pStepWidth;
/dports/editors/lazarus/lazarus/components/customdrawn/
H A Dcustomdrawn_extra1.pas126 pStart, pEnd: integer; // for drawing the decorative bars
169 pStart := 10 - 1;
174 pStart + pHalfStepWidth,
195 ADest.Rectangle(pStart, lDrawingBottom + 1, pStart + 10, lDrawingBottom + 6);
197 ADest.RecTangle(pStart, lDrawingBottom + 2, pStart + 10, lDrawingBottom + 7);
199 ADest.RecTangle(pStart, lDrawingBottom, pStart + 10, lDrawingBottom + 2);
201 pStart := pStart + pStepWidth;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/
H A Dcustomdrawn_extra1.pas126 pStart, pEnd: integer; // for drawing the decorative bars
169 pStart := 10 - 1;
174 pStart + pHalfStepWidth,
195 ADest.Rectangle(pStart, lDrawingBottom + 1, pStart + 10, lDrawingBottom + 6);
197 ADest.RecTangle(pStart, lDrawingBottom + 2, pStart + 10, lDrawingBottom + 7);
199 ADest.RecTangle(pStart, lDrawingBottom, pStart + 10, lDrawingBottom + 2);
201 pStart := pStart + pStepWidth;
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DBlockRealMatrix.java219 final int pStart = iBlock * BLOCK_SIZE; in toBlocksLayout() local
221 final int iHeight = pEnd - pStart; in toBlocksLayout()
263 final int pStart = iBlock * BLOCK_SIZE; in createBlocksLayout() local
265 final int iHeight = pEnd - pStart; in createBlocksLayout()
605 for (int p = pStart; p < pEnd; ++p) { in getData()
1232 int l = p - pStart; in transpose()
1323 int p = pStart; in preMultiply()
1351 for (int p = pStart; p < pEnd; ++p) { in walkInRowOrder()
1375 for (int p = pStart; p < pEnd; ++p) { in walkInRowOrder()
1404 for (int p = pStart; p < pEnd; ++p) { in walkInRowOrder()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/
H A Dtoken.cpp76 char *pStart, *pSep, *szBuff, *ws1, *ws2, *last_nws; in Tokenize() local
106 pStart = szBuff; in Tokenize()
107 while ((pSep = strpbrk(pStart, m_szSeps)) != nullptr && *pSep != 0) in Tokenize()
110 m_tokVector.push_back(string(pStart)); // Save up to separator in Tokenize()
111 pStart = pSep + 1; // Start at char after sep. in Tokenize()
116 if (*pStart) in Tokenize()
117 m_tokVector.push_back(string(pStart)); // Save up to separator in Tokenize()
/dports/databases/grass7/grass-7.8.6/lib/vector/dglib/
H A Dsp-template.c253 clipInput.pnNodeFrom = pStart; \
296 clipInput.pnNodeFrom = pStart; \
448 pEdgeset = _DGL_OUTEDGESET(pgraph, pStart); in DGL_SP_DIJKSTRA_FUNC()
460 pEdgeset = _DGL_INEDGESET(pgraph, pStart); in DGL_SP_DIJKSTRA_FUNC()
504 findVisited.nKey = DGL_NODE_ID(pStart); in DGL_SP_DIJKSTRA_FUNC()
518 if (DGL_NODE_ID(pStart) == nDestination) { in DGL_SP_DIJKSTRA_FUNC()
533 if (DGL_NODE_ID(pStart) == nDestination) { in DGL_SP_DIJKSTRA_FUNC()
548 findPredist.nKey = DGL_NODE_ID(pStart); in DGL_SP_DIJKSTRA_FUNC()
567 pEdgeset = _DGL_OUTEDGESET(pgraph, pStart); in DGL_SP_DIJKSTRA_FUNC()
579 pEdgeset = _DGL_INEDGESET(pgraph, pStart); in DGL_SP_DIJKSTRA_FUNC()
[all …]

12345678910>>...85