Home
last modified time | relevance | path

Searched refs:OP_STOP (Results 1 – 25 of 72) sorted by relevance

123

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/evmc/test/unittests/
H A Dtest_instructions.cpp43 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
69 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
121 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
145 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
191 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
238 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
252 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
296 for (int op{OP_STOP}; op <= OP_SELFDESTRUCT; ++op) in TEST()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/evmc/examples/use_instructions_in_cmake/
H A Duse_instructions_in_cmake.c12 return evmc_get_instruction_metrics_table(EVMC_BYZANTIUM)[OP_STOP].gas_cost; in main()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/audit/
H A DAuditConstants.java26 static final String OP_STOP = "serverStop"; field in AuditConstants
H A DZKAuditProvider.java107 log(getZKUser(), AuditConstants.OP_STOP, Result.INVOKED); in addZKStartStopAuditLog()
/dports/sysutils/LPRng/lprng-3.8.C/src/include/
H A Dcontrol.h15 #define OP_STOP 2 macro
/dports/lang/lafontaine/lafontaine-0.4/include/
H A Dop.h36 OP_STOP, enumerator
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dcontrolword.c41 { "STOP", N_("STOP"), OP_STOP, 0, 0, 0, 0},
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_eval_context.c75 while (GET_OPCODE(*iseq) != OP_STOP) { in eval_context_compile()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_eval_context.c75 while (GET_OPCODE(*iseq) != OP_STOP) { in eval_context_compile()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_eval_context.c75 while (GET_OPCODE(*iseq) != OP_STOP) { in eval_context_compile()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_eval_context.c75 while (GET_OPCODE(*iseq) != OP_STOP) { in eval_context_compile()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_eval_context.c75 while (GET_OPCODE(*iseq) != OP_STOP) {
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_eval_context.c75 while (GET_OPCODE(*iseq) != OP_STOP) { in eval_context_compile()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/evmc/include/evmc/
H A Dinstructions.h28 OP_STOP = 0x00, enumerator
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/decklink/
H A Dconsumer_decklink.cpp57 OP_STOP, enumerator
248 case OP_STOP: in op_main()
892 r = decklink->op(OP_STOP, 0); in stop()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/decklink/
H A Dconsumer_decklink.cpp57 OP_STOP, enumerator
248 case OP_STOP: in op_main()
892 r = decklink->op(OP_STOP, 0); in stop()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/decklink/
H A Dconsumer_decklink.cpp57 OP_STOP, enumerator
248 case OP_STOP: in op_main()
892 r = decklink->op(OP_STOP, 0); in stop()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/decklink/
H A Dconsumer_decklink.cpp57 OP_STOP, enumerator
248 case OP_STOP: in op_main()
892 r = decklink->op(OP_STOP, 0); in stop()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-serializer/src/Adapter/
H A DPythonPickle.php33 const OP_STOP = '.'; // every pickle ends with STOP define in Zend\\Serializer\\Adapter\\PythonPickle
484 $this->pickle .= self::OP_STOP;
553 while (($op = $this->read(1)) !== self::OP_STOP) {
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-serializer/src/Adapter/
H A DPythonPickle.php33 const OP_STOP = '.'; // every pickle ends with STOP define in Zend\\Serializer\\Adapter\\PythonPickle
484 $this->pickle .= self::OP_STOP;
553 while (($op = $this->read(1)) !== self::OP_STOP) {
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-serializer/src/Adapter/
H A DPythonPickle.php33 const OP_STOP = '.'; // every pickle ends with STOP define in Zend\\Serializer\\Adapter\\PythonPickle
484 $this->pickle .= self::OP_STOP;
553 while (($op = $this->read(1)) !== self::OP_STOP) {
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-serializer/src/Adapter/
H A DPythonPickle.php33 const OP_STOP = '.'; // every pickle ends with STOP define in Zend\\Serializer\\Adapter\\PythonPickle
484 $this->pickle .= self::OP_STOP;
553 while (($op = $this->read(1)) !== self::OP_STOP) {
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-serializer/src/Adapter/
H A DPythonPickle.php33 const OP_STOP = '.'; // every pickle ends with STOP define in Zend\\Serializer\\Adapter\\PythonPickle
484 $this->pickle .= self::OP_STOP;
553 while (($op = $this->read(1)) !== self::OP_STOP) {
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-serializer/src/Adapter/
H A DPythonPickle.php33 const OP_STOP = '.'; // every pickle ends with STOP define in Zend\\Serializer\\Adapter\\PythonPickle
484 $this->pickle .= self::OP_STOP;
553 while (($op = $this->read(1)) !== self::OP_STOP) {
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-serializer/src/Adapter/
H A DPythonPickle.php33 const OP_STOP = '.'; // every pickle ends with STOP define in Zend\\Serializer\\Adapter\\PythonPickle
484 $this->pickle .= self::OP_STOP;
553 while (($op = $this->read(1)) !== self::OP_STOP) {

123