Lines Matching full:nbytes
1304 # Build the 256's-complement: (1L << nbytes) + x. The trick is1353 nbytes = len(data)1354 if nbytes == 0:1359 n -= 1L << (nbytes * 8)