| LOW | ci/testdata/cython_test.c | 1 | /* Generated by Cython 0.28.5 */ |
| LOW | ci/testdata/cython_test.c | 21 | #define __cdecl |
| LOW | ci/testdata/cython_test.c | 41 | #endif |
| LOW | ci/testdata/cython_test.c | 61 | #undef CYTHON_USE_UNICODE_INTERNALS |
| LOW | ci/testdata/cython_test.c | 81 | #elif defined(PYSTON_VERSION) |
| LOW | ci/testdata/cython_test.c | 101 | #ifndef CYTHON_AVOID_BORROWED_REFS |
| LOW | ci/testdata/cython_test.c | 121 | #define CYTHON_COMPILING_IN_CPYTHON 1 |
| LOW | ci/testdata/cython_test.c | 141 | #define CYTHON_USE_PYLONG_INTERNALS 1 |
| LOW | ci/testdata/cython_test.c | 161 | #ifndef CYTHON_UNPACK_METHODS |
| LOW | ci/testdata/cython_test.c | 181 | #include "longintrepr.h" |
| LOW | ci/testdata/cython_test.c | 201 | #endif |
| LOW | ci/testdata/cython_test.c | 221 | # endif |
| LOW | ci/testdata/cython_test.c | 241 | #else |
| LOW | ci/testdata/cython_test.c | 261 | #if defined(__clang__ ) && defined(__apple_build_version__) |
| LOW | ci/testdata/cython_test.c | 281 | #endif |
| LOW | ci/testdata/cython_test.c | 301 | #endif |
| LOW | ci/testdata/cython_test.c | 321 | #endif |
| LOW | ci/testdata/cython_test.c | 341 | #define __Pyx_PyThreadState_Current PyThreadState_GET() |
| LOW | ci/testdata/cython_test.c | 381 | #else |
| LOW | ci/testdata/cython_test.c | 401 | #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i) |
| LOW | ci/testdata/cython_test.c | 421 | #define __Pyx_PyUnicode_IS_TRUE(u) (0 != PyUnicode_GET_SIZE(u)) |
| LOW | ci/testdata/cython_test.c | 441 | #define __Pyx_PyUnicode_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b |
| LOW | ci/testdata/cython_test.c | 461 | #else |
| LOW | ci/testdata/cython_test.c | 481 | #define PyInt_FromSize_t PyLong_FromSize_t |
| LOW | ci/testdata/cython_test.c | 501 | #define __Pyx_PyInt_AsHash_t PyInt_AsLong |
| LOW | ci/testdata/cython_test.c | 541 | #endif |
| LOW | ci/testdata/cython_test.c | 561 | |
| LOW | ci/testdata/cython_test.c | 581 | #define __Pyx_uchar_cast(c) ((unsigned char)c) |
| LOW | ci/testdata/cython_test.c | 601 | #define __Pyx_sst_abs(value) ((Py_ssize_t)_abs64(value)) |
| LOW | ci/testdata/cython_test.c | 621 | #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize |
| LOW | ci/testdata/cython_test.c | 641 | while (*u_end++) ; |
| LOW | ci/testdata/cython_test.c | 801 | __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__) |
| LOW | ci/testdata/cython_test.c | 821 | #define __Pyx_XINCREF(r) Py_XINCREF(r) |
| LOW | ci/testdata/cython_test.c | 901 | #else |
| LOW | ci/testdata/cython_test.c | 921 | #endif |
| LOW | ci/testdata/cython_test.c | 941 | |
| LOW | ci/testdata/cython_test.c | 2041 | static int __Pyx_modinit_function_import_code(void) { |
| LOW | ci/testdata/cython_test.c | 2061 | #endif |
| LOW | ci/testdata/cython_test.c | 2161 | #ifdef __Pyx_StopAsyncIteration_USED |
| LOW | src/config.rs | 1 | #[cfg(feature = "cli")] |
| LOW | src/lib.rs | 1 | //! py-spy: a sampling profiler for python programs |
| LOW | src/lib.rs | 21 | //! println!("\t {} ({}:{})", frame.name, frame.filename, frame.line); |
| LOW | src/python_data_access.rs | 501 | /// All numpy scalars have shape: |
| LOW | src/python_bindings/v3_11_0.rs | 1 | // Generated bindings for python v3.11.0 |
| LOW | src/python_bindings/v3_10_0.rs | 1 | // Generated bindings for python v3.10.0rc1 |
| LOW | src/python_bindings/v3_6_6.rs | 1 | // Generated bindings for python v3.6.6 |
| LOW | src/python_bindings/v3_9_5.rs | 1 | // Generated bindings for python v3.9.5 |
| LOW | src/python_bindings/v3_8_0.rs | 1 | // Generated bindings for python v3.8.0 |
| LOW | src/python_bindings/v3_5_5.rs | 1 | // Generated bindings for python v3.5.5 |
| LOW | src/python_bindings/v2_7_15.rs | 1 | // Generated bindings for python v2.7.15 |
| LOW | src/python_bindings/v3_14_0.rs | 1 | // Generated bindings for python v3.14.0 |
| LOW | src/python_bindings/v3_7_0.rs | 1 | // Generated bindings for python v3.7.0 |
| LOW | src/python_bindings/v3_13_0.rs | 1 | // Generated bindings for python v3.13.0 |
| LOW | src/python_bindings/v3_4_8.rs | 1 | // Generated bindings for python v3.4.8 |
| LOW | src/python_bindings/v3_3_7.rs | 1 | // Generated bindings for python v3.3.7 |
| LOW | src/python_bindings/v3_12_0.rs | 1 | // Generated bindings for python v3.12.0 |