Home
last modified time | relevance | path

Searched refs:pSpace (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/momhlib/MOMHLib/MO/
H A Dtbnode.cpp56 char *pSpace = NULL; in Save() local
58 pSpace = new char [iSpace + 1]; in Save()
61 pSpace[i] = ' '; in Save()
64 oStream << pSpace << "<BNODE "; in Save()
79 oStream << pSpace << "<ONE>\n"; in Save()
81 oStream << pSpace << "</ONE>\n"; in Save()
87 oStream << pSpace << "<ZERO>\n"; in Save()
89 oStream << pSpace << "</ZERO>\n"; in Save()
102 if (pSpace != NULL) { in Save()
103 delete pSpace; in Save()
[all …]
H A Dtquadnode.cpp65 char *pSpace = NULL; in Save() local
67 pSpace = new char [iSpace + 1]; in Save()
68 memset(pSpace, 0, (iSpace + 1) * sizeof(char)); in Save()
70 pSpace[i] = ' '; in Save()
73 oStream << pSpace << "<QUADNODE "; in Save()
84 oStream << pSpace << "</QUADNODE>\n"; in Save()
88 if (pSpace != NULL) { in Save()
89 delete pSpace; in Save()
90 pSpace = NULL; in Save()
H A Dtbtree.cpp366 char *pSpace = NULL; in Save() local
368 pSpace = new char [iSpace + 1]; in Save()
369 memset(pSpace, 0, (iSpace + 1) * sizeof(char)); in Save()
371 pSpace[i] = ' '; in Save()
374 oStream << pSpace << "<BTREE>\n"; in Save()
376 oStream << pSpace << "</BTREE>\n"; in Save()
378 if (pSpace != NULL) { in Save()
379 delete pSpace; in Save()
380 pSpace = NULL; in Save()
H A Dtquadtree.cpp613 char *pSpace = NULL; in Save() local
615 pSpace = new char [iSpace + 1]; in Save()
616 memset(pSpace, 0, (iSpace + 1) * sizeof(char)); in Save()
618 pSpace[i] = ' '; in Save()
622 oStream << pSpace << "<BTREE>\n"; in Save()
624 oStream << pSpace << "</BTREE>\n"; in Save()
627 if (pSpace != NULL) { in Save()
628 delete pSpace; in Save()
629 pSpace = NULL; in Save()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kDbg/
H A DkDbgSpace.cpp185 PKDBGSPACE pSpace = (PKDBGSPACE)kHlpAlloc(sizeof(*pSpace)); in kDbgSpaceCreate() local
186 if (!pSpace) in kDbgSpaceCreate()
188 pSpace->u32Magic = KDBGSPACE_MAGIC; in kDbgSpaceCreate()
189 pSpace->uUser = uUser; in kDbgSpaceCreate()
190 pSpace->pszName = pszName; in kDbgSpaceCreate()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/
H A Dlsm_vtab.c389 pSpace = sqlite3_malloc( nVal+1 ); in lsm1EncodeKey()
390 if( pSpace==0 ) return SQLITE_NOMEM; in lsm1EncodeKey()
392 pSpace[0] = (unsigned char)eType; in lsm1EncodeKey()
393 memcpy(&pSpace[1], pVal, nVal); in lsm1EncodeKey()
394 *ppKey = pSpace; in lsm1EncodeKey()
409 pSpace[0] = (unsigned char)eType; in lsm1EncodeKey()
410 *ppKey = pSpace; in lsm1EncodeKey()
411 *pnKey = 1 + lsm1PutVarint64(&pSpace[1], uVal); in lsm1EncodeKey()
627 unsigned char pSpace[100]; in lsm1Update() local
652 pSpace,sizeof(pSpace)); in lsm1Update()
[all …]
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dmemmgr.cpp504 PermanentMemSpace *pSpace = *i; in PromoteExportSpaces() local
505 if (pSpace->hierarchy < hierarchy) in PromoteExportSpaces()
512 RemoveTree(pSpace); in PromoteExportSpaces()
514 if (pSpace->isCode) in PromoteExportSpaces()
519 …CodeSpace *space = new CodeSpace(pSpace->bottom, pSpace->shadowSpace, pSpace->spaceSize(), &osCode… in PromoteExportSpaces()
565 space->top = pSpace->top; in PromoteExportSpaces()
569 space->fullGCLowerLimit = pSpace->bottom; in PromoteExportSpaces()
570 space->isMutable = pSpace->isMutable; in PromoteExportSpaces()
581 pSpace, pSpace->isMutable ? "im": "", space); in PromoteExportSpaces()
1305 PermanentMemSpace *pSpace = (PermanentMemSpace*)space; in FindCodeObject() local
[all …]
H A Dgc.cpp160 PermanentMemSpace *pSpace = *i; in doGC() local
161 pSpace->highestWeak = pSpace->bottom; in doGC()
162 pSpace->lowestWeak = pSpace->top; in doGC()
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dhttp_func.c45 char *pSpace; in get_url_content_ex() local
243 pSpace = strchr(*content, ' '); in get_url_content_ex()
244 if (pSpace == NULL || pSpace >= pContent) in get_url_content_ex()
254 *http_status = atoi(pSpace + 1); in get_url_content_ex()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_tokenize_vtab.c129 char *pSpace = (char *)&azDequote[argc]; in fts3tokDequoteArray() local
132 azDequote[i] = pSpace; in fts3tokDequoteArray()
133 memcpy(pSpace, argv[i], n+1); in fts3tokDequoteArray()
134 sqlite3Fts3Dequote(pSpace); in fts3tokDequoteArray()
135 pSpace += (n+1); in fts3tokDequoteArray()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_tokenize_vtab.c129 char *pSpace = (char *)&azDequote[argc]; in fts3tokDequoteArray() local
132 azDequote[i] = pSpace; in fts3tokDequoteArray()
133 memcpy(pSpace, argv[i], n+1); in fts3tokDequoteArray()
134 sqlite3Fts3Dequote(pSpace); in fts3tokDequoteArray()
135 pSpace += (n+1); in fts3tokDequoteArray()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenize_vtab.c129 char *pSpace = (char *)&azDequote[argc]; in fts3tokDequoteArray() local
132 azDequote[i] = pSpace; in fts3tokDequoteArray()
133 memcpy(pSpace, argv[i], n+1); in fts3tokDequoteArray()
134 sqlite3Fts3Dequote(pSpace); in fts3tokDequoteArray()
135 pSpace += (n+1); in fts3tokDequoteArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenize_vtab.c129 char *pSpace = (char *)&azDequote[argc]; in fts3tokDequoteArray() local
132 azDequote[i] = pSpace; in fts3tokDequoteArray()
133 memcpy(pSpace, argv[i], n+1); in fts3tokDequoteArray()
134 sqlite3Fts3Dequote(pSpace); in fts3tokDequoteArray()
135 pSpace += (n+1); in fts3tokDequoteArray()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Citeproc/
H A DLocator.hs37 optional pSpace
50 skipMany pSpace -- gobble pre-spaces so label doesn't try to include them
124 sp <- option "" (pSpace >> return " ")
181 ts <- many1 (notFollowedBy pSpace >>
210 pSpace :: LocatorParser Inline
211 pSpace = satisfyTok (\t -> isSpacey t || t == Str "\160") <?> "space" function
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Danalyze.c457 pSpace = (u8*)(&p->a[mxSample+nCol]); in statInit()
459 p->a[i].anEq = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
460 p->a[i].anLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
461 p->a[i].anDLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
463 assert( (pSpace - (u8*)p)==n ); in statInit()
1704 tRowcnt *pSpace; local
1732 pSpace = (tRowcnt*)&pIdx->aSample[nSample];
1733 pIdx->aAvgEq = pSpace; pSpace += nIdxCol;
1735 pIdx->aSample[i].anEq = pSpace; pSpace += nIdxCol;
1736 pIdx->aSample[i].anLt = pSpace; pSpace += nIdxCol;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Danalyze.c451 pSpace = (u8*)(&p->a[mxSample+nCol]); in statInit()
453 p->a[i].anEq = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
454 p->a[i].anLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
455 p->a[i].anDLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
457 assert( (pSpace - (u8*)p)==n ); in statInit()
1679 tRowcnt *pSpace; local
1703 pSpace = (tRowcnt*)&pIdx->aSample[nSample];
1704 pIdx->aAvgEq = pSpace; pSpace += nIdxCol;
1706 pIdx->aSample[i].anEq = pSpace; pSpace += nIdxCol;
1707 pIdx->aSample[i].anLt = pSpace; pSpace += nIdxCol;
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_test_tok.c144 char *pSpace = (char *)&azDequote[argc]; in fts5tokDequoteArray() local
147 azDequote[i] = pSpace; in fts5tokDequoteArray()
148 memcpy(pSpace, argv[i], n+1); in fts5tokDequoteArray()
149 fts5tokDequote(pSpace); in fts5tokDequoteArray()
150 pSpace += (n+1); in fts5tokDequoteArray()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_test_tok.c144 char *pSpace = (char *)&azDequote[argc]; in fts5tokDequoteArray() local
147 azDequote[i] = pSpace; in fts5tokDequoteArray()
148 memcpy(pSpace, argv[i], n+1); in fts5tokDequoteArray()
149 fts5tokDequote(pSpace); in fts5tokDequoteArray()
150 pSpace += (n+1); in fts5tokDequoteArray()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_test_tok.c144 char *pSpace = (char *)&azDequote[argc]; in fts5tokDequoteArray() local
147 azDequote[i] = pSpace; in fts5tokDequoteArray()
148 memcpy(pSpace, argv[i], n+1); in fts5tokDequoteArray()
149 fts5tokDequote(pSpace); in fts5tokDequoteArray()
150 pSpace += (n+1); in fts5tokDequoteArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_test_tok.c144 char *pSpace = (char *)&azDequote[argc]; in fts5tokDequoteArray() local
147 azDequote[i] = pSpace; in fts5tokDequoteArray()
148 memcpy(pSpace, argv[i], n+1); in fts5tokDequoteArray()
149 fts5tokDequote(pSpace); in fts5tokDequoteArray()
150 pSpace += (n+1); in fts5tokDequoteArray()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Citeproc/
H A DLocator.hs38 optional pSpace
59 skipMany pSpace -- gobble pre-spaces so label doesn't try to include them
133 sp <- option "" (pSpace >> return " ")
190 ts <- many1 (notFollowedBy pSpace >>
220 pSpace :: LocatorParser Inline
221 pSpace = satisfyTok (\t -> isSpacey t || t == Str "\160") <?> "space" function
/dports/games/pmars/pmars-0.9.2/src/
H A Dglobal.c98 ADDR_T far *pSpace[MAXWARRIOR]; variable
100 ADDR_T *pSpace[MAXWARRIOR]; variable
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dglobal.c102 ADDR_T far *pSpace[MAXWARRIOR]; variable
104 ADDR_T *pSpace[MAXWARRIOR]; variable
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Danalyze.c467 pSpace = (u8*)(&p->a[mxSample+nCol]); in statInit()
469 p->a[i].anEq = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
470 p->a[i].anLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
471 p->a[i].anDLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
473 assert( (pSpace - (u8*)p)==n ); in statInit()
1749 tRowcnt *pSpace; local
1773 pSpace = (tRowcnt*)&pIdx->aSample[nSample];
1774 pIdx->aAvgEq = pSpace; pSpace += nIdxCol;
1777 pIdx->aSample[i].anEq = pSpace; pSpace += nIdxCol;
1778 pIdx->aSample[i].anLt = pSpace; pSpace += nIdxCol;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Danalyze.c467 pSpace = (u8*)(&p->a[mxSample+nCol]); in statInit()
469 p->a[i].anEq = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
470 p->a[i].anLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
471 p->a[i].anDLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()
473 assert( (pSpace - (u8*)p)==n ); in statInit()
1749 tRowcnt *pSpace; local
1773 pSpace = (tRowcnt*)&pIdx->aSample[nSample];
1774 pIdx->aAvgEq = pSpace; pSpace += nIdxCol;
1777 pIdx->aSample[i].anEq = pSpace; pSpace += nIdxCol;
1778 pIdx->aSample[i].anLt = pSpace; pSpace += nIdxCol;
[all …]

1234567891011