Searched refs:init_rs (Results 1 – 2 of 2) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 820 $rs = $this->init_rs(8, 0x11d, 0, 1, $el, 255 - $dl - $el); 843 $rs = $this->init_rs(8, 0x11d, 0, 1, $el, 255 - $dl - $el); 2661 protected function init_rs($symsize, $gfpoly, $fcr, $prim, $nroots, $pad) { function in jucksearm\\barcode\\lib\\QRcode 2804 // always be for the polynomials constructed by init_rs()
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 2447 public static function init_rs($symsize, $gfpoly, $fcr, $prim, $nroots, $pad) function in QRrs 2899 $rs = QRrs::init_rs(8, 0x11d, 0, 1, $el, 255 - $dl - $el); 2920 $rs = QRrs::init_rs(8, 0x11d, 0, 1, $el, 255 - $dl - $el);
|