Lines Matching defs:end

23 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=ec0275e3422a36e3]*/
2193 /* count digits and set p to end-of-string */
2558 /* carry off the current end? */
2646 char *end = NULL;
2648 result = PyLong_FromString(s, &end, base);
2649 if (end == NULL || (result != NULL && end == s + len))
2667 char *end = NULL;
2678 result = PyLong_FromString(buffer, &end, base);
2679 if (end == NULL || (result != NULL && end == buffer + buflen)) {
2985 Then if shifting left, we end up using
4010 at the end. Now write a_bits and b_bits for the bit lengths of a
4060 end up giving a digit with value > PyLONG_MASK, but that's not a
4144 /* In practice, it's probably impossible to end up
4968 result back to sign-magnitude at the end. */
5355 /*[clinic end generated code: output=e47cfe777ab0f24c input=81c98f418af9eb6f]*/
5443 /*[clinic end generated code: output=839a49de3f00b61b input=5904770ab1fb8c75]*/
5469 /*[clinic end generated code: output=b4929dee9ae18689 input=e31944a9b3e428b7]*/
5592 /*[clinic end generated code: output=954fda6b18875998 input=1614cf23ec9e18c3]*/
5665 /*[clinic end generated code: output=3303f008eaa6a0a5 input=9b51620c76fc4507]*/
5689 /*[clinic end generated code: output=fc1977c9353d6a59 input=e4eb7a587e849a32]*/
5764 /*[clinic end generated code: output=2e571970daf1e5c3 input=7e0adef8e8ccdf2e]*/
5826 /*[clinic end generated code: output=e60803ae1cc8621a input=55ce3058e15de393]*/
5848 byteorder is 'little', the most significant byte is at the end of the
5863 /*[clinic end generated code: output=89c801df114050a3 input=d42ecfb545039d71]*/
5912 byteorder is 'little', the most significant byte is at the end of the
5925 /*[clinic end generated code: output=efc5d68e31f9314f input=33326dccdd655553]*/