Home
last modified time | relevance | path

Searched refs:bits_cnt (Results 1 – 3 of 3) sorted by relevance

/dports/security/pear-Crypt_RSA/Crypt_RSA-1.2.1/RSA/Math/
H A DGMP.php190 * @param int $bits_cnt
194 function getPrime($bits_cnt, $random_generator) argument
196 $bytes_n = intval($bits_cnt / 8);
197 $bits_n = $bits_cnt % 8;
216 } while ($this->bitLen($num) != $bits_cnt);
H A DBCMath.php290 * @param int $bits_cnt
294 function getPrime($bits_cnt, $random_generator) argument
296 $bytes_n = intval($bits_cnt / 8);
297 $bits_n = $bits_cnt % 8;
316 } while ($this->bitLen($num) != $bits_cnt);
/dports/cad/iverilog/verilog-11.0/
H A Dt-dll.cc2361 static unsigned bits_cnt = 0; in net_const() local
2382 if (obj->width_ >= bits_cnt) { in net_const()
2384 bits_cnt = obj->width_+1; in net_const()