Searched refs:mask2 (Results 1 – 3 of 3) sorted by relevance
98 $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());
956 * mask2961 protected function mask2($x, $y) { function in jucksearm\\barcode\\lib\\QRcode
2562 public function mask2($x, $y) { return ($x%3); } function in QRmask