Home
last modified time | relevance | path

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

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrSegment.java248 public QrSegment(Mode md, int numCh, int[] data, int bitLen) { in QrSegment() argument
/third_party/qrcodegen/c/
H A Dqrcodegen-test.c69 int bitLen = 0; in testAppendBitsToBuffer() local
89 int bitLen = 0; testAppendBitsToBuffer() local
[all...]
H A Dqrcodegen.c185 testable void appendBitsToBuffer(unsigned int val, int numBits, uint8_t buffer[], int *bitLen) { in appendBitsToBuffer() argument
232 int bitLen = 0; in qrcodegen_encodeSegmentsAdvanced() local
896 int bitLen = calcSegmentBitLength(result.mode, len); qrcodegen_makeNumeric() local
930 int bitLen = calcSegmentBitLength(result.mode, len); qrcodegen_makeAlphanumeric() local
[all...]

Completed in 3 milliseconds