Home
last modified time | relevance | path

Searched refs:bitwise_or (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php541 public function bitwise_or(BigInteger $x) function in phpseclib3\\Math\\BigInteger
543 return new static($this->value->bitwise_or($x->value));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php218 public function bitwise_or(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php217 public function bitwise_or(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DBCMath.php337 public function bitwise_or(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php355 public function bitwise_or(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DEngine.php564 $result = static::FAST_BITWISE ? $left->bitwise_or($right) : $left->add($right);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1165 $n = $n->bitwise_or(new BigInteger($temp & 0x7F));