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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_lsprof.c81 long callcount; member in struct:_ProfilerSubEntry
92 long callcount; /* how many times this was called */ member in struct:_ProfilerEntry
246 self->callcount = 0;
279 self->callcount = 0;
352 entry->callcount++;
363 ++subentry->callcount;
504 {"callcount", "how many times this was called"},
514 {"callcount", "how many times this is called"},
556 sentry->callcount,
573 if (entry->callcount
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DcProfile.py101 nc = entry.callcount # ncalls column of pstats (before '/')
117 nc = subentry.callcount
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c659 Py_ssize_t callcount = 0; local
696 ++callcount;
702 ++callcount;
707 if (callcount) {
708 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c704 Py_ssize_t callcount = 0; local
744 ++callcount;
749 if (callcount) {
750 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);

Completed in 49 milliseconds