Searched defs:bit (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Drender_barcode_datamatrix.py30 * Place the codewords into the matrix bit by bit
420 gf = 256 #operating on 8-bit codewords -> Galois field = 2^8 = 256
445 # bit() returns the bit'th bit of the byte
446 def bit(byte, bit): function
447 #the MSB is bit 1, LSB is bit
[all...]

Completed in 23 milliseconds