Home
last modified time | relevance | path

Searched defs:currentRunLength (Results 1 – 7 of 7) sorted by relevance

/dports/games/passage/Passage_v4_UnixSource/minorGems/util/random/
H A DtestRandom.cpp32 unsigned int currentRunLength = 0; in testRandom() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java806 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount()
818 private static void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory()
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java806 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount()
818 private static void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/cpp/
H A DQrCode.cpp608 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<i… in finderPenaltyTerminateAndCount() argument
619 void QrCode::finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory) { in finderPenaltyAddHistory() argument
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/cpp/
H A DQrCode.cpp608 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<i… in finderPenaltyTerminateAndCount() argument
619 void QrCode::finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory) { in finderPenaltyAddHistory() argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/c/
H A Dqrcodegen.c730 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor… in finderPenaltyTerminateAndCount()
742 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7]) { in finderPenaltyAddHistory()
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/c/
H A Dqrcodegen.c730 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor… in finderPenaltyTerminateAndCount()
742 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7]) { in finderPenaltyAddHistory()