Home
last modified time | relevance | path

Searched refs:bitwise_or (Results 1 – 2 of 2) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1165 $n = $n->bitwise_or(new BigInteger($temp & 0x7F));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php541 public function bitwise_or(BigInteger $x)
543 return new static($this->value->bitwise_or($x->value));
2842 function bitwise_or($x) global() function in phpseclib\\Math\\BigInteger