Home
last modified time | relevance | path

Searched refs:py_long (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygi-enum-marshal.c126 PyObject *py_long; in _pygi_marshal_from_py_interface_enum() local
134 py_long = PyNumber_Long (py_arg); in _pygi_marshal_from_py_interface_enum()
135 if (py_long == NULL) { in _pygi_marshal_from_py_interface_enum()
140 c_long = PyLong_AsLong (py_long); in _pygi_marshal_from_py_interface_enum()
141 Py_DECREF (py_long); in _pygi_marshal_from_py_interface_enum()
195 PyObject *py_long; in _pygi_marshal_from_py_interface_flags() local
203 py_long = PyNumber_Long (py_arg); in _pygi_marshal_from_py_interface_flags()
204 if (py_long == NULL) { in _pygi_marshal_from_py_interface_flags()
209 c_ulong = PyLong_AsUnsignedLongMask (py_long); in _pygi_marshal_from_py_interface_flags()
210 Py_DECREF (py_long); in _pygi_marshal_from_py_interface_flags()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygi-enum-marshal.c126 PyObject *py_long; in _pygi_marshal_from_py_interface_enum() local
134 py_long = PyNumber_Long (py_arg); in _pygi_marshal_from_py_interface_enum()
135 if (py_long == NULL) { in _pygi_marshal_from_py_interface_enum()
140 c_long = PyLong_AsLong (py_long); in _pygi_marshal_from_py_interface_enum()
141 Py_DECREF (py_long); in _pygi_marshal_from_py_interface_enum()
195 PyObject *py_long; in _pygi_marshal_from_py_interface_flags() local
203 py_long = PyNumber_Long (py_arg); in _pygi_marshal_from_py_interface_flags()
204 if (py_long == NULL) { in _pygi_marshal_from_py_interface_flags()
209 c_ulong = PyLong_AsUnsignedLongMask (py_long); in _pygi_marshal_from_py_interface_flags()
210 Py_DECREF (py_long); in _pygi_marshal_from_py_interface_flags()
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/cpython/
H A Dlongintrepr.pxd12 ctypedef class __builtin__.py_long [object PyLongObject]:
15 cdef py_long _PyLong_New(Py_ssize_t s)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/cpython/
H A Dlongintrepr.pxd8 ctypedef class __builtin__.py_long [object PyLongObject]:
11 cdef py_long _PyLong_New(Py_ssize_t s)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/cpython/
H A Dlongintrepr.pxd8 ctypedef class __builtin__.py_long [object PyLongObject]:
11 cdef py_long _PyLong_New(Py_ssize_t s)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/cpython/
H A Dlongintrepr.pxd8 ctypedef class __builtin__.py_long [object PyLongObject]:
11 cdef py_long _PyLong_New(Py_ssize_t s)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/cpython/
H A Dlongintrepr.pxd8 ctypedef class __builtin__.py_long [object PyLongObject]:
11 cdef py_long _PyLong_New(Py_ssize_t s)
/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A Dnotcurses-python.h251 #define GNU_PY_LONG_CHECK(py_long) \ argument
253 long new_long = PyLong_AsLong(py_long); \
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/
H A DShadow.py364 if type not in (py_int, py_long, py_float, py_complex):
385 py_long = typedef(long, "long")
387 py_long = typedef(int, "long") variable
446 type_ordering = [py_int, py_long, py_float, py_complex]
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/
H A DShadow.py366 if type not in (py_int, py_long, py_float, py_complex):
387 py_long = typedef(long, "long")
389 py_long = typedef(int, "long") variable
448 type_ordering = [py_int, py_long, py_float, py_complex]
/dports/lang/cython/Cython-0.29.24/Cython/
H A DShadow.py366 if type not in (py_int, py_long, py_float, py_complex):
387 py_long = typedef(long, "long")
389 py_long = typedef(int, "long") variable
448 type_ordering = [py_int, py_long, py_float, py_complex]
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/
H A DShadow.py366 if type not in (py_int, py_long, py_float, py_complex):
387 py_long = typedef(long, "long")
389 py_long = typedef(int, "long") variable
448 type_ordering = [py_int, py_long, py_float, py_complex]
/dports/x11-fonts/py-cu2qu/cu2qu-1.6.5/Lib/cu2qu/
H A Dcython.py360 if type not in (py_int, py_long, py_float, py_complex):
381 py_long = typedef(long, "long")
383 py_long = typedef(int, "long") variable
442 type_ordering = [py_int, py_long, py_float, py_complex]
/dports/lang/cython-devel/cython-2b1e743/Cython/
H A DShadow.py398 if type not in (py_int, py_long, py_float, py_complex):
419 py_long = typedef(long, "long")
421 py_long = typedef(int, "long") variable
504 type_ordering = [py_int, py_long, py_float, py_complex]
/dports/devel/py-watchdog/watchdog-2.1.6/src/
H A Dwatchdog_fsevents.c335 PyObject *py_long; in CFNumberRef_AsPyLong() local
339 py_long = PyLong_FromLong(c_int); in CFNumberRef_AsPyLong()
341 return py_long; in CFNumberRef_AsPyLong()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp183 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
184 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
185 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp180 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local
181 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
182 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()

12