Home
last modified time | relevance | path

Searched refs:nStepSize (Results 1 – 21 of 21) sorted by relevance

/dports/math/stp/stp-2.3.3/lib/extlib-abc/aig/aig/
H A DaigPart.c49 int nStepSize; // the step size in saving memory (~64 bytes) member
65 …inline int Part_SizeType( int nSize, int nStepSize ) { return nSize / nStepSize + ((nSize %… in Part_SizeType() argument
84 Part_Man_t * Part_ManStart( int nChunkSize, int nStepSize ) in Part_ManStart() argument
90 p->nStepSize = nStepSize; in Part_ManStart()
134 Type = Part_SizeType( nSize, p->nStepSize ); in Part_ManFetch()
141 nSizeReal = p->nStepSize * Type; in Part_ManFetch()
169 Type = Part_SizeType( nSize, p->nStepSize ); in Part_ManRecycle()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcPart.c36 int nStepSize; // the step size in saving memory (~64 bytes) member
52 …inline int Supp_SizeType( int nSize, int nStepSize ) { return nSize / nStepSize + ((nSize %… in Supp_SizeType() argument
71 Supp_Man_t * Supp_ManStart( int nChunkSize, int nStepSize ) in Supp_ManStart() argument
77 p->nStepSize = nStepSize; in Supp_ManStart()
121 Type = Supp_SizeType( nSize, p->nStepSize ); in Supp_ManFetch()
128 nSizeReal = p->nStepSize * Type; in Supp_ManFetch()
156 Type = Supp_SizeType( nSize, p->nStepSize ); in Supp_ManRecycle()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/examples/
H A Dwifi-bianchi.cc1069 uint32_t nStepSize = 5; ///< Number of stations to add at each step in main() local
1112 cmd.AddValue ("nStepSize", "Number of stations to add at each step", nStepSize); in main()
1182 …Str.str () << "-min-" << nMinStas << "-max-" << nMaxStas << "-step-" << nStepSize << "-throughput.… in main()
1185 …Str.str () << "-min-" << nMinStas << "-max-" << nMaxStas << "-step-" << nStepSize << "-throughput.… in main()
1298 for (uint32_t n = nMinStas; n <= nMaxStas; n += nStepSize) in main()
1432 for (uint32_t i = nMinStas; i <= nMaxStas; i += nStepSize) in main()
1445 for (uint32_t i = nMinStas; i <= nMaxStas; i += nStepSize) in main()
1454 for (uint32_t i = nMinStas; i <= nMaxStas; i += nStepSize) in main()
1467 for (uint32_t i = nMinStas; i <= nMaxStas; i += nStepSize) in main()
1483 << "set xtics " << nStepSize << "\n" in main()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/aig/
H A DaigPart.c36 int nStepSize; // the step size in saving memory (~64 bytes) member
52 …inline int Part_SizeType( int nSize, int nStepSize ) { return nSize / nStepSize + ((nSize %… in Part_SizeType() argument
71 Part_Man_t * Part_ManStart( int nChunkSize, int nStepSize ) in Part_ManStart() argument
77 p->nStepSize = nStepSize; in Part_ManStart()
121 Type = Part_SizeType( nSize, p->nStepSize ); in Part_ManFetch()
128 nSizeReal = p->nStepSize * Type; in Part_ManFetch()
156 Type = Part_SizeType( nSize, p->nStepSize ); in Part_ManRecycle()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_srsnode.cpp751 int nStepSize, int bChildOfHit ) in applyRemapper() argument
761 for( i = 0; papszSrcValues[i] != NULL; i += nStepSize ) in applyRemapper()
783 papszDstValues, nStepSize, bChildOfHit ); in applyRemapper()
H A Dogr_spatialref.h105 int nStepSize = 1,
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_srsnode.cpp779 int nStepSize, int bChildOfHit ) in applyRemapper() argument
789 for( i = 0; papszSrcValues[i] != NULL; i += nStepSize ) in applyRemapper()
812 papszDstValues, nStepSize, bChildOfHit ); in applyRemapper()
H A Dogr_spatialref.h107 int nStepSize = 1,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsplit.hxx96 void SetKeyboardStepSize( long nStepSize );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsplit.hxx96 void SetKeyboardStepSize( tools::Long nStepSize );
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/selafin/
H A Dio_selafin.h42 long nStepSize; //!< Size (in bytes) of one feature in the file variable
H A Dio_selafin.cpp89 nStepSize=12+nVar*(nPoints+2)*4; in setUpdated()
94 long b=nStep*nStepSize; in getPosition()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/selafin/
H A Dio_selafin.h41 int nStepSize; //!< Size (in bytes) of one feature in the file variable
H A Dio_selafin.cpp68 nStepSize(0), in Header()
119 nStepSize=12+nVar*(nPoints+2)*4; in setUpdated()
124 int b=nStep*nStepSize; in getPosition()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/selafin/
H A Dio_selafin.h41 int nStepSize; //!< Size (in bytes) of one feature in the file variable
H A Dio_selafin.cpp68 nStepSize(0), in Header()
119 nStepSize=12+nVar*(nPoints+2)*4; in setUpdated()
124 int b=nStep*nStepSize; in getPosition()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/selafin/
H A Dio_selafin.h41 int nStepSize; //!< Size (in bytes) of one feature in the file variable
H A Dio_selafin.cpp68 nStepSize(0), in Header()
119 nStepSize=12+nVar*(nPoints+2)*4; in setUpdated()
124 int b=nStep*nStepSize; in getPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dsplit.cxx172 void Splitter::SetKeyboardStepSize( long nStepSize ) in SetKeyboardStepSize() argument
174 mnKeyboardStepSize = nStepSize; in SetKeyboardStepSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dsplit.cxx172 void Splitter::SetKeyboardStepSize( tools::Long nStepSize ) in SetKeyboardStepSize() argument
174 mnKeyboardStepSize = nStepSize; in SetKeyboardStepSize()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dogr_spatialref.h159 int nStepSize = 1,