Home
last modified time | relevance | path

Searched refs:nDepth_ (Results 1 – 19 of 19) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dsalvd.h44 sal_uInt16 nDepth_; variable
63 sal_uInt16 GetDepth() const { return nDepth_; } in GetDepth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dsalvd.h44 sal_uInt16 nDepth_; variable
63 sal_uInt16 GetDepth() const { return nDepth_; } in GetDepth()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/kml/
H A Dkml.cpp42 nDepth_ = 0; in KML()
219 if (poKML->nDepth_ == 1024) in startElement()
223 poKML->nDepth_ ); in startElement()
230 poMynew->setLevel(poKML->nDepth_); in startElement()
246 poKML->nDepth_++; in startElement()
347 poKML->nDepth_--; in endElement()
H A Dkml.h109 unsigned int nDepth_;
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/kml/
H A Dkml.cpp50 nDepth_(0), in KML()
252 if (poKML->nDepth_ == 1024) in startElement()
256 poKML->nDepth_ ); in startElement()
263 poMynew->setLevel(poKML->nDepth_); in startElement()
279 poKML->nDepth_++; in startElement()
399 poKML->nDepth_--; in endElement()
H A Dkml.h104 unsigned int nDepth_;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/kml/
H A Dkml.cpp50 nDepth_(0), in KML()
252 if (poKML->nDepth_ == 1024) in startElement()
256 poKML->nDepth_ ); in startElement()
263 poMynew->setLevel(poKML->nDepth_); in startElement()
279 poKML->nDepth_++; in startElement()
399 poKML->nDepth_--; in endElement()
H A Dkml.h104 unsigned int nDepth_;
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/kml/
H A Dkml.cpp50 nDepth_(0), in KML()
252 if (poKML->nDepth_ == 1024) in startElement()
256 poKML->nDepth_ ); in startElement()
263 poMynew->setLevel(poKML->nDepth_); in startElement()
279 poKML->nDepth_++; in startElement()
399 poKML->nDepth_--; in endElement()
H A Dkml.h104 unsigned int nDepth_;
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpNode.cpp725 nDepth_(-1), in ClpNodeStuff()
766 nDepth_(rhs.nDepth_), in ClpNodeStuff()
812 nDepth_ = rhs.nDepth_; in operator =()
850 nDepth_ = -1; in zap()
888 if (nDepth_ != -1) { in maximumNodes()
890 n = (1 << nDepth_); in maximumNodes()
891 else if (nDepth_) in maximumNodes()
894 assert (n == maximumNodes_ - (1 + nDepth_) || n == 0); in maximumNodes()
896 if (nDepth_ != -1) { in maximumNodes()
897 n = maximumNodes_ - (1 + nDepth_); in maximumNodes()
H A DClpSimplex.cpp11136 if (depth >= info->nDepth_) { in fathomMany()
11165 if (depth >= info->nDepth_) { in fathomMany()
11177 if (depth < info->nDepth_ && !stopAtOnce) { in fathomMany()
11247 if (depth == info->nDepth_ || stopAtOnce) { in fathomMany()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpNode.cpp701 , nDepth_(-1) in ClpNodeStuff()
743 , nDepth_(rhs.nDepth_) in ClpNodeStuff()
789 nDepth_ = rhs.nDepth_; in operator =()
826 nDepth_ = -1; in zap()
863 if (nDepth_ != -1) { in maximumNodes()
865 n = (1 << nDepth_); in maximumNodes()
866 else if (nDepth_) in maximumNodes()
869 assert (n == maximumNodes_ - (1 + nDepth_) || n == 0); in maximumNodes()
871 if (nDepth_ != -1) { in maximumNodes()
872 n = maximumNodes_ - (1 + nDepth_); in maximumNodes()
H A DClpNode.hpp282 int nDepth_; member in ClpNodeStuff
H A DClpSimplex.cpp11967 if (depth >= info->nDepth_) { in fathomMany()
11995 if (depth >= info->nDepth_) { in fathomMany()
12007 if (depth < info->nDepth_ && !stopAtOnce) { in fathomMany()
12076 if (depth == info->nDepth_ || stopAtOnce) { in fathomMany()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/gdi/
H A Dsalvd.cxx101 nDepth_ = nBitCount; in X11SalVirtualDevice()
194 nDX, nDY, nDepth_ ); in SetSize()
202 1, 1, nDepth_ ); in SetSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/gdi/
H A Dsalvd.cxx108 nDepth_ = nBitCount; in X11SalVirtualDevice()
198 nDX, nDY, nDepth_ ); in SetSize()
206 1, 1, nDepth_ ); in SetSize()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcGeneralDepth.cpp70 info->nDepth_ = maximumDepth_; in CbcGeneralDepth()
72 info->nDepth_ = -maximumDepth_; in CbcGeneralDepth()
98 info->nDepth_ = maximumDepth_; in CbcGeneralDepth()
100 info->nDepth_ = -maximumDepth_; in CbcGeneralDepth()
/dports/math/ogdf/OGDF/include/coin/
H A DClpNode.hpp271 int nDepth_; member in ClpNodeStuff