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 | compile.c | 956 stack_effect(int opcode, int oparg, int jump)  in stack_effect() 1224 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump)  in PyCompile_OpcodeStackEffectWithJump() 1230 PyCompile_OpcodeStackEffect(int opcode, int oparg)  in PyCompile_OpcodeStackEffect() 1462 compiler_addop_i_line(struct compiler *c, int opcode, Py_ssize_t oparg, int lineno)  in compiler_addop_i_line() 1488 compiler_addop_i(struct compiler *c, int opcode, Py_ssize_t oparg)  in compiler_addop_i() 1494 compiler_addop_i_noline(struct compiler *c, int opcode, Py_ssize_t oparg)  in compiler_addop_i_noline() 4357     int oparg;  in compiler_formatted_value()  local 7332         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 6276 format_exc_unbound(PyThreadState *tstate, PyCodeObject *co, int oparg)  in format_exc_unbound() 6328         int opcode, oparg;  in unicode_concatenate()  local
  | 
| /external/python/cpython3/Modules/ | 
| D | _opcode.c | 25 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg,  in _opcode_stack_effect_impl()
  | 
| /external/python/cpython3/Modules/clinic/ | 
| D | _opcode.c.h | 27     PyObject *oparg = Py_None;  in _opcode_stack_effect()  local
  | 
| /external/kernel-headers/original/uapi/linux/ | 
| D | futex.h | 176 #define FUTEX_OP(op, oparg, cmp, cmparg) \  argument
  | 
| /external/ltp/include/lapi/ | 
| D | futex.h | 164 #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()
  | 
| /external/python/cpython3/Objects/ | 
| D | frameobject.c | 81     unsigned int oparg = _Py_OPARG(codestr[i]);  in get_arg()  local
  |