D | StringTools.c | 274 #define __Pyx_GetItemInt_ByteArray(o, i, type, is_signed, to_py_func, is_list, wraparound, boundsch… argument 276 __Pyx_GetItemInt_ByteArray_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ 280 int wraparound, int boundscheck); 285 int wraparound, int boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast() argument 287 if (wraparound | boundscheck) { in __Pyx_GetItemInt_ByteArray_Fast() 289 if (wraparound & unlikely(i < 0)) i += length; in __Pyx_GetItemInt_ByteArray_Fast() 304 #define __Pyx_SetItemInt_ByteArray(o, i, v, type, is_signed, to_py_func, is_list, wraparound, bound… argument 306 __Pyx_SetItemInt_ByteArray_Fast(o, (Py_ssize_t)i, v, wraparound, boundscheck) : \ 310 int wraparound, int boundscheck); 315 int wraparound, int boundscheck) { in __Pyx_SetItemInt_ByteArray_Fast() argument [all …]
|