Searched defs:boundscheck (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | StringTools.c | 274 …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()
|
D | ObjectHandling.c | 250 #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ argument
|