Searched defs:padByte (Results 1 – 2 of 2) sorted by relevance
307 for (uint8_t padByte = 0xEC; bb.size() < dataCapacityBits; padByte ^= 0xEC ^ 0x11) in encodeSegments() local
255 for (uint8_t padByte = 0xEC; bitLen < dataCapacityBits; padByte ^= 0xEC ^ 0x11) in qrcodegen_encodeSegmentsAdvanced() local