Home
last modified time | relevance | path

Searched defs:PyInt_FromLong (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h149 # define PyInt_FromLong PyLong_FromLong macro
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc54 #define PyInt_FromLong PyLong_FromLong macro
Drepeated_scalar_container.cc52 #define PyInt_FromLong PyLong_FromLong macro
Dmap_container.cc50 #define PyInt_FromLong PyLong_FromLong macro
Ddescriptor.cc50 #define PyInt_FromLong PyLong_FromLong macro
Ddescriptor_containers.cc63 #define PyInt_FromLong PyLong_FromLong macro
Dmessage.cc72 #define PyInt_FromLong PyLong_FromLong macro
/external/python/cpython2/Objects/
Dintobject.c87 PyInt_FromLong(long ival) in PyInt_FromLong() function