Home
last modified time | relevance | path

Searched defs:nInput (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DScaledFirstOrderFilter.h15 __forceinline int Compress(const int nInput) in Compress()
22 __forceinline int Decompress(const int nInput) in Decompress()
H A DNNFilter.cpp44 int CNNFilter::Compress(int nInput) in Compress()
93 int CNNFilter::Decompress(int nInput) in Decompress()
/dports/graphics/netpbm/netpbm-10.91.01/other/
H A Dpamstack.c31 unsigned int nInput; member
100 openAllStreams(unsigned int const nInput, in openAllStreams()
114 unsigned int const nInput, in outputRaster()
153 processOneImageInAllStreams(unsigned int const nInput, in processOneImageInAllStreams()
208 nextImageAllStreams(unsigned int const nInput, in nextImageAllStreams()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DScaledFirstOrderFilter.h13 __inline int Compress(const int nInput) in Compress()
20 __inline int Decompress(const int nInput) in Decompress()
H A DNNFilter.cpp37 int CNNFilter::Compress(int nInput) in Compress()
76 int CNNFilter::Decompress(int nInput) in Decompress()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/test/
H A Dcoinselector_tests.cpp43 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
51 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
59 …allet, const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, bool spendabl… in add_coin()
88 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, … in add_coin()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/test/
H A Dcoinselector_tests.cpp43 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
51 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
59 …allet, const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, bool spendabl… in add_coin()
88 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, … in add_coin()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dcoinselector_tests.cpp40 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
48 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
56 …allet, const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, bool spendabl… in add_coin()
84 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, … in add_coin()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dcoinselector_tests.cpp40 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
48 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
56 …allet, const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, bool spendabl… in add_coin()
84 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, … in add_coin()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/test/
H A Dcoinselector_tests.cpp42 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
50 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
58 …allet, const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, bool spendabl… in add_coin()
88 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, … in add_coin()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dcoinselector_tests.cpp40 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
48 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
56 …allet, const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, bool spendabl… in add_coin()
84 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, … in add_coin()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/test/
H A Dcoinselector_tests.cpp43 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
51 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
59 …allet, const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, bool spendabl… in add_coin()
88 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0, … in add_coin()
/dports/devel/xelfviewer/XELFViewer-0.03/Controls/
H A Dhexvalidator.cpp40 QValidator::State HEXValidator::validate(QString &nInput, int &nPos) const in validate()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dgameinp.h52 UINT8 nInput; // The input to apply force feedback effects to member
61 UINT8 nInput[4]; // Which inputs are mapped member
91 UINT8 nInput; // PC side: see above member
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Dgameinp.h52 UINT8 nInput; // The input to apply force feedback effects to member
61 UINT8 nInput[4]; // Which inputs are mapped member
91 UINT8 nInput; // PC side: see above member
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/test/
H A Dcoinselector_tests.cpp40 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
48 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
56 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0) in add_coin()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/test/
H A Dcoinselector_tests.cpp40 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
48 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
56 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0) in add_coin()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/test/
H A Dcoinselector_tests.cpp40 static void add_coin(const CAmount& nValue, int nInput, std::vector<CInputCoin>& set) in add_coin()
48 static void add_coin(const CAmount& nValue, int nInput, CoinSet& set) in add_coin()
56 static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = false, int nInput=0) in add_coin()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DSoftmaxLossImpl.hpp27 int nInput, nOutput; member
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/src/segment/
H A DFileInput.cpp164 int nInput = *(int *)m_pbNext; in ReadIntFromFont() local
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_porter.c48 int nInput; /* size of the input */ member
91 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts2/
H A Dfts2_porter.c51 int nInput; /* size of the input */ member
94 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_porter.c48 int nInput; /* size of the input */ member
91 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
H A Dfts3_unicode.c93 int nInput; /* Size of aInput[] in bytes */ member
271 int nInput, /* Size of string aInput in bytes */ in unicodeOpen()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts2/
H A Dfts2_porter.c51 int nInput; /* size of the input */ member
94 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()

12345678