Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Utility/
DStringTools.c274 …e __Pyx_GetItemInt_ByteArray(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
285 int wraparound, int boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast()
304 …_Pyx_SetItemInt_ByteArray(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
315 int wraparound, int boundscheck) { in __Pyx_SetItemInt_ByteArray_Fast()
336 …ine __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
347 int wraparound, int boundscheck) { in __Pyx_GetItemInt_Unicode_Fast()
DObjectHandling.c250 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument