Searched refs:bitAnd (Results 1 – 4 of 4) sorted by relevance
121 $this->append($bytes, (int) $integer->bitAnd($mask2)->getValue());124 … $this->append($bytes, (int) $integer->shiftRight($i)->bitAnd($mask2)->bitOr($mask1)->getValue());
596 $major = $version->shiftRight(28)->bitAnd($mask)->getValue();597 $minor = $version->shiftRight(20)->bitAnd($mask)->getValue();598 $fix = $version->shiftRight(12)->bitAnd($mask)->getValue();
261 public function bitAnd(GTBigInteger $integer) { function in GTBigInteger
348 if ($N->bitAnd($mask)->comp($mask) == 0) {365 if ($hashChainDirs->bitAnd($mask)->comp($mask) == 0) {