Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dutil.h25 #define MyInt_AsInt(o) (int)PyLong_AsLong(o) macro
40 #define MyInt_AsInt(o) (int)PyInt_AsLong(o) macro
Dtracer.c16 int the_int = MyInt_AsInt(pyint); in pyint_as_int()