Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Utility/
DStringTools.c274 #define __Pyx_GetItemInt_ByteArray(o, i, type, is_signed, to_py_func, is_list, wraparound, boundsch… argument
285 int wraparound, int boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast()
304 #define __Pyx_SetItemInt_ByteArray(o, i, v, type, is_signed, to_py_func, is_list, wraparound, bound… argument
315 int wraparound, int boundscheck) { in __Pyx_SetItemInt_ByteArray_Fast()
336 #define __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundschec… 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