Home
last modified time | relevance | path

Searched refs:ecccode (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/dports/www/kanboard/kanboard-1.2.21/libs/phpqrcode/lib/PHPQRCode/
H A DQRrawcode.php15 public $ecccode = array(); variable in PHPQRCode\\QRrawcode
39 $this->ecccode = array_fill(0, $this->eccLength, 0);
63 $ecc = array_slice($this->ecccode,$eccPos);
65 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
82 $ecc = array_slice($this->ecccode,$eccPos);
84 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
/dports/www/Stikked/Stikked-0.13.0/htdocs/application/libraries/phpqrcode/
H A Dqrencode.php50 public $ecccode = array(); variable in QRrawcode
74 $this->ecccode = array_fill(0, $this->eccLength, 0);
98 $ecc = array_slice($this->ecccode,$eccPos);
100 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
117 $ecc = array_slice($this->ecccode,$eccPos);
119 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
/dports/graphics/libqrencode/libqrencode-4.1.1/
H A Dqrencode.c55 unsigned char *ecccode; member
127 raw->ecccode = (unsigned char *)malloc((size_t)raw->eccLength); in QRraw_new()
128 if(raw->ecccode == NULL) { in QRraw_new()
140 ret = RSblock_init(raw->rsblock, spec, raw->datacode, raw->ecccode); in QRraw_new()
184 free(raw->ecccode); in QRraw_free()
199 unsigned char *ecccode; member
222 raw->ecccode = (unsigned char *)malloc((size_t)raw->eccLength); in MQRraw_new()
223 if(raw->ecccode == NULL) { in MQRraw_new()
235 RSblock_initBlock(raw->rsblock, raw->dataLength, raw->datacode, raw->eccLength, raw->ecccode); in MQRraw_new()
255 ret = raw->ecccode[raw->count - raw->dataLength]; in MQRraw_getCode()
[all …]
H A Dqrencode_inner.h45 unsigned char *ecccode; member
65 unsigned char *ecccode; member
/dports/graphics/p5-Imager-QRCode/Imager-QRCode-0.035/src/
H A Dqrencode.c55 unsigned char *ecccode; member
132 raw->ecccode = (unsigned char *)malloc(raw->eccLength); in QRraw_new()
133 if(raw->ecccode == NULL) { in QRraw_new()
145 ret = RSblock_init(raw->rsblock, spec, raw->datacode, raw->ecccode); in QRraw_new()
189 free(raw->ecccode); in QRraw_free()
204 unsigned char *ecccode; member
228 raw->ecccode = (unsigned char *)malloc(raw->eccLength); in MQRraw_new()
229 if(raw->ecccode == NULL) { in MQRraw_new()
247 RSblock_initBlock(raw->rsblock, raw->dataLength, raw->datacode, raw->eccLength, raw->ecccode, rs); in MQRraw_new()
267 ret = raw->ecccode[raw->count - raw->dataLength]; in MQRraw_getCode()
[all …]
H A Dqrencode_inner.h45 unsigned char *ecccode; member
65 unsigned char *ecccode; member
/dports/graphics/p5-Imager-QRCode/Imager-QRCode-0.035/vendor/qrencode-3.4.2/
H A Dqrencode.c55 unsigned char *ecccode; member
132 raw->ecccode = (unsigned char *)malloc(raw->eccLength); in QRraw_new()
133 if(raw->ecccode == NULL) { in QRraw_new()
145 ret = RSblock_init(raw->rsblock, spec, raw->datacode, raw->ecccode); in QRraw_new()
189 free(raw->ecccode); in QRraw_free()
204 unsigned char *ecccode; member
228 raw->ecccode = (unsigned char *)malloc(raw->eccLength); in MQRraw_new()
229 if(raw->ecccode == NULL) { in MQRraw_new()
247 RSblock_initBlock(raw->rsblock, raw->dataLength, raw->datacode, raw->eccLength, raw->ecccode, rs); in MQRraw_new()
267 ret = raw->ecccode[raw->count - raw->dataLength]; in MQRraw_getCode()
[all …]
H A Dqrencode_inner.h45 unsigned char *ecccode; member
65 unsigned char *ecccode; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/nand/
H A Decc-sw-bch.c338 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_bch_finish_io_req() local
358 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_bch_finish_io_req()
372 &ecccode[i], in nand_ecc_sw_bch_finish_io_req()
H A Decc-sw-hamming.c591 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_hamming_finish_io_req() local
611 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_hamming_finish_io_req()
625 &ecccode[i], in nand_ecc_sw_hamming_finish_io_req()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/nand/
H A Decc-sw-bch.c338 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_bch_finish_io_req() local
358 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_bch_finish_io_req()
372 &ecccode[i], in nand_ecc_sw_bch_finish_io_req()
H A Decc-sw-hamming.c591 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_hamming_finish_io_req() local
611 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_hamming_finish_io_req()
625 &ecccode[i], in nand_ecc_sw_hamming_finish_io_req()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/nand/
H A Decc-sw-bch.c338 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_bch_finish_io_req() local
358 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_bch_finish_io_req()
372 &ecccode[i], in nand_ecc_sw_bch_finish_io_req()
H A Decc-sw-hamming.c591 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_hamming_finish_io_req() local
611 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_hamming_finish_io_req()
625 &ecccode[i], in nand_ecc_sw_hamming_finish_io_req()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/finance/prestashop/prestashop/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/tecnickcom/tcpdf/include/barcodes/
H A Dqrcode.php386 protected $ecccode = array(); variable in QRcode
732 $this->ecccode = array_fill(0, $this->eccLength, 0);
869 $ecc = array_slice($this->ecccode, $eccPos);
876 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
892 $ecc = array_slice($this->ecccode, $eccPos);
899 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/tecnickcom/tcpdf/include/barcodes/
H A Dqrcode.php386 protected $ecccode = array(); variable in QRcode
732 $this->ecccode = array_fill(0, $this->eccLength, 0);
869 $ecc = array_slice($this->ecccode, $eccPos);
876 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
892 $ecc = array_slice($this->ecccode, $eccPos);
899 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
730 $this->ecccode = array_fill(0, $this->eccLength, 0);
867 $ecc = array_slice($this->ecccode, $eccPos);
874 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
890 $ecc = array_slice($this->ecccode, $eccPos);
897 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/www/itop/web/lib/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/www/limesurvey/limesurvey/application/third_party/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/tcpdf/include/barcodes/
H A Dqrcode.php385 protected $ecccode = array(); variable in QRcode
731 $this->ecccode = array_fill(0, $this->eccLength, 0);
868 $ecc = array_slice($this->ecccode, $eccPos);
875 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
891 $ecc = array_slice($this->ecccode, $eccPos);
898 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);

12345678910>>...29