Searched refs:ADJUST_INDICES (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | find.h | 51 #define ADJUST_INDICES(start, end, len) \ macro 70 ADJUST_INDICES(start, end, str_len); in stringlib_find_slice() 79 ADJUST_INDICES(start, end, str_len); in stringlib_rfind_slice()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | find.h | 51 #define ADJUST_INDICES(start, end, len) \ macro 70 ADJUST_INDICES(start, end, str_len); in stringlib_find_slice() 79 ADJUST_INDICES(start, end, str_len); in stringlib_rfind_slice()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | bytearrayobject.c | 1130 #define ADJUST_INDICES(start, end, len) \ macro 1209 ADJUST_INDICES(start, end, PyByteArray_GET_SIZE(self)); in bytearray_count() 1320 ADJUST_INDICES(start, end, len); in _bytearray_tailmatch()
|
D | stringobject.c | 1675 #define ADJUST_INDICES(start, end, len) \ macro 2130 ADJUST_INDICES(start, end, PyString_GET_SIZE(self)); in string_count() 2868 ADJUST_INDICES(start, end, len); in _string_tailmatch()
|
D | unicodeobject.c | 5258 #define ADJUST_INDICES(start, end, len) \ macro 5290 ADJUST_INDICES(start, end, str_obj->length); in PyUnicode_Count() 5348 ADJUST_INDICES(start, end, self->length); in tailmatch() 6315 ADJUST_INDICES(start, end, self->length); in unicode_count()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | bytearrayobject.c | 1134 #define ADJUST_INDICES(start, end, len) \ macro 1213 ADJUST_INDICES(start, end, PyByteArray_GET_SIZE(self)); in bytearray_count() 1324 ADJUST_INDICES(start, end, len); in _bytearray_tailmatch()
|
D | stringobject.c | 1692 #define ADJUST_INDICES(start, end, len) \ macro 2147 ADJUST_INDICES(start, end, PyString_GET_SIZE(self)); in string_count() 2887 ADJUST_INDICES(start, end, len); in _string_tailmatch()
|
D | unicodeobject.c | 5353 #define ADJUST_INDICES(start, end, len) \ macro 5385 ADJUST_INDICES(start, end, str_obj->length); in PyUnicode_Count() 5443 ADJUST_INDICES(start, end, self->length); in tailmatch() 6410 ADJUST_INDICES(start, end, self->length); in unicode_count()
|