Home | History | Annotate | Download | only in Modules

Lines Matching refs:PY_LONG_LONG

17 static PY_LONG_LONG
48 static PY_LONG_LONG
52 PY_LONG_LONG ret;
79 PY_LONG_LONG tt;
80 PY_LONG_LONG it;
90 PY_LONG_LONG tt; /* total time in this entry */
91 PY_LONG_LONG it; /* inline time in this entry (not in subcalls) */
99 PY_LONG_LONG t0;
100 PY_LONG_LONG subt;
130 static PY_LONG_LONG CallExternalTimer(ProfilerObject *pObj)
132 PY_LONG_LONG result;
145 As the profiler works with PY_LONG_LONG internally
149 result = (PY_LONG_LONG) (val * DOUBLE_TIMER_PRECISION);
342 PY_LONG_LONG tt = CALL_TIMER(pObj) - self->t0;
343 PY_LONG_LONG it = tt - self->subt;