Home
last modified time | relevance | path

Searched defs:opReturn (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/lang/java/src/com/wiredtiger/db/
H A DAsyncCallback.java42 public int notify(AsyncOp op, int opReturn, int flags); in notify()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/examples/java/com/wiredtiger/examples/
H A Dex_async.java47 public int notify(AsyncOp op, int opReturn, int flags) { in notify()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/java/com/wiredtiger/test/
H A DAsyncTest.java73 public int notify(AsyncOp op, int opReturn, int flags) { in notify()
/dports/games/openmw/openmw-openmw-0.47.0/components/compiler/
H A Dgenerator.cpp112 void opReturn (Compiler::Generator::CodeContainer& code) in opReturn() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dscript.cpp667 void Script::opReturn(SCRIPTOP_PARAMS) { in opReturn() function in Saga::Script
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dscript.cpp498 void Script::opReturn(SCRIPTOP_PARAMS) { in opReturn() function in Saga::Script
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/vm/
H A Dinstructions.go837 func opReturn(pc *uint64, interpreter *EVMInterpreter, contract *Contract, memory *Memory, stack *S… func