Home | History | Annotate | Download | only in Objects

Lines Matching defs:product

5946         Py_ssize_t product, new_size, delta;
5959 product = n * (str2->length - str1->length);
5960 if ((product / (str2->length - str1->length)) != n) {
5965 new_size = self->length + product;