Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DTHP.h11 #define PyInt_Check PyLong_Check macro
/aosp_15_r20/external/python/cpython2/Include/
Dintobject.h30 #define PyInt_Check(op) \ macro
/aosp_15_r20/external/brotli/python/
H A D_brotli.cc11 #define PyInt_Check PyLong_Check macro
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c749 #define PyInt_Check(x) PyLong_Check(x) macro
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx756 #define PyInt_Check(x) PyLong_Check(x) macro