Home
last modified time | relevance | path

Searched refs:memonly (Results 1 – 25 of 42) sorted by relevance

12

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/trie/
H A Diterator_test.go297 func testIteratorContinueAfterError(t *testing.T, memonly bool) {
306 if !memonly {
315 if memonly {
336 if memonly {
345 if memonly {
362 if memonly {
387 func testIteratorContinueAfterSeekError(t *testing.T, memonly bool) {
397 if !memonly {
405 if memonly {
423 if memonly {
H A Dtrie_test.go87 func testMissingNode(t *testing.T, memonly bool) {
95 if !memonly {
126 if memonly {
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dintegrate.c2477 subst_constants (rtx *loc, rtx insn, struct inline_remap *map, int memonly) in subst_constants() argument
2503 if (! memonly) in subst_constants()
2519 if (! memonly) in subst_constants()
2539 if (! memonly && GET_CODE (SUBREG_REG (x)) == REG) in subst_constants()
2597 subst_constants (&SET_SRC (x), insn, map, memonly); in subst_constants()
2606 subst_constants (&XEXP (*dest_loc, 1), insn, map, memonly); in subst_constants()
2607 subst_constants (&XEXP (*dest_loc, 2), insn, map, memonly); in subst_constants()
2685 subst_constants (&XEXP (x, i), insn, map, memonly); in subst_constants()
2700 subst_constants (&XVECEXP (x, i, j), insn, map, memonly); in subst_constants()
2711 if (! memonly in subst_constants()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dintegrate.c2477 subst_constants (rtx *loc, rtx insn, struct inline_remap *map, int memonly) in subst_constants() argument
2503 if (! memonly) in subst_constants()
2519 if (! memonly) in subst_constants()
2539 if (! memonly && GET_CODE (SUBREG_REG (x)) == REG) in subst_constants()
2597 subst_constants (&SET_SRC (x), insn, map, memonly); in subst_constants()
2606 subst_constants (&XEXP (*dest_loc, 1), insn, map, memonly); in subst_constants()
2607 subst_constants (&XEXP (*dest_loc, 2), insn, map, memonly); in subst_constants()
2685 subst_constants (&XEXP (x, i), insn, map, memonly); in subst_constants()
2700 subst_constants (&XVECEXP (x, i, j), insn, map, memonly); in subst_constants()
2711 if (! memonly in subst_constants()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dscriptpubkeyman.h393 void SetHDChain(const CHDChain& chain, bool memonly);
H A Dscriptpubkeyman.cpp837 void LegacyScriptPubKeyMan::SetHDChain(const CHDChain& chain, bool memonly) in SetHDChain() argument
840 if (!memonly && !WalletBatch(m_storage.GetDatabase()).WriteHDChain(chain)) in SetHDChain()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.h903 bool SetHDChain(const CHDChain& chain, bool memonly);
H A Dwallet.cpp1225 bool CWallet::SetHDChain(const CHDChain& chain, bool memonly) in SetHDChain() argument
1228 if (!memonly && !CWalletDB(strWalletFile).WriteHDChain(chain)) in SetHDChain()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.h903 bool SetHDChain(const CHDChain& chain, bool memonly);
H A Dwallet.cpp1225 bool CWallet::SetHDChain(const CHDChain& chain, bool memonly) in SetHDChain() argument
1228 if (!memonly && !CWalletDB(strWalletFile).WriteHDChain(chain)) in SetHDChain()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.h903 bool SetHDChain(const CHDChain& chain, bool memonly);
H A Dwallet.cpp1225 bool CWallet::SetHDChain(const CHDChain& chain, bool memonly) in SetHDChain() argument
1228 if (!memonly && !CWalletDB(strWalletFile).WriteHDChain(chain)) in SetHDChain()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp1502 void CWallet::SetHDChain(const CHDChain& chain, bool memonly) in SetHDChain() argument
1505 if (!memonly && !WalletBatch(*database).WriteHDChain(chain)) in SetHDChain()
1561 bool CWallet::SetWalletFlags(uint64_t overwriteFlags, bool memonly) in SetWalletFlags() argument
1569 if (!memonly && !WalletBatch(*database).WriteWalletFlags(m_wallet_flags)) { in SetWalletFlags()
H A Dwallet.h1151 void SetHDChain(const CHDChain& chain, bool memonly);
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp1502 void CWallet::SetHDChain(const CHDChain& chain, bool memonly) in SetHDChain() argument
1505 if (!memonly && !WalletBatch(*database).WriteHDChain(chain)) in SetHDChain()
1561 bool CWallet::SetWalletFlags(uint64_t overwriteFlags, bool memonly) in SetWalletFlags() argument
1569 if (!memonly && !WalletBatch(*database).WriteWalletFlags(m_wallet_flags)) { in SetWalletFlags()
H A Dwallet.h1151 void SetHDChain(const CHDChain& chain, bool memonly);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp1502 void CWallet::SetHDChain(const CHDChain& chain, bool memonly) in SetHDChain() argument
1505 if (!memonly && !WalletBatch(*database).WriteHDChain(chain)) in SetHDChain()
1561 bool CWallet::SetWalletFlags(uint64_t overwriteFlags, bool memonly) in SetWalletFlags() argument
1569 if (!memonly && !WalletBatch(*database).WriteWalletFlags(m_wallet_flags)) { in SetWalletFlags()
H A Dwallet.h1151 void SetHDChain(const CHDChain& chain, bool memonly);
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/src/
H A Dmumps_static_mapping.F137 integer,parameter::memonly=1,floponly=2,hybrid=3
259 if(mapalgo.eq.memonly) then
/dports/math/coinmumps/MUMPS_4.10.0/src/
H A Dmumps_static_mapping.F137 integer,parameter::memonly=1,floponly=2,hybrid=3 local
259 if(mapalgo.eq.memonly) then
/dports/math/mumps4/MUMPS_4.10.0/src/
H A Dmumps_static_mapping.F137 integer,parameter::memonly=1,floponly=2,hybrid=3 local
259 if(mapalgo.eq.memonly) then
/dports/math/mumps/mumps-5.1.2/src/
H A Dmumps_static_mapping.F99 integer,parameter::memonly=1,floponly=2,hybrid=3 local
222 if(mapalgo.eq.memonly) then
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dcall.c5401 bool memonly = false; in build_new_op_1() local
5440 memonly = true; in build_new_op_1()
5472 if (!memonly) in build_new_op_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dcall.c5401 bool memonly = false; in build_new_op_1() local
5440 memonly = true; in build_new_op_1()
5472 if (!memonly) in build_new_op_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcall.c5630 bool memonly = false; in build_new_op_1() local
5670 memonly = true; in build_new_op_1()
5702 if (!memonly) in build_new_op_1()

12