Home | History | Annotate | Download | only in Objects

Lines Matching refs:size_hi

2669     Py_ssize_t size_lo, size_hi;

2673 size_hi = size_n - size_lo;
2675 if ((hi = _PyLong_New(size_hi)) == NULL)
2683 memcpy(hi->ob_digit, n->ob_digit + size_lo, size_hi * sizeof(digit));