Home
last modified time | relevance | path

Searched refs:maxbits (Results 1 – 9 of 9) sorted by relevance

/plugin/register/
H A Dregister.php199 var $name, $desc, $mmr_addr, $maxbits, $bits, $resetval, $bitrange, $perms, $sub_desc;
200 public function register($name, $desc, $mmr_addr, $resetval, $maxbits, $perms, $sub_desc, $bits) argument
211 $this->maxbits = $maxbits;
274 $reset_disp = sprintf("Reset = 0x%0" . ($register->maxbits / 4) . "X", $register->resetval);
295 for ($bitset = $register->maxbits; $bitset > 0; $bitset -= $register->bitrange) {
/plugin/jukebox/id3/
H A Dgetid3.lib.php83 function NormalizeBinaryPoint($binarypointnumber, $maxbits=52) { argument
102 …$binarypointnumber = str_pad(substr($binarypointnumber, 0, $maxbits + 2), $maxbits + 2, '0', STR_P…
109 $maxbits = 128; // to how many bits of precision should the calculations be taken?
113 while (($floatpart != 0) && (strlen($pointbitstring) < $maxbits)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php148 * @param int $maxbits
152 public static function NormalizeBinaryPoint($binarypointnumber, $maxbits=52) { argument
170 …$binarypointnumber = str_pad(substr($binarypointnumber, 0, $maxbits + 2), $maxbits + 2, '0', STR_P…
182 $maxbits = 128; // to how many bits of precision should the calculations be taken?
186 while (($floatpart != 0) && (strlen($pointbitstring) < $maxbits)) {
H A Dwrite.id3v2.php2037 * @param int $maxbits
2042 public static function IsWithinBitRange($number, $maxbits, $signed=false) { argument
2044 if (($number > (0 - pow(2, $maxbits - 1))) && ($number <= pow(2, $maxbits - 1))) {
2048 if (($number >= 0) && ($number <= pow(2, $maxbits))) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php241 function NormalizeBinaryPoint($binarypointnumber, $maxbits=52) { argument
260 …$binarypointnumber = str_pad(substr($binarypointnumber, 0, $maxbits + 2), $maxbits + 2, '0', STR_P…
268 $maxbits = 128; // to how many bits of precision should the calculations be taken?
272 while (($floatpart != 0) && (strlen($pointbitstring) < $maxbits)) {
1280 function IsWithinBitRange($number, $maxbits, $signed=false) { argument
1282 if (($number > (0 - pow(2, $maxbits - 1))) && ($number <= pow(2, $maxbits - 1))) {
1286 if (($number >= 0) && ($number <= pow(2, $maxbits))) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2019 $maxbits = $maxwords * 8;
2020 if ($maxbits == $bits) {
2023 if ($maxbits - $bits < 5) {
2024 return $this->appendNum($bstream, $maxbits - $bits, 0);
/plugin/qrcode2/
H A Dphpqrcode.php1652 $maxbits = $maxwords * 8;
1654 if ($maxbits == $bits) {
1658 if ($maxbits - $bits < 5) {
1659 return $bstream->appendNum($maxbits - $bits, 0);
/plugin/jmol2/jmol/
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...