Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/ppc/
Dconstants-ppc.h3000 uint32_t extcode = PrefixOpcodeField(); in OpcodeBase() local
3008 extcode = OpcodeField(); in OpcodeBase()
3021 opcode = extcode | BitField(5, 0); in OpcodeBase()
3028 opcode = extcode | BitField(20, 16) | BitField(10, 0); in OpcodeBase()
3034 opcode = extcode | BitField(10, 0); in OpcodeBase()
3045 opcode = extcode | BitField(9, 0); in OpcodeBase()
3050 opcode = extcode | BitField(10, 1) | BitField(20, 20); in OpcodeBase()
3057 opcode = extcode | BitField(20, 16) | BitField(10, 2); in OpcodeBase()
3062 opcode = extcode | BitField(10, 2); in OpcodeBase()
3069 opcode = extcode | BitField(10, 1); in OpcodeBase()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dfsm.h125 int (*extcode) /* Called when unknown code received */ member
/third_party/lwip/src/netif/ppp/
Dfsm.c381 if( !f->callbacks->extcode in fsm_input()
382 || !(*f->callbacks->extcode)(f, code, id, inp, len) ) in fsm_input()
/third_party/python/Lib/test/
Dpickletester.py2160 def produce_global_ext(self, extcode, opcode): argument
2161 e = ExtensionSaver(extcode)
2163 copyreg.add_extension(__name__, "MyList", extcode)