Home
last modified time | relevance | path

Searched refs:OPCODE_SET (Results 1 – 24 of 24) sorted by relevance

/dports/dns/nsd/nsd-4.3.9/
H A Dpacket.h71 #define OPCODE_SET(packet, opcode) \ macro
H A Dxfrd-notify.c283 OPCODE_SET(packet, OPCODE_NOTIFY); in xfrd_notify_send_udp()
H A Dquery.c174 OPCODE_SET(query->packet, opcode); in query_formerr()
1562 OPCODE_SET(q->packet, opcode); in query_process()
H A Dxfrd-tcp.c212 OPCODE_SET(packet, OPCODE_QUERY); in xfrd_setup_packet()
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_function.h19 OPCODE_SET, enumerator
H A Dgd_compiler.cpp874 setchain.push_back(named ? GDFunction::OPCODE_SET_NAMED : GDFunction::OPCODE_SET); in _parse_expression()
906 codegen.opcodes.push_back(named ? GDFunction::OPCODE_SET_NAMED : GDFunction::OPCODE_SET); in _parse_expression()
H A Dgd_function.cpp385 case OPCODE_SET: { in call()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_function.h19 OPCODE_SET, enumerator
H A Dgd_compiler.cpp874 setchain.push_back(named ? GDFunction::OPCODE_SET_NAMED : GDFunction::OPCODE_SET); in _parse_expression()
906 codegen.opcodes.push_back(named ? GDFunction::OPCODE_SET_NAMED : GDFunction::OPCODE_SET); in _parse_expression()
H A Dgd_function.cpp385 case OPCODE_SET: { in call()
/dports/lang/gravity/gravity-0.8.5/src/compiler/
H A Dgravity_optimizer.c29 #define OPCODE_SET(op,code) op = (code & 0x3F) << 26 macro
91 OPCODE_SET(op, inst->op); in finalize_function()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/memcached-rs-0.4.2/src/proto/
H A Dbinarydef.rs70 pub const OPCODE_SET: u8 = 0x01; const
222 Set = consts::OPCODE_SET,
292 consts::OPCODE_SET => Some(Command::Set), in from_u8()
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_function.h161 OPCODE_SET, enumerator
H A Dgdscript_function.cpp198 &&OPCODE_SET, \
567 OPCODE(OPCODE_SET) {
H A Dgdscript_compiler.cpp1068 … setchain.push_back(named ? GDScriptFunction::OPCODE_SET_NAMED : GDScriptFunction::OPCODE_SET); in _parse_expression()
1100 …degen.opcodes.push_back(named ? GDScriptFunction::OPCODE_SET_NAMED : GDScriptFunction::OPCODE_SET); in _parse_expression()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_function.h161 OPCODE_SET, enumerator
H A Dgdscript_function.cpp198 &&OPCODE_SET, \
567 OPCODE(OPCODE_SET) {
H A Dgdscript_compiler.cpp1068 … setchain.push_back(named ? GDScriptFunction::OPCODE_SET_NAMED : GDScriptFunction::OPCODE_SET); in _parse_expression()
1100 …degen.opcodes.push_back(named ? GDScriptFunction::OPCODE_SET_NAMED : GDScriptFunction::OPCODE_SET); in _parse_expression()
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dbuffer.h61 #define OPCODE_SET(packet, opcode) \ macro
H A Dbuffer.c861 OPCODE_SET(buffer, opcode); in buffer_pkt_set_opcode()
/dports/devel/godot2/godot-2.1.6-stable/main/tests/
H A Dtest_gdscript.cpp584 case GDFunction::OPCODE_SET: { in _disassemble_class()
/dports/devel/godot2-tools/godot-2.1.6-stable/main/tests/
H A Dtest_gdscript.cpp584 case GDFunction::OPCODE_SET: { in _disassemble_class()
/dports/devel/godot/godot-3.2.3-stable/main/tests/
H A Dtest_gdscript.cpp582 case GDScriptFunction::OPCODE_SET: { in _disassemble_class()
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_gdscript.cpp582 case GDScriptFunction::OPCODE_SET: { in _disassemble_class()