Home
last modified time | relevance | path

Searched defs:rawCodewords (Results 1 – 6 of 6) sorted by relevance

/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts371 const rawCodewords: int = Math.floor(QrCode.getNumRawDataModules(ver) / 8); constant
372 const numShortBlocks: int = numBlocks - rawCodewords % numBlocks; constant
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java336 int rawCodewords = QrTemplate.getNumRawDataModules(version) / 8; in addEccAndInterleave() local
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java436 int rawCodewords = getNumRawDataModules(version) / 8; in addEccAndInterleave() local
/third_party/qrcodegen/c/
Dqrcodegen-test.c112 size_t rawCodewords = (size_t)getNumRawDataModules(version) / 8; in addEccAndInterleaveReference() local
Dqrcodegen.c324 int rawCodewords = getNumRawDataModules(version) / 8; in addEccAndInterleave() local
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp664 int rawCodewords = getNumRawDataModules(version) / 8; local