Home
last modified time | relevance | path

Searched defs:PyInt_AsLong (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DTHP.h13 #define PyInt_AsLong PyLong_AsLong macro
/aosp_15_r20/external/brotli/python/
H A D_brotli.cc12 #define PyInt_AsLong PyLong_AsLong macro
/aosp_15_r20/external/python/cpython2/Objects/
Dintobject.c143 PyInt_AsLong(register PyObject *op) in PyInt_AsLong() function
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c750 #define PyInt_AsLong(x) PyLong_AsLong(x) macro
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx757 #define PyInt_AsLong(x) PyLong_AsLong(x) macro