Home
last modified time | relevance | path

Searched refs:gmp_and (Results 1 – 2 of 2) sorted by relevance

/plugin/quickstats/scripts/php-inet6_1.0.2/
Dinet6.php125 $prefix = gmp_and($addr, $mask);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php46 use function gmp_and; alias
594 $bytes = chr(gmp_intval(gmp_and(gmp_init(0x7f), $int)));
605 … $bytes = chr(gmp_intval(gmp_or(gmp_and(gmp_init(0x7f), $int), gmp_init(0x80)))) . $bytes;