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 is1335 r"""Decode a long from a two's complement little-endian binary string.