Home
last modified time | relevance | path

Searched refs:accumCount (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.6.0/src/extra/libs/qrcode/
Dqrcodegen.c891 int accumCount = 0; in qrcodegen_makeNumeric() local
896 accumCount++; in qrcodegen_makeNumeric()
897 if (accumCount == 3) { in qrcodegen_makeNumeric()
900 accumCount = 0; in qrcodegen_makeNumeric()
903 if (accumCount > 0) // 1 or 2 digits remaining in qrcodegen_makeNumeric()
904 appendBitsToBuffer(accumData, accumCount * 3 + 1, buf, &result.bitLength); in qrcodegen_makeNumeric()
925 int accumCount = 0; in qrcodegen_makeAlphanumeric() local
930 accumCount++; in qrcodegen_makeAlphanumeric()
931 if (accumCount == 2) { in qrcodegen_makeAlphanumeric()
934 accumCount = 0; in qrcodegen_makeAlphanumeric()
[all …]