Searched refs:from_len (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | bytearrayobject.c | 1667 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() argument 1680 from_s, from_len, in replace_delete_substring() 1688 result_len = self_len - (count * from_len); in replace_delete_substring() 1701 from_s, from_len, in replace_delete_substring() 1710 start = next+from_len; in replace_delete_substring() 1764 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 1779 from_s, from_len, in replace_substring_in_place() 1795 Py_MEMCPY(start, to_s, from_len); in replace_substring_in_place() 1796 start += from_len; in replace_substring_in_place() 1801 from_s, from_len, in replace_substring_in_place() [all …]
|
D | stringobject.c | 2459 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() argument 2471 from_s, from_len, in replace_delete_substring() 2479 result_len = self_len - (count * from_len); in replace_delete_substring() 2492 from_s, from_len, in replace_delete_substring() 2501 start = next+from_len; in replace_delete_substring() 2555 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 2570 from_s, from_len, in replace_substring_in_place() 2586 Py_MEMCPY(start, to_s, from_len); in replace_substring_in_place() 2587 start += from_len; in replace_substring_in_place() 2592 from_s, from_len, in replace_substring_in_place() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | bytearrayobject.c | 1663 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() argument 1676 from_s, from_len, in replace_delete_substring() 1684 result_len = self_len - (count * from_len); in replace_delete_substring() 1697 from_s, from_len, in replace_delete_substring() 1706 start = next+from_len; in replace_delete_substring() 1760 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 1775 from_s, from_len, in replace_substring_in_place() 1791 Py_MEMCPY(start, to_s, from_len); in replace_substring_in_place() 1792 start += from_len; in replace_substring_in_place() 1797 from_s, from_len, in replace_substring_in_place() [all …]
|
D | stringobject.c | 2440 const char *from_s, Py_ssize_t from_len, in replace_delete_substring() argument 2452 from_s, from_len, in replace_delete_substring() 2460 result_len = self_len - (count * from_len); in replace_delete_substring() 2473 from_s, from_len, in replace_delete_substring() 2482 start = next+from_len; in replace_delete_substring() 2536 const char *from_s, Py_ssize_t from_len, in replace_substring_in_place() argument 2551 from_s, from_len, in replace_substring_in_place() 2567 Py_MEMCPY(start, to_s, from_len); in replace_substring_in_place() 2568 start += from_len; in replace_substring_in_place() 2573 from_s, from_len, in replace_substring_in_place() [all …]
|