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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 39 PyObject *newconst, *constant; local
50 newconst = PyTuple_New(n);
51 if (newconst == NULL)
59 PyTuple_SET_ITEM(newconst, i, constant);
63 if (PyList_Append(consts, newconst)) {
64 Py_DECREF(newconst);
67 Py_DECREF(newconst);
70 add a new LOAD_CONST newconst on top of the BUILD_TUPLE n */
90 PyObject *newconst, *v, *w; local
105 newconst = PyNumber_Power(v, w, Py_None);
203 PyObject *newconst=NULL, *v; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 39 PyObject *newconst, *constant; local
50 newconst = PyTuple_New(n);
51 if (newconst == NULL)
59 PyTuple_SET_ITEM(newconst, i, constant);
63 if (PyList_Append(consts, newconst)) {
64 Py_DECREF(newconst);
67 Py_DECREF(newconst);
70 add a new LOAD_CONST newconst on top of the BUILD_TUPLE n */
90 PyObject *newconst, *v, *w; local
105 newconst = PyNumber_Power(v, w, Py_None);
192 PyObject *newconst=NULL, *v; local
    [all...]
  /tools/repohooks/tools/
checkpatch.pl     [all...]

Completed in 536 milliseconds