Searched refs:bitCount (Results 1 – 3 of 3) sorted by relevance
85 private $bitCount; variable in Mpdf\\QrCode\\QrCode218 $this->bitCount = 0;359 $this->bitCount = 0;361 $this->bitCount += $bit;394 if ($maxBits[$i] >= $this->bitCount + $dataNumCorrection[$this->version]) {407 $this->bitCount += $dataNumCorrection[$this->version];423 if ($this->bitCount <= $this->dataBitLimit - 4) {425 } elseif ($this->bitCount < $this->dataBitLimit) {426 $this->addData(0, $this->dataBitLimit - $this->bitCount);427 } elseif ($this->bitCount > $this->dataBitLimit) {
153 $bitCount = \count($rawAddress) * 8;164 if ($bitCount === 32) {167 } elseif ($metadata->ipVersion === 4 && $bitCount === 128) {176 for ($i = 0; $i < $bitCount && $node < $nodeCount; ++$i) {
284 $bitCount = 0;286 $bitCount += (int) (($count & (1 << $bit_index)) != 0);290 if ($bitCount == $n) {