Searched refs:genpoly (Results 1 – 5 of 5) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
H A D | Imb.php | 222 $genpoly = 0x0F35; // generator polynomial 229 $fcs = ($fcs << 1) ^ $genpoly; 241 $fcs = ($fcs << 1) ^ $genpoly;
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 2292 public $genpoly = array(); // Generator polynomial variable in QRrsItem 2361 $rs->genpoly = array_fill(0, $nroots+1, 0); 2373 $rs->genpoly[0] = 1; 2376 $rs->genpoly[$i+1] = 1; 2380 if ($rs->genpoly[$j] != 0) { 2381 …$rs->genpoly[$j] = $rs->genpoly[$j-1] ^ $rs->alpha_to[$rs->modnn($rs->index_of[$rs->genpoly[$j]] +… 2383 $rs->genpoly[$j] = $rs->genpoly[$j-1]; 2387 $rs->genpoly[0] = $rs->alpha_to[$rs->modnn($rs->index_of[$rs->genpoly[0]] + $root)]; 2392 $rs->genpoly[$i] = $rs->index_of[$rs->genpoly[$i]]; 2404 $GENPOLY =& $this->genpoly;
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | Barcode1D.php | 2119 $genpoly = 0x0F35; // generator polynomial 2125 $fcs = ($fcs << 1) ^ $genpoly; 2137 $fcs = ($fcs << 1) ^ $genpoly;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 15513 var calculateecc = function(poly, genpoly) { 15515 var polylen = poly.length, genpolylen = genpoly.length; 15521 modulus[i+j] ^= GF256_MAP[(quotient + genpoly[j]) % 255]; 15535 var augumenteccs = function(poly, nblocks, genpoly) { 15551 eccs.push(calculateecc(poly.slice(subsizes[i], subsizes[i+1]), genpoly)); 15564 for (var i = 0; i < genpoly.length; ++i) { 15579 var augumentbch = function(poly, p, genpoly, q) { 15582 if ((modulus >> (q+i)) & 1) modulus ^= genpoly << i;
|
H A D | pdfmake.min.js.map | 1 …genpoly","modulus","polylen","genpolylen","quotient","augumenteccs","nblocks","subsizes","subsize"…
|