/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...] |