Home
last modified time | relevance | path

Searched refs:nSubst (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Demfpstringformat.cxx137 static OUString DigitSubstitutionString(sal_uInt32 nSubst) in DigitSubstitutionString() argument
139 switch(nSubst) in DigitSubstitutionString()
150 assert(false && nSubst && "invalid string digit substitution value"); in DigitSubstitutionString()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmerge3.c469 char *string_subst(const char *zInput, int nSubst, const char **azSubst){ in string_subst() argument
480 for(j=0; j<nSubst; j+=2){ in string_subst()
488 if( j>=nSubst ){ in string_subst()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c591 int nSubst; /* Number of substitution cost entries */ member
843 sizeof(*apNew)*(pFrom->nSubst+1)); in editDist3FromStringNew()
846 apNew[pFrom->nSubst++] = p; in editDist3FromStringNew()
1000 for(k=0; k<f.a[i1].nSubst; k++){ in editDist3Core()
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c591 int nSubst; /* Number of substitution cost entries */ member
843 sizeof(*apNew)*(pFrom->nSubst+1)); in editDist3FromStringNew()
846 apNew[pFrom->nSubst++] = p; in editDist3FromStringNew()
980 for(k=0; k<f.a[i1].nSubst; k++){ in editDist3Core()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c597 int nSubst; /* Number of substitution cost entries */ member
936 sizeof(*apNew)*(pFrom->nSubst+1)); in editDist3FromStringNew()
939 apNew[pFrom->nSubst++] = p; in editDist3FromStringNew()
1091 for(k=0; k<f.a[i1].nSubst; k++){ in editDist3Core()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c597 int nSubst; /* Number of substitution cost entries */ member
936 sizeof(*apNew)*(pFrom->nSubst+1)); in editDist3FromStringNew()
939 apNew[pFrom->nSubst++] = p; in editDist3FromStringNew()
1091 for(k=0; k<f.a[i1].nSubst; k++){ in editDist3Core()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c597 int nSubst; /* Number of substitution cost entries */ member
936 sizeof(*apNew)*(pFrom->nSubst+1)); in editDist3FromStringNew()
939 apNew[pFrom->nSubst++] = p; in editDist3FromStringNew()
1091 for(k=0; k<f.a[i1].nSubst; k++){ in editDist3Core()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dreaddwarf3.c4067 Word m, n, i, nDel, nSubst, nThresh; in dedup_types() local
4086 nSubst = dedup_types_substitution_pass ( ents, ents_cache ); in dedup_types()
4087 vg_assert(nDel >= 0 && nSubst >= 0); in dedup_types()
4088 TRACE_D3(" %ld deletions, %ld substitutions\n", nDel, nSubst); in dedup_types()
4089 } while (nDel > nThresh || nSubst > nThresh); in dedup_types()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dreaddwarf3.c4067 Word m, n, i, nDel, nSubst, nThresh; in dedup_types() local
4086 nSubst = dedup_types_substitution_pass ( ents, ents_cache ); in dedup_types()
4087 vg_assert(nDel >= 0 && nSubst >= 0); in dedup_types()
4088 TRACE_D3(" %ld deletions, %ld substitutions\n", nDel, nSubst); in dedup_types()
4089 } while (nDel > nThresh || nSubst > nThresh); in dedup_types()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectMolecule.cpp8113 int nAtom, nBond, nSubst, nFeat, nSet; in ObjectMoleculeMOL2Str2CoordSet() local
8165 if(sscanf(cc, "%d", &nSubst) != 1) { in ObjectMoleculeMOL2Str2CoordSet()
8166 nSubst = 0; in ObjectMoleculeMOL2Str2CoordSet()
8251 if (nSubst == 0) { in ObjectMoleculeMOL2Str2CoordSet()
8466 for(a = 0; a < nSubst; a++) { in ObjectMoleculeMOL2Str2CoordSet()