Home
last modified time | relevance | path

Searched refs:function_code (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/contrib/
Dmodbus.py776 function_code = orb(payload[0])
778 if function_code == 0x2B:
785 return _modbus_request_classes[function_code]
788 if function_code in _reserved_funccode_request:
807 function_code = orb(payload[0])
809 if function_code == 0x2B:
816 return _modbus_response_classes[function_code]
820 return _modbus_error_classes[function_code]
823 if function_code in _reserved_funccode_response:
825 elif function_code in _reserved_funccode_error:
[all …]
/external/v8/src/wasm/
Dwasm-module.h197 std::vector<Handle<Code>> function_code; // code objects for each function. member
208 function_code(m->functions.size()) {} in WasmInstance()
312 return instance->function_code[index]; in GetFunctionCode()
Dwasm-module.cc446 temp_instance.function_code[i] = illegal_builtin; in CompileToModuleObject()
454 std::vector<Handle<Code>> results(temp_instance.function_code); in CompileToModuleObject()
456 temp_instance.function_code.swap(results); in CompileToModuleObject()
458 helper.CompileSequentially(&module_env, temp_instance.function_code, in CompileToModuleObject()
465 i < temp_instance.function_code.size(); ++i) { in CompileToModuleObject()
466 Code* code = *temp_instance.function_code[i]; in CompileToModuleObject()
/external/strace/
Ds390.c1005 kernel_ulong_t function_code = tcp->u_arg[0]; in SYS_FUNC() local
1014 printxval64(s390_sthyi_function_codes, function_code, in SYS_FUNC()
1018 switch (function_code) { in SYS_FUNC()