Searched refs:bitOr (Results 1 – 3 of 3) sorted by relevance
210 $locationId = $locationId->shiftLeft(16)->bitOr(new GTBigInteger($idNational));229 $locationId = $locationId->shiftLeft(16)->bitOr(new GTBigInteger($idState));249 $locationId = $locationId->shiftLeft(16)->bitOr(new GTBigInteger($idLocal));262 $locationId = $locationId->shiftLeft(16)->bitOr(new GTBigInteger($idClient));306 $hashChainDirs = $hashChainDirs->bitOr(new GTBigInteger(1));
124 … $this->append($bytes, (int) $integer->shiftRight($i)->bitAnd($mask2)->bitOr($mask1)->getValue());158 $current = $current->bitOr(new GTBigInteger($byte & 0x7F));
211 public function bitOr(GTBigInteger $integer) { function in GTBigInteger