Home
last modified time | relevance | path

Searched defs:nNewSize (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dvector.h1606 const size_type nNewSize = nGrowSize > (nPrevSize + n) ? nGrowSize : (nPrevSize + n); in EA_RESTORE_ALL_VC_WARNINGS() local
1679 const size_type nNewSize = nGrowSize > (nPrevSize + n) ? nGrowSize : (nPrevSize + n); in EA_RESTORE_ALL_VC_WARNINGS() local
1754 const size_type nNewSize = eastl::max(nGrowSize, nPrevSize + n); in EA_RESTORE_ALL_VC_WARNINGS() local
1797 const size_type nNewSize = eastl::max(nGrowSize, nPrevSize + n); in EA_RESTORE_ALL_VC_WARNINGS() local
1868 const size_type nNewSize = GetNewCapacity(nPrevSize); in EA_RESTORE_ALL_VC_WARNINGS() local
1911 const size_type nNewSize = GetNewCapacity(nPrevSize); in EA_RESTORE_ALL_VC_WARNINGS() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dslider.hxx91 void SetLineSize( tools::Long nNewSize ) { mnLineSize = nNewSize; } in SetLineSize()
93 void SetPageSize( tools::Long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize()
/dports/deskutils/akregator/akregator-21.12.3/plugins/mk4storage/metakit/src/
H A Duniv.inl47 d4_inline void c4_PtrArray::SetSize(int nNewSize, int) argument
88 d4_inline void c4_DWordArray::SetSize(int nNewSize, int) argument
H A Duniv.cpp78 void c4_BaseArray::SetLength(int nNewSize) in SetLength()
184 void c4_StringArray::SetSize(int nNewSize, int) in SetSize() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DInternalData.cxx293 sal_Int32 nNewSize( nNewColumnCount*nNewRowCount ); in enlargeData() local
323 sal_Int32 nNewSize( nNewColumnCount * m_nRowCount ); in insertColumn() local
380 sal_Int32 nNewSize( m_nColumnCount * nNewRowCount ); in insertRow() local
417 sal_Int32 nNewSize( nNewColumnCount * m_nRowCount ); in deleteColumn() local
451 sal_Int32 nNewSize( m_nColumnCount * nNewRowCount ); in deleteRow() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DInternalData.cxx294 sal_Int32 nNewSize( nNewColumnCount*nNewRowCount ); in enlargeData() local
324 sal_Int32 nNewSize( nNewColumnCount * m_nRowCount ); in insertColumn() local
381 sal_Int32 nNewSize( m_nColumnCount * nNewRowCount ); in insertRow() local
418 sal_Int32 nNewSize( nNewColumnCount * m_nRowCount ); in deleteColumn() local
452 sal_Int32 nNewSize( m_nColumnCount * nNewRowCount ); in deleteRow() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dslider.hxx102 void SetLineSize( long nNewSize ) { mnLineSize = nNewSize; } in SetLineSize()
104 void SetPageSize( long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize()
H A Dscrbar.hxx123 void SetLineSize( long nNewSize ) { mnLineSize = nNewSize; } in SetLineSize()
125 void SetPageSize( long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dscrbar.hxx123 void SetLineSize( tools::Long nNewSize ) { mnLineSize = nNewSize; } in SetLineSize()
125 void SetPageSize( tools::Long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sdts/
H A Dsdtsindexedreader.cpp206 int nNewSize = (int) (iRecordId * 1.25 + 100); in FillIndex() local
/dports/graphics/py-gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtsindexedreader.cpp205 const int nNewSize = static_cast<int>(iRecordId * 1.25 + 100); in FillIndex() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/sdts/
H A Dsdtsindexedreader.cpp205 const int nNewSize = static_cast<int>(iRecordId * 1.25 + 100); in FillIndex() local
/dports/graphics/gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtsindexedreader.cpp205 const int nNewSize = static_cast<int>(iRecordId * 1.25 + 100); in FillIndex() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_esri_e00/e00compr/
H A Dcpl_conv.c107 void * CPLRealloc( void * pData, size_t nNewSize ) in CPLRealloc()
/dports/devel/e00compr/e00compr-1.0.1/
H A Dcpl_conv.c92 void * CPLRealloc( void * pData, size_t nNewSize ) in CPLRealloc()
/dports/devel/avce00/avce00-2.0.0/
H A Dcpl_conv.c156 void * CPLRealloc( void * pData, size_t nNewSize ) in CPLRealloc()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_http.cpp52 int nNewSize; in CPLWriteFct() local
/dports/net-p2p/dclib/dclib-0.3.23/dclib/core/
H A Dcbytearray.cpp56 void CByteArray::SetSize( unsigned long nNewSize ) in SetSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/inc/
H A Ditems_helper.hxx116 const size_t nNewSize = 2 * aRangesTable.size() + 1; in MergeRange() local
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dfx_basic_array.cpp21 bool CFX_BasicArray::SetSize(int nNewSize) { in SetSize()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_basic_array.cpp21 FX_BOOL CFX_BasicArray::SetSize(int nNewSize) { in SetSize()
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/lib/
H A Depson-escpr-mem.h120 #define EPS_MEM_GROW(t, p, pCurSize, nNewSize) \ argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/igif/
H A Ddecode.cxx81 sal_uLong nNewSize = nTargetSize << 1; in DecompressBlock() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/igif/
H A Ddecode.cxx81 sal_uLong nNewSize = nTargetSize << 1; in DecompressBlock() local
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalrasterblock.cpp59 void CPL_STDCALL GDALSetCacheMax( int nNewSize ) in GDALSetCacheMax()

12345678910>>...12