Searched refs:pyidx (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D_speedups.c480 PyObject *pyidx; local
487 pyidx = PyInt_FromSsize_t(idx);
488 if (pyidx == NULL) {
494 Py_DECREF(pyidx);
499 PyTuple_SET_ITEM(tpl, 1, pyidx);

Completed in 105 milliseconds