Lines Matching full:divmod
1695 rest, position = divmod(bigint, 1<<64)1696 rest, dec_flags = divmod(rest, 1<<64)1697 rest, bytes_to_feed = divmod(rest, 1<<64)1698 need_eof, chars_to_skip = divmod(rest, 1<<64)