HomeSort by relevance Sort by last modified time
    Searched refs:len_consts (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 40 Py_ssize_t i, arg, len_consts; local
53 len_consts = PyList_GET_SIZE(consts);
56 assert(arg < len_consts);
73 SETARG(codestr, (n*3), len_consts);
91 Py_ssize_t len_consts, size; local
175 len_consts = PyList_GET_SIZE(consts);
185 SETARG(codestr, 4, len_consts);
193 Py_ssize_t len_consts; local
228 len_consts = PyList_GET_SIZE(consts);
238 SETARG(codestr, 1, len_consts);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 40 Py_ssize_t i, arg, len_consts; local
53 len_consts = PyList_GET_SIZE(consts);
56 assert(arg < len_consts);
73 SETARG(codestr, (n*3), len_consts);
91 Py_ssize_t len_consts, size; local
186 len_consts = PyList_GET_SIZE(consts);
196 SETARG(codestr, 4, len_consts);
204 Py_ssize_t len_consts; local
239 len_consts = PyList_GET_SIZE(consts);
249 SETARG(codestr, 1, len_consts);
    [all...]
  /external/python/cpython2/Python/
peephole.c 40 Py_ssize_t i, arg, len_consts; local
53 len_consts = PyList_GET_SIZE(consts);
56 assert(arg < len_consts);
73 SETARG(codestr, (n*3), len_consts);
91 Py_ssize_t len_consts, size; local
175 len_consts = PyList_GET_SIZE(consts);
185 SETARG(codestr, 4, len_consts);
193 Py_ssize_t len_consts; local
228 len_consts = PyList_GET_SIZE(consts);
238 SETARG(codestr, 1, len_consts);
    [all...]
  /external/python/cpython3/Python/
peephole.c 185 Py_ssize_t i, len_consts; local
211 len_consts = PyList_GET_SIZE(consts);
218 return copy_op_arg(codestr, c_start, LOAD_CONST, len_consts, opcode_end);
237 Py_ssize_t len_consts, size; local
241 len_consts = PyList_GET_SIZE(consts);
317 return copy_op_arg(codestr, c_start, LOAD_CONST, len_consts, opcode_end);
326 Py_ssize_t len_consts; local
330 len_consts = PyList_GET_SIZE(consts);
365 return copy_op_arg(codestr, c_start, LOAD_CONST, len_consts, opcode_end);

Completed in 573 milliseconds