Home
last modified time | relevance | path

Searched defs:boundscheck (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/_generated_include/
H A DGetItemInt_proto_2a72bfd08caa1e62d7b31cb875031b18cc21dd9d.h1 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
6 #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
12 #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
H A DGetItemInt_impl_7e4cf5b23081c67c512b5769aad99623e914619a.h10 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_List_Fast()
28 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Tuple_Fast()
46 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Fast()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dapi_vector.h53 explicit TakeOptions(bool boundscheck = true) : boundscheck(boundscheck) {} in boundscheck() function
55 bool boundscheck = true; member
/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DStringTools.c346 …e __Pyx_GetItemInt_ByteArray(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
357 int wraparound, int boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast()
376 …_Pyx_SetItemInt_ByteArray(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
387 int wraparound, int boundscheck) { in __Pyx_SetItemInt_ByteArray_Fast()
408 …ine __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
419 int wraparound, int boundscheck) { in __Pyx_GetItemInt_Unicode_Fast()
H A DObjectHandling.c362 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DStringTools.c346 …e __Pyx_GetItemInt_ByteArray(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
357 int wraparound, int boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast()
376 …_Pyx_SetItemInt_ByteArray(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
387 int wraparound, int boundscheck) { in __Pyx_SetItemInt_ByteArray_Fast()
408 …ine __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
419 int wraparound, int boundscheck) { in __Pyx_GetItemInt_Unicode_Fast()
H A DObjectHandling.c362 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DStringTools.c346 …e __Pyx_GetItemInt_ByteArray(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
357 int wraparound, int boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast()
376 …_Pyx_SetItemInt_ByteArray(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
387 int wraparound, int boundscheck) { in __Pyx_SetItemInt_ByteArray_Fast()
408 …ine __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
419 int wraparound, int boundscheck) { in __Pyx_GetItemInt_Unicode_Fast()
H A DObjectHandling.c362 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DStringTools.c398 …e __Pyx_GetItemInt_ByteArray(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
409 int wraparound, int boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast()
428 …_Pyx_SetItemInt_ByteArray(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
439 int wraparound, int boundscheck) { in __Pyx_SetItemInt_ByteArray_Fast()
460 …ine __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
471 int wraparound, int boundscheck) { in __Pyx_GetItemInt_Unicode_Fast()
H A DObjectHandling.c387 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Ddecorators.py27 pipeline_class=None, boundscheck=False, **options): argument
H A Dcgutils.py660 boundscheck=False): argument
702 wraparound=False, boundscheck=False): argument
/dports/devel/py-numba/numba-0.51.2/numba/cuda/simulator/
H A Dapi.py76 boundscheck=None, argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dcompute.py393 def take(data, indices, *, boundscheck=True, memory_pool=None): argument
H A D_compute.pyx659 def _set_options(self, boundscheck): argument
664 def __init__(self, *, boundscheck=True): argument
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dapi_vector.h61 bool boundscheck = true; variable
H A Dapi_vector.cc146 TakeOptions::TakeOptions(bool boundscheck) in TakeOptions()
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dcompute.py585 def take(data, indices, *, boundscheck=True, memory_pool=None): argument
/dports/biology/py-cutadapt/cutadapt-3.3/src/cutadapt/
H A Dqualtrim.c926 …fine __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
946 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
951 #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
957 #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
2404 int wraparound, int boundscheck) { in __Pyx_GetItemInt_Unicode_Fast()
2491 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_List_Fast()
2509 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Tuple_Fast()
2527 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Fast()
/dports/devel/py-editdistance/editdistance-0.6.0/editdistance/
H A Dbycython.cpp915 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
920 #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
926 #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
1764 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_List_Fast()
1782 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Tuple_Fast()
1800 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Fast()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/platform/
H A Ddarwin.c994 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
999 #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
1005 #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
1025 #define __Pyx_SetItemInt(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
3859 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_List_Fast()
3877 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Tuple_Fast()
3895 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Fast()
4094 … CYTHON_NCP_UNUSED int wraparound, CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_SetItemInt_Fast()
/dports/devel/py-tables/tables-3.6.1/tables/
H A D_comp_bzip2.c890 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
895 #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
901 #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
1756 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_List_Fast()
1774 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Tuple_Fast()
1792 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Fast()
H A D_comp_lzo.c890 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
895 #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
901 #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
1756 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_List_Fast()
1774 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Tuple_Fast()
1792 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Fast()
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A D_transform.c959 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
964 #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
970 #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
1131 #define __Pyx_SetItemInt(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\ argument
3937 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_List_Fast()
3955 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Tuple_Fast()
3973 CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_GetItemInt_Fast()
4741 … CYTHON_NCP_UNUSED int wraparound, CYTHON_NCP_UNUSED int boundscheck) { in __Pyx_SetItemInt_Fast()

12345678910>>...18