Home
last modified time | relevance | path

Searched refs:bitAnd (Results 1 – 4 of 4) sorted by relevance

/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php121 $this->append($bytes, (int) $integer->bitAnd($mask2)->getValue());
124 … $this->append($bytes, (int) $integer->shiftRight($i)->bitAnd($mask2)->bitOr($mask1)->getValue());
/plugin/gtime/gtlib/util/
H A DGTUtil.php596 $major = $version->shiftRight(28)->bitAnd($mask)->getValue();
597 $minor = $version->shiftRight(20)->bitAnd($mask)->getValue();
598 $fix = $version->shiftRight(12)->bitAnd($mask)->getValue();
H A DGTBigInteger.php261 public function bitAnd(GTBigInteger $integer) { function in GTBigInteger
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php348 if ($N->bitAnd($mask)->comp($mask) == 0) {
365 if ($hashChainDirs->bitAnd($mask)->comp($mask) == 0) {