Searched refs:gmp_and (Results 1 – 2 of 2) sorted by relevance
125 $prefix = gmp_and($addr, $mask);
46 use function gmp_and; alias594 $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;