Home
last modified time | relevance | path

Searched refs:mask1 (Results 1 – 3 of 3) sorted by relevance

/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php97 $mask1 = new GTBigInteger(0x80);
124 … $this->append($bytes, (int) $integer->shiftRight($i)->bitAnd($mask2)->bitOr($mask1)->getValue());
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php951 protected function mask1($x, $y) { function in jucksearm\\barcode\\lib\\QRcode
/plugin/qrcode2/
H A Dphpqrcode.php2561 public function mask1($x, $y) { return ($y&1); } function in QRmask