Home
last modified time | relevance | path

Searched refs:MyInt_FromInt (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dutil.h24 #define MyInt_FromInt(i) PyLong_FromLong((long)i) macro
39 #define MyInt_FromInt(i) PyInt_FromLong((long)i) macro
Dtracer.c230 stack_index = MyInt_FromInt(the_index); in CTracer_set_pdata_stack()
667 PyObject * this_line = MyInt_FromInt(lineno_from); in CTracer_handle_line()