Home
last modified time | relevance | path

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

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