Searched defs:oparg (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Python/ |
D | wordcode_helpers.h | 6 # define PACKOPARG(opcode, oparg) ((_Py_CODEUNIT)(((opcode) << 8) | (oparg))) argument 8 # define PACKOPARG(opcode, oparg) ((_Py_CODEUNIT)(((oparg) << 8) | (opcode))) argument 14 instrsize(unsigned int oparg) in instrsize() 26 unsigned int oparg, int ilen) in write_op_arg()
|
D | compile.c | 954 stack_effect(int opcode, int oparg, int jump) in stack_effect() 1222 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) in PyCompile_OpcodeStackEffectWithJump() 1228 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() 1460 compiler_addop_i_line(struct compiler *c, int opcode, Py_ssize_t oparg, int lineno) in compiler_addop_i_line() 1486 compiler_addop_i(struct compiler *c, int opcode, Py_ssize_t oparg) in compiler_addop_i() 1492 compiler_addop_i_noline(struct compiler *c, int opcode, Py_ssize_t oparg) in compiler_addop_i_noline() 4356 int oparg; in compiler_formatted_value() local 7302 int oparg = inst->i_oparg; in optimize_basic_block() local
|
D | ceval.c | 1592 int oparg; /* Current opcode argument, if any */ in _PyEval_EvalFrameDefault() local 6273 format_exc_unbound(PyThreadState *tstate, PyCodeObject *co, int oparg) in format_exc_unbound() 6325 int opcode, oparg; in unicode_concatenate() local
|
/third_party/python/Modules/ |
D | _opcode.c | 25 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg, in _opcode_stack_effect_impl()
|
/third_party/python/Modules/clinic/ |
D | _opcode.c.h | 27 PyObject *oparg = Py_None; in _opcode_stack_effect() local
|
/third_party/ltp/include/lapi/ |
D | futex.h | 164 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument
|
/third_party/python/Objects/ |
D | frameobject.c | 81 unsigned int oparg = _Py_OPARG(codestr[i]); in get_arg() local
|