Home
last modified time | relevance | path

Searched defs:PENALTY_N1 (Results 1 - 7 of 7) sorted by relevance

/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp495 private: static const int PENALTY_N1; member in qrcodegen::final
H A Dqrcodegen.cpp787 const int QrCode::PENALTY_N1 = 3; member in qrcodegen::QrCode
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java547 private static final int PENALTY_N1 = 3; field in QrCode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java771 private static final int PENALTY_N1 = 3; field in QrCode
/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs990 const PENALTY_N1: i32 = 3; consts
/third_party/qrcodegen/rust/src/
H A Dlib.rs864 const PENALTY_N1: i32 = 3; consts
/third_party/qrcodegen/c/
H A Dqrcodegen.c119 static const int PENALTY_N1 = 3; variable

Completed in 11 milliseconds