Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h149 # define PyInt_FromLong PyLong_FromLong macro
/external/python/cffi/cffi/
D_cffi_include.h128 # define PyInt_FromLong PyLong_FromLong macro
/external/python/cpython2/Objects/
Dintobject.c87 PyInt_FromLong(long ival) in PyInt_FromLong() function
/external/webp/swig/
Dlibwebp_python_wrap.c751 #define PyInt_FromLong(x) PyLong_FromLong(x) macro
/external/python/cffi/c/
D_cffi_backend.c159 # define PyInt_FromLong PyLong_FromLong macro
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx758 #define PyInt_FromLong(x) PyLong_FromLong(x) macro