Home
last modified time | relevance | path

Searched defs:MyInt_FromInt (Results 1 – 1 of 1) 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