Searched refs:stringlib_rfind (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
H A Dfind.h31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, function
80 return stringlib_rfind(str + start, end - start, sub, sub_len, start);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
H A Dfind.h31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, function
80 return stringlib_rfind(str + start, end - start, sub, sub_len, start);

Completed in 6 milliseconds