Home | History | Annotate | Download | only in python2.7

Lines Matching full:complement

1269     r"""Encode a long to a two's complement little-endian binary string.
1304 # Build the 256's-complement: (1L << nbytes) + x. The trick is
1335 r"""Decode a long from a two's complement little-endian binary string.