Home
last modified time | relevance | path

Searched refs:OP_NOP (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/math/calc/calc-2.14.0.14/
H A Dfunc.c9879 {"agd", 1, 2, 0, OP_NOP, 0, f_agd,
9885 {"arg", 1, 2, 0, OP_NOP, 0, f_arg,
9915 {"blk", 0, 3, 0, OP_NOP, 0, f_blk,
9966 {"cp", 2, 2, 0, OP_NOP, 0, f_cp,
10000 {"dp", 2, 2, 0, OP_NOP, 0, f_dp,
10024 {"fib", 1, 1, 0, OP_NOP, qfib, 0,
10110 {"gd", 1, 2, 0, OP_NOP, 0, f_gd,
10236 {"ln", 1, 2, 0, OP_NOP, 0, f_ln,
10329 {"pi", 0, 1, FE, OP_NOP, qpi, 0,
10397 {"rm", 1, IN, 0, OP_NOP, 0, f_rm,
[all …]
H A Daddop.c171 oldop = OP_NOP; in beginfunc()
172 oldoldop = OP_NOP; in beginfunc()
375 oldop = OP_NOP; in clearopt()
376 oldoldop = OP_NOP; in clearopt()
520 oldop = OP_NOP; in addop()
521 oldoldop = OP_NOP; in addop()
528 oldop = OP_NOP; in addop()
529 oldoldop = OP_NOP; in addop()
577 oldoldop = OP_NOP; in addop()
677 if ((op == OP_CALL) && ((newop = builtinopcode(index)) != OP_NOP)) { in addopfunction()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/script/
H A Dnames.cpp11 : op(OP_NOP), address(script) in CNameScript()
25 if (opcode == OP_DROP || opcode == OP_2DROP || opcode == OP_NOP) in CNameScript()
34 while (opcode == OP_DROP || opcode == OP_2DROP || opcode == OP_NOP) in CNameScript()
H A Dnames.h38 : op(OP_NOP) in CNameScript()
62 case OP_NOP: in isNameOp()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/script/
H A Dnames.cpp11 : op(OP_NOP), address(script) in CNameScript()
25 if (opcode == OP_DROP || opcode == OP_2DROP || opcode == OP_NOP) in CNameScript()
34 while (opcode == OP_DROP || opcode == OP_2DROP || opcode == OP_NOP) in CNameScript()
H A Dnames.h38 : op(OP_NOP) in CNameScript()
62 case OP_NOP: in isNameOp()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/script/
H A Dnames.cpp11 : op(OP_NOP), address(script) in CNameScript()
25 if (opcode == OP_DROP || opcode == OP_2DROP || opcode == OP_NOP) in CNameScript()
34 while (opcode == OP_DROP || opcode == OP_2DROP || opcode == OP_NOP) in CNameScript()
H A Dnames.h38 : op(OP_NOP) in CNameScript()
62 case OP_NOP: in isNameOp()
/dports/editors/vim/vim-8.2.3745/src/
H A Dnormal.c827 && oap->op_type == OP_NOP) in normal_cmd()
830 && oap->op_type == OP_NOP in normal_cmd()
1172 && oap->op_type == OP_NOP) in normal_cmd()
1756 if (oap->op_type == OP_NOP) in checkclearop()
1779 oap->op_type = OP_NOP; in clearop()
2292 cap->oap->op_type = OP_NOP; in nv_addsub()
2862 cap->oap->op_type = OP_NOP; in nv_zet()
3428 if (cap->oap->op_type != OP_NOP) in nv_colon()
4721 (cap->oap->op_type != OP_NOP in nv_brackets()
5629 if (cap->oap->op_type == OP_NOP in nv_pcmark()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/feathery_ftp/
H A DftpSession.c85 sessions[n].activeTrans.op = OP_NOP; in ftpOpenSession()
152 sessions[id].activeTrans.op = OP_NOP; in ftpCloseSession()
352 if(sessions[id].activeTrans.op != OP_NOP) // is thera an active transmission? in ftpCloseTransmission()
363 sessions[id].activeTrans.op = OP_NOP; in ftpCloseTransmission()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dnormal.c960 if (s->oa.op_type == OP_NOP in normal_finish_command()
1481 && oap->op_type != OP_NOP) { in do_pending_operator()
3308 if (oap->op_type == OP_NOP) { in checkclearop()
3322 if (oap->op_type == OP_NOP in checkclearopq()
3332 oap->op_type = OP_NOP; in clearop()
3802 cap->oap->op_type = OP_NOP; in nv_addsub()
4334 cap->oap->op_type = OP_NOP; in nv_zet()
6038 if (cap->oap->op_type == OP_NOP in nv_percent()
6584 if (cap->oap->op_type == OP_NOP in nv_gomark()
6626 if (cap->oap->op_type == OP_NOP in nv_pcmark()
[all …]
/dports/net/openradius/openradius-0.9.12c/language/
H A Dlangcompile.c104 { "toint", ANY, 30, L, INT, NON, INT, OP_NOP },
105 { "toip", ANY, 30, L, IPA, NON, IPA, OP_NOP },
106 { "todate", ANY, 30, L, DAT, NON, DAT, OP_NOP },
107 { "tostr", ANY, 30, L, STR, NON, STR, OP_NOP },
231 return OP_NOP; in cvtop()
526 if (o->op != OP_NOP) o++, ret += sizeof(INSN); in reccompile()
538 if (so->op != OP_NOP) { in reccompile()
644 if (o->op != OP_NOP) o++, ret += sizeof(INSN); in reccompile()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/include/
H A DJitter_Statement.h11 OP_NOP = 0, enumerator
174 : op(OP_NOP) in STATEMENT()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/include/
H A DJitter_Statement.h11 OP_NOP = 0, enumerator
188 : op(OP_NOP) in STATEMENT()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine_test.go175 SignatureScript: []uint8{OP_NOP},
187 pkScript := []byte{OP_NOP}
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine_test.go175 SignatureScript: []uint8{OP_NOP},
187 pkScript := []byte{OP_NOP}
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/test_framework/
H A Dwallet.py25 OP_NOP,
164 tx.vin[0].scriptSig = CScript([OP_NOP] * 35) # pad to identical size
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine_test.go175 SignatureScript: []uint8{OP_NOP},
187 pkScript := []byte{OP_NOP}
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/test_framework/
H A Dwallet.py25 OP_NOP,
164 tx.vin[0].scriptSig = CScript([OP_NOP] * 35) # pad to identical size
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/test_framework/
H A Dwallet.py25 OP_NOP,
164 tx.vin[0].scriptSig = CScript([OP_NOP] * 35) # pad to identical size
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine_test.go175 SignatureScript: []uint8{OP_NOP},
187 pkScript := []byte{OP_NOP}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine_test.go175 SignatureScript: []uint8{OP_NOP},
187 pkScript := []byte{OP_NOP}
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine_test.go175 SignatureScript: []uint8{OP_NOP},
187 pkScript := []byte{OP_NOP}
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Dopcode.go98 OP_NOP /* NOP */ const
100 const opCodeMax = OP_NOP
367 case OP_NOP:
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Dopcode.go98 OP_NOP /* NOP */ const
100 const opCodeMax = OP_NOP
367 case OP_NOP:

12345678910>>...22