Home
last modified time | relevance | path

Searched refs:nbplane_alloc (Results 1 – 2 of 2) sorted by relevance

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DDRAWxtlViewUI.h286 int nbplane_alloc; // number of least-squares planes allocated variable
H A DDRAWxtl2.cxx164 if (drvui->nbplane >= drvui->nbplane_alloc) { in check_dynamic_storage()
167 (drvui->nbplane_alloc + in check_dynamic_storage()
173 drvui->nbplane_alloc += 20; in check_dynamic_storage()
1662 drvui->nbplane_alloc = 20; in init_dynamic_storage()