Searched defs:oparg (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/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 | peephole.c | 67 unsigned int oparg = _Py_OPARG(codestr[i]); in get_arg() local 91 set_arg(_Py_CODEUNIT *codestr, Py_ssize_t i, unsigned int oparg) in set_arg() 113 unsigned int oparg, Py_ssize_t maxi) in copy_op_arg()
|
D | compile.c | 876 stack_effect(int opcode, int oparg, int jump) in stack_effect() 1126 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() 1220 compiler_addop_i(struct compiler *c, int opcode, Py_ssize_t oparg) in compiler_addop_i() 3608 int oparg; in compiler_formatted_value() local
|
D | ceval.c | 559 int oparg; /* Current opcode argument, if any */ in _PyEval_EvalFrameDefault() local 4966 format_exc_unbound(PyCodeObject *co, int oparg) in format_exc_unbound() 5018 int opcode, oparg; in unicode_concatenate() local
|
/external/python/cpython3/Modules/clinic/ |
D | _opcode.c.h | 22 PyObject *oparg = Py_None; in _opcode_stack_effect() local
|
/external/python/cpython3/Modules/ |
D | _opcode.c | 23 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg) in _opcode_stack_effect_impl()
|
/external/u-boot/cmd/ |
D | binop.c | 92 char *oparg, *lenarg, *src1arg, *src2arg, *destarg; in do_binop() local
|
/external/kernel-headers/original/uapi/linux/ |
D | futex.h | 149 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument
|
/external/python/cpython2/Python/ |
D | ceval.c | 799 register int oparg; /* Current opcode argument, if any */ in PyEval_EvalFrameEx() local 4331 call_function(PyObject ***pp_stack, int oparg in call_function() 5176 int oparg = PEEKARG(); in string_concatenate() local
|
D | compile.c | 686 opcode_stack_effect(int opcode, int oparg) in opcode_stack_effect() 1003 compiler_addop_i(struct compiler *c, int opcode, int oparg) in compiler_addop_i()
|