Home
last modified time | relevance | path

Searched defs:nOut (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbetrace.c138 int nOut; /* Number of bytes of the string text to include in output */ in sqlite3VdbeExpandSql() local
171 int nOut; /* Number of bytes of the blob to include in output */ in sqlite3VdbeExpandSql() local
H A Dtest_hexio.c158 int nIn, nOut, written; in hexio_write() local
206 int nIn, nOut; in hexio_get_int() local
304 int nOut; in utf8_to_utf8() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbetrace.c138 int nOut; /* Number of bytes of the string text to include in output */ in sqlite3VdbeExpandSql() local
171 int nOut; /* Number of bytes of the blob to include in output */ in sqlite3VdbeExpandSql() local
H A Dtest_hexio.c158 int nIn, nOut, written; in hexio_write() local
206 int nIn, nOut; in hexio_get_int() local
304 int nOut; in utf8_to_utf8() local
393 int nOut = 0; in make_fts3record() local
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbetrace.c138 int nOut; /* Number of bytes of the string text to include in output */ in sqlite3VdbeExpandSql() local
171 int nOut; /* Number of bytes of the blob to include in output */ in sqlite3VdbeExpandSql() local
H A Dtest_hexio.c158 int nIn, nOut, written; in hexio_write() local
206 int nIn, nOut; in hexio_get_int() local
304 int nOut; in utf8_to_utf8() local
393 int nOut = 0; in make_fts3record() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbetrace.c138 int nOut; /* Number of bytes of the string text to include in output */ in sqlite3VdbeExpandSql() local
171 int nOut; /* Number of bytes of the blob to include in output */ in sqlite3VdbeExpandSql() local
H A Dtest_hexio.c158 int nIn, nOut, written; in hexio_write() local
206 int nIn, nOut; in hexio_get_int() local
304 int nOut; in utf8_to_utf8() local
393 int nOut = 0; in make_fts3record() local
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dcompress.c54 unsigned long int nOut; in compressFunc() local
90 unsigned long int nOut; in uncompressFunc() local
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dcompress.c39 unsigned long int nOut; in compressFunc() local
75 unsigned long int nOut; in uncompressFunc() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dcompress.c54 unsigned long int nOut; in compressFunc() local
90 unsigned long int nOut; in uncompressFunc() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dcompress.c54 unsigned long int nOut; in compressFunc() local
90 unsigned long int nOut; in uncompressFunc() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DOperator.scala165 val nOut = this.listOutputs().length constant
207 val nOut = this.listOutputs().length constant
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DOperator.scala165 val nOut = this.listOutputs().length constant
207 val nOut = this.listOutputs().length constant
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/
H A Dprint_stdin.c10 size_t nOut; in main() local
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/
H A Dprint_stdin.c10 size_t nOut; in main() local
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/
H A Dprint_stdin.c10 size_t nOut; in main() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/src/c/
H A Dconv2.c23 …R, double *C, int mC, double *A, int mA, int nA, double *Out, int mOut, int nOut, int edgM, int ed… in conv2_separable_R()
51 … *Ar, double *Ai, int mA, int nA, double *Outr, double *Outi, int mOut, int nOut, int edgM, int ed… in conv2_separable_C()
116 void conv2_R(double *A, int mA, int nA, double *B, int mB, int nB, double *Out, int mOut, int nOut,… in conv2_R()
166 … *Br, double *Bi, int mB, int nB, double *Outr, double *Outi, int mOut, int nOut, int edgM, int ed… in conv2_C()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest_util.c115 void testPrngArray(unsigned int iVal, unsigned int *aOut, int nOut){ in testPrngArray()
122 void testPrngString(unsigned int iVal, char *aOut, int nOut){ in testPrngString()
185 int nOut = 0; in testArgSelectX() local
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest_util.c115 void testPrngArray(unsigned int iVal, unsigned int *aOut, int nOut){ in testPrngArray()
122 void testPrngString(unsigned int iVal, char *aOut, int nOut){ in testPrngString()
185 int nOut = 0; in testArgSelectX() local
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest_util.c115 void testPrngArray(unsigned int iVal, unsigned int *aOut, int nOut){ in testPrngArray()
122 void testPrngString(unsigned int iVal, char *aOut, int nOut){ in testPrngString()
185 int nOut = 0; in testArgSelectX() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest_util.c115 void testPrngArray(unsigned int iVal, unsigned int *aOut, int nOut){ in testPrngArray()
122 void testPrngString(unsigned int iVal, char *aOut, int nOut){ in testPrngString()
185 int nOut = 0; in testArgSelectX() local
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_hexio.c154 int nIn, nOut, written; in hexio_write() local
202 int nIn, nOut; in hexio_get_int() local
300 int nOut; in utf8_to_utf8() local
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestCustomMobilizedBodies.cpp144 …void multiplyByN(const State& s, bool transposeMatrix, int nIn, const Real* in, int nOut, Real* ou… in multiplyByN()
164 …void multiplyByNInv(const State& s, bool transposeMatrix, int nIn, const Real* in, int nOut, Real*… in multiplyByNInv()
184 …void multiplyByNDot(const State& s, bool transposeMatrix, int nIn, const Real* in, int nOut, Real*… in multiplyByNDot()
256 …void multiplyByN(const State& s, bool transposeMatrix, int nIn, const Real* in, int nOut, Real* ou… in multiplyByN()
277 …void multiplyByNInv(const State& s, bool transposeMatrix, int nIn, const Real* in, int nOut, Real*… in multiplyByNInv()
298 …void multiplyByNDot(const State& s, bool transposeMatrix, int nIn, const Real* in, int nOut, Real*… in multiplyByNDot()
/dports/games/gnubg/gnubg-1.06.002/
H A Dosr.c562 …r(unsigned int anBoard[25], const unsigned int iGame, const unsigned int nGames, unsigned int nOut) in osr()
602 rollOSR(const unsigned int nGames, const unsigned int anBoard[25], const unsigned int nOut, in rollOSR()
688 unsigned int nTotal, nOut; in osp() local

12345678910>>...23