Home
last modified time | relevance | path

Searched refs:nTotalLength (Results 1 – 15 of 15) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_cd.c137 UINT nTotalLength = 0; in CD_TotalTime() local
142 nTotalLength += m_nTracks[nTrack].Length; in CD_TotalTime()
144 return nTotalLength; in CD_TotalTime()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dgn/
H A Ddgnwrite.cpp1728 int nTotalLength = 5; in DGNCreateComplexHeaderFromGroup() local
1751 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateComplexHeaderFromGroup()
1782 psCH = DGNCreateComplexHeaderElem( hDGN, nType, nTotalLength, nNumElems ); in DGNCreateComplexHeaderFromGroup()
1908 int nTotalLength = 6; in DGNCreateSolidHeaderFromGroup() local
1931 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateSolidHeaderFromGroup()
1963 nTotalLength, nNumElems ); in DGNCreateSolidHeaderFromGroup()
2190 int nTotalLength; in DGNCreateCellHeaderFromGroup() local
2207 nTotalLength = 27; in DGNCreateCellHeaderFromGroup()
2209 nTotalLength = 43; in DGNCreateCellHeaderFromGroup()
2221 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateCellHeaderFromGroup()
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/lib/proto/
H A DKinputClient.c510 register int nTotalLength, nLength ; in kinputClient_getAttributeFromPropertySub() local
521nTotalLength = kinputClient_getAttributeFromPropertySub2 (pClient, atProperty, atConversionAttribu… in kinputClient_getAttributeFromPropertySub()
522 if (nTotalLength <= 0) in kinputClient_getAttributeFromPropertySub()
526 while (nTotalLength > 0) { in kinputClient_getAttributeFromPropertySub()
531 nTotalLength -= nLength ; in kinputClient_getAttributeFromPropertySub()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Ddgnwrite.cpp1714 int nTotalLength = 5; in DGNCreateComplexHeaderFromGroup() local
1721 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateComplexHeaderFromGroup()
1756 DGNCreateComplexHeaderElem( hDGN, nType, nTotalLength, nNumElems ); in DGNCreateComplexHeaderFromGroup()
1892 int nTotalLength = 6; in DGNCreateSolidHeaderFromGroup() local
1898 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateSolidHeaderFromGroup()
1933 nTotalLength, nNumElems ); in DGNCreateSolidHeaderFromGroup()
2201 int nTotalLength = psInfo->dimension == 2 ? 27 : 43; in DGNCreateCellHeaderFromGroup() local
2209 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateCellHeaderFromGroup()
2269 DGNCreateCellHeaderElem( hDGN, nTotalLength, pszName, in DGNCreateCellHeaderFromGroup()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Ddgnwrite.cpp1714 int nTotalLength = 5;
1721 nTotalLength += papsElems[i]->raw_bytes / 2;
1756 DGNCreateComplexHeaderElem( hDGN, nType, nTotalLength, nNumElems );
1892 int nTotalLength = 6;
1898 nTotalLength += papsElems[i]->raw_bytes / 2;
1933 nTotalLength, nNumElems );
2201 int nTotalLength = psInfo->dimension == 2 ? 27 : 43;
2209 nTotalLength += papsElems[i]->raw_bytes / 2;
2269 DGNCreateCellHeaderElem( hDGN, nTotalLength, pszName,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Ddgnwrite.cpp1714 int nTotalLength = 5; in DGNCreateComplexHeaderFromGroup() local
1721 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateComplexHeaderFromGroup()
1756 DGNCreateComplexHeaderElem( hDGN, nType, nTotalLength, nNumElems ); in DGNCreateComplexHeaderFromGroup()
1892 int nTotalLength = 6; in DGNCreateSolidHeaderFromGroup() local
1898 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateSolidHeaderFromGroup()
1933 nTotalLength, nNumElems ); in DGNCreateSolidHeaderFromGroup()
2201 int nTotalLength = psInfo->dimension == 2 ? 27 : 43; in DGNCreateCellHeaderFromGroup() local
2209 nTotalLength += papsElems[i]->raw_bytes / 2; in DGNCreateCellHeaderFromGroup()
2269 DGNCreateCellHeaderElem( hDGN, nTotalLength, pszName, in DGNCreateCellHeaderFromGroup()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/blast/format/
H A Dblastfmtutil.hpp84 Uint8 nTotalLength,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/algo/blast/format/
H A Dblastfmtutil.hpp84 Uint8 nTotalLength,
/dports/games/openlierox/OpenLieroX/src/common/
H A DCWorm_AI.cpp2664 if( nTotalLength < divisions) in traceLine()
2665 divisions = nTotalLength; in traceLine()
2674 for(i=0; i<nTotalLength; i+=divisions) { in traceLine()
2687 return nTotalLength; in traceLine()
2844 if( nTotalLength < divisions) in traceWeaponLine()
2845 divisions = nTotalLength; in traceWeaponLine()
2871 for(i=0; i<nTotalLength; i+=divs) { in traceWeaponLine()
2879 if(nTotalLength != 0) in traceWeaponLine()
2890 if(nTotalLength != 0) in traceWeaponLine()
2903 if(nTotalLength != 0) in traceWeaponLine()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/format/
H A Dblastfmtutil.cpp127 Uint8 nTotalLength, in PrintDbInformation() argument
139 …(nNumSeqs,NStr::fWithCommas) << " sequences; " << NStr::UInt8ToString(nTotalLength,NStr::fWithComm… in PrintDbInformation()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/format/
H A Dblastfmtutil.cpp127 Uint8 nTotalLength, in PrintDbInformation() argument
139 …(nNumSeqs,NStr::fWithCommas) << " sequences; " << NStr::UInt8ToString(nTotalLength,NStr::fWithComm… in PrintDbInformation()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/
H A Dcfde_txtedtengine.cpp359 int32_t nTotalLength = GetTextBufLength(); in Insert() local
363 nTotalLength -= lpSelRange->nCount; in Insert()
365 int32_t nExpectLength = nTotalLength + nLength; in Insert()
366 if (nTotalLength == m_nLimit) { in Insert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_contentlayoutprocessor.cpp1921 int32_t nTotalLength = 0; in CalculateRowChildPosition() local
1925 nTotalLength++; in CalculateRowChildPosition()
1930 if (!nTotalLength) { in CalculateRowChildPosition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_contentlayoutprocessor.cpp1887 int32_t nTotalLength = 0; in CalculateRowChildPosition() local
1891 nTotalLength++; in CalculateRowChildPosition()
1896 if (!nTotalLength) { in CalculateRowChildPosition()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.cpp2730 int32_t nTotalLength = 0; in CalculateRowChildPosition() local
2734 nTotalLength++; in CalculateRowChildPosition()
2741 if (!nTotalLength) { in CalculateRowChildPosition()